reactions
3
总安装量
2
周安装量
#55778
全站排名
安装命令
npx skills add https://github.com/ninehills/skills --skill reactions
Agent 安装分布
amp
2
cline
2
opencode
2
cursor
2
continue
2
kimi-cli
2
Skill 文档
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": "ð"}'
Feishu
Feishu uses emoji type strings (e.g. “THUMBSUP”, “HEART”, “LAUGH”, “OK”, “FIRE”).
curl -s -X POST http://localhost:23001/api/feishu/messages/MSG_ID/reaction \
-H 'Content-Type: application/json' \
-d '{"emoji": "THUMBSUP"}'
Common Feishu emoji types: THUMBSUP, HEART, LAUGH, SURPRISED, CRY, OK, FIRE, CLAP, PRAY, MUSCLE, PARTY, FACEPALM, JIAYI (å ä¸/+1)
Emoji
Choose any emoji that fits the mood naturally. Common ones: ð ⤠ð ð ð¢ ð® ð¥ ð¤ ð ð 𥰠𤣠ð ð«¡ ð¯ ð¤
Note: Each platform has different supported emoji. If rejected, just means that emoji isn’t supported on the platform.
When to Use
- Message evokes genuine emotion â excitement, gratitude, humor, surprise
- Something funny or heartwarming
- A simple acknowledgment when words aren’t needed
- In group chats: react ð when you agree to someone’s request (use messageId from
[msg:xxx])
When NOT to Use
- Don’t react to every message
- Neutral or factual messages don’t need reactions