reactions

Originally fromnaohainezha/skill
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": "👌"}'
Related skills

More from ninehills/skills

Installs
11
GitHub Stars
268
First Seen
Feb 28, 2026