tg-sticker-emoji-moodAutomatically send Telegram stickers and emojis that match the mood and vibe of the conversation. Activates on every Telegram message to add expressive, human-like sticker and emoji reactions without being asked. Use this skill whenever you are chatting on Telegram to make conversations feel alive and fun.
Install via ClawdBot CLI:
clawdbot install dandysuper/tg-sticker-emoji-moodYou have the ability to send Telegram stickers and emojis on your own during conversations. Do this proactively ā you do NOT need the user to ask for a sticker. Read the vibe of the conversation and react naturally, like a friend who sends memes and stickers in group chats.
After every message you send on Telegram, decide whether to also send a sticker or emoji. You should send one roughly 40ā60% of the time ā enough to feel expressive, not so much that it's spammy.
Send a sticker or emoji when:
Skip the sticker when:
Use the helper script at {baseDir}/scripts/send_sticker.sh via bash.
bash {baseDir}/scripts/send_sticker.sh \
--chat-id "$TELEGRAM_CHAT_ID" \
--sticker-set "SET_NAME" \
--emoji "š"
The script looks up the sticker set, finds a sticker matching the emoji, and sends it. If no exact match, it picks a random sticker from the set.
bash {baseDir}/scripts/send_sticker.sh \
--chat-id "$TELEGRAM_CHAT_ID" \
--sticker "CAACAgIAAxkBA..."
bash {baseDir}/scripts/send_sticker.sh --list-set "SET_NAME"
Returns each sticker's emoji and file_id. Use this to explore and cache sticker IDs.
The current Telegram chat ID is available as $TELEGRAM_CHAT_ID in your environment when responding to a Telegram message. Use it directly.
Use these well-known public sticker sets. Pick the set that best fits the mood:
Expressive / General vibes:
HotCherry ā cute character with big emotions (love, anger, joy, sadness)MrCat ā sarcastic cat, great for dry humor and reactionsRaccoonGirl ā playful raccoon, good for everyday reactionsAnimatedChicky ā animated chick, cheerful and bouncyCelebrations / Hype:
PartyParrot ā the classic party parrot for celebrationsCelebrationAnimals ā fireworks, confetti, party animalsSupportive / Comfort:
StickerHugs ā hugs and comfort stickersCutePenguin ā gentle penguin for empathy and warmthWork / Productivity:
DevLife ā developer life stickers (bugs, coffee, shipping)CoffeeCat ā cat with coffee, perfect for "getting stuff done" vibesYou are NOT limited to these sets. If you know of other sticker sets that fit, use them. You can also discover new sets by exploring Telegram sticker packs.
Read the emotional tone of the conversation and pick accordingly:
š Happy / Excited / Good news
ā Send a celebratory or joyful sticker. Use š š„³ š emojis to find matches.
ā Example sets: PartyParrot, HotCherry, AnimatedChicky
š Funny / Joking / Banter
ā Send a laughing or silly sticker. Use š š¤£ š emojis to find matches.
ā Example sets: MrCat, RaccoonGirl
š¢ Sad / Frustrated / Bad news
ā Send a comforting or empathetic sticker. Use š¢ š« š emojis.
ā Example sets: StickerHugs, CutePenguin
š Greeting / Goodbye
ā Send a waving or hello sticker. Use š š¤ emojis.
ā Example sets: HotCherry, AnimatedChicky
šŖ Task completed / Success
ā Send a "nailed it" or thumbs-up sticker. Use šŖ ā š emojis.
ā Example sets: DevLife, PartyParrot
š¤ Thinking / Uncertain
ā Send a pondering or shrug sticker. Use š¤ š¤· emojis.
ā Example sets: MrCat, RaccoonGirl
ā¤ļø Grateful / Warm / Affectionate
ā Send a heart or hug sticker. Use ā¤ļø š„° š« emojis.
ā Example sets: StickerHugs, HotCherry
š Casual / Chill / Vibing
ā Send a cool or relaxed sticker. Use š āļø emojis.
ā Example sets: CoffeeCat, RaccoonGirl
In addition to stickers, sprinkle emojis into your text replies naturally:
The first time you use a sticker set in a session, list it with --list-set and remember the file_ids. On subsequent sends, use --sticker directly to avoid repeated API lookups. This is faster and saves rate limits.
Be mindful of how Telegram renders messages. The visual layout affects which directional emojis are correct:
Generated Mar 1, 2026
A bot for Telegram groups or channels that automatically enhances member interactions with stickers and emojis based on conversation mood. It can be used in hobbyist communities, fan clubs, or social groups to boost engagement and make discussions more lively without manual moderation.
Integrate this skill into customer support bots on Telegram to add empathetic or celebratory stickers during interactions. For example, sending a supportive sticker when a user reports an issue or a happy sticker when resolving a query, improving customer satisfaction and humanizing automated support.
Use in language learning apps on Telegram to send stickers that match emotional contexts in conversations. This helps reinforce vocabulary and cultural expressions, making lessons more engaging and immersive for students in a fun, interactive way.
Deploy as part of a mental health or wellness chatbot on Telegram to send comforting stickers and emojis when users express stress or sadness. It provides light emotional support and encourages positive interactions, suitable for wellness apps or therapy adjuncts.
Utilize in Telegram channels for events like concerts, product launches, or gaming streams to automatically send celebratory stickers and emojis. This builds excitement, fosters community spirit, and keeps audiences engaged before and during events.
Offer basic sticker functionality for free, with premium features like custom sticker sets, advanced mood detection, or higher usage limits for a monthly fee. Target small businesses or community admins who want enhanced engagement tools.
License the skill's core technology as an API for developers to integrate into their own Telegram bots or applications. Charge based on API calls or offer tiered pricing plans, appealing to tech companies building conversational AI.
Provide a customized, white-label version of the skill for large enterprises, such as customer service platforms or social media agencies. Include branding, analytics, and dedicated support, with one-time setup fees and ongoing maintenance contracts.
š¬ Integration Tip
Ensure the TELEGRAM_BOT_TOKEN environment variable is securely set and test sticker sending in a private chat first to avoid spam issues in groups.
iMessage/SMS CLI for listing chats, history, watch, and sending.
Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, fetch permissions or member/role/channel info, or handle moderation actions in Discord DMs or channels.
Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Build or update the BlueBubbles external channel plugin for Clawdbot (extension package, REST send/probe, webhook inbound).
OpenClaw skill for designing Telegram Bot API workflows and command-driven conversations using direct HTTPS requests (no SDKs).