Loading...
Loading...
React to a message with an emoji. Works on Telegram, Discord, and Feishu.
npx skill4agent add ninehills/skills reactionscurl -s -X POST http://localhost:23001/api/reaction/set \
-H 'Content-Type: application/json' \
-d '{"emoji": "👌", "messageId": 12345}'curl -s -X POST http://localhost:23001/api/discord/reaction \
-H 'Content-Type: application/json' \
-d '{"channelId": "CHANNEL_ID", "messageId": "MSG_ID", "emoji": "👌"}'curl -s -X POST http://localhost:23001/api/feishu/messages/MSG_ID/reaction \
-H 'Content-Type: application/json' \
-d '{"emoji": "THUMBSUP"}'[msg:xxx]