Marketplace
Toolsaction

Send Sticker (WhatsApp)

Send a previously learned sticker whose description matches the current moment.

tool name: send_sticker

Sends a learned sticker in the current chat as part of replying. Only use one whose "Learned Stickers" description clearly matches the situation; never invent an id.

It is always sent as its own standalone message. If the sticker alone answers the request, the model returns an empty final message rather than also describing it in words.

Download from Koris

Run this from the koris repository root:

pnpm hub:pull send-sticker

Trusted senders can also download it from chat:

/tools download send-sticker

If the plugin is already installed, add --force to overwrite it.

Downloaded files go to plugins/tools/send-sticker/

Tools, skills, and MCP servers are downloaded from the main branch.

Parameters

NameTypeRequiredDescription
idstringyesThe id of the learned sticker to send, from the "Learned Stickers" list.
targetstringOverride the recipient address (Telegram chat id or WhatsApp JID) instead of the current chat.
View sourceImprove this entry