What problem does it solve?
Managing emoji reactions on Feishu messages manually is tedious, especially when you need to react to older messages or audit who reacted with which emoji. This Skill provides a single tool to programmatically add, remove, and list reactions on any Feishu message.
Core Features & Use Cases
- Add Reactions: Attach emoji reactions like THUMBSUP, HEART, or SMILE to any Feishu message by its message_id.
- Remove Reactions: Delete a specific reaction using its reaction_id returned from add or list operations.
- List and Filter Reactions: Retrieve all reactions on a message, optionally filtered by emoji type, including operator details.
- Use Case: When a user asks to like a previous message in a chat, first list recent messages with feishu_message to find the target message_id, then add a THUMBSUP reaction to it.
Quick Start
Add a thumbs up reaction to the last message in this Feishu chat.