Stream Kit Docs
Plugins

Quotes

Save and recall memorable chat quotes with bot commands and a management UI.

Quotes

The Quotes plugin stores memorable chat moments and lets viewers recall them with bot commands. Manage the full list from the Quotes page in the sidebar.

Requirements

  • Core — action handlers
  • Bot — default chat commands (!quote, !addquote, !delquote)
  • Twitch — chat replies from handlers

Pages

Open Quotes in the sidebar:

PageDescription
QuotesSearch, add, edit, and delete saved quotes

Each quote has a sequential ID, the quote text, an author (who said it), and when it was saved. Chat !addquote uses the chatter as author; the Quotes page lets you set the author manually.

Default commands (disabled)

Seeded under the quotes command group — enable them on Bot → Commands:

CommandTriggersPermissionDescription
Quote!quote, !quote <id>EveryoneRandom quote, or a specific ID
Add quote!addquote <quote>ModSave a new quote
Delete quote!delquote <id>ModRemove a quote by ID

Handlers

Under Quotes in the action editor:

HandlerDescription
Add quotePersist quote text (from a field or {quote} command arg) and optionally reply in chat
Send quote messagePost a quote by ID or pick a random one; template vars {id}, {quote} / {text}, {addedBy}, {createdAt}. Configurable chat replies when the ID is missing or the list is empty.
Delete quoteRemove a quote by ID and optionally reply

Full reference with stable IDs: Quotes handlers.

Example workflow

  1. Enable the Quotes plugin.
  2. On Bot → Commands, enable Quote, Add quote, and Delete quote.
  3. In chat: !addquote Never trust a loading screen
  4. Anyone can run !quote for a random quote, or !quote 1 for ID 1.
  5. Edit or remove quotes anytime on the Quotes page.

On this page