naohainezha

reactions

React to the user's Telegram message with an emoji. Use when the message evokes a genuine emotional response.

naohainezha 0 Updated 3mo ago
GitHub

Install

npx skillscat add naohainezha/skill/reactions

Install via the SkillsCat registry.

SKILL.md

Reactions Skill

React to the user's message with an emoji reaction (Telegram only).

Set a Reaction

curl -s -X POST http://localhost:23001/api/reaction/set \
  -H 'Content-Type: application/json' \
  -d '{"emoji": "โค๏ธ"}'

Response: {"success": true, "emoji": "โค๏ธ"}

Available Emoji

Must be one of: ๐Ÿ‘ โค ๐ŸŽ‰ ๐Ÿ˜‚ ๐Ÿ˜ข ๐Ÿ˜ฎ ๐Ÿ”ฅ ๐Ÿค” ๐Ÿ‘Ž ๐Ÿ™ ๐Ÿฅฐ ๐Ÿคฃ

When to Use

  • User's message evokes genuine emotion โ€” excitement, gratitude, humor, surprise
  • Something funny or heartwarming
  • A simple acknowledgment when words aren't needed

When NOT to Use

  • Don't react to every message
  • Neutral or factual messages don't need reactions
  • Only works for Telegram messages