reactions
Installation
SKILL.md
Reactions Skill
React to a message with an emoji reaction. Platform is auto-detected from the current chat context.
Telegram
curl -s -X POST http://localhost:23001/api/reaction/set \
-H 'Content-Type: application/json' \
-d '{"emoji": "👌", "messageId": 12345}'
Discord
curl -s -X POST http://localhost:23001/api/discord/reaction \
-H 'Content-Type: application/json' \
-d '{"channelId": "CHANNEL_ID", "messageId": "MSG_ID", "emoji": "👌"}'