reactions
Installation
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: 👍 ❤ 🎉 😂 😢 😮 🔥 🤔 👎 🙏 🥰 🤣