feishu-reaction
This tool manages emoji reactions within Feishu conversations, letting you add reactions like thumbsup or heart to any message, remove them when needed, and view all reactions on a thread. It integrates directly into Feishu workflows and supports a range of common emoji types.
feishu-reaction adds, removes, and lists emoji reactions on Feishu messages.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-03-29
feishu-reaction adds, removes, and lists emoji reactions on Feishu messages. This tool manages emoji reactions within Feishu conversations, letting you add reactions like thumbsup or heart to any message, remove them when needed, and view all reactions on a thread. It integrates directly into Feishu workflows and supports a range of common emoji types.
Use it when
- Yes, feishu-reaction supports removing reactions you've added.
- feishu-reaction supports a range of common emoji types including thumbsup, thumbsdown, heart, and smile.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
m1heng/clawdbot-feishu/feishu-reaction · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I add emoji reactions in feishu?
feishu-reaction lets you add emoji reactions directly to Feishu messages. Simply select the message you want to react to, choose your emoji (such as thumbsup, heart, or smile), and the reaction will be attached. The tool integrates seamlessly into your Feishu workflow, making quick feedback and engagement instant.
Can I remove emoji reaction feishu?
Yes, feishu-reaction supports removing reactions you've added. Once a reaction is no longer needed, you can delete it from the message. This gives you full control over managing your reactions and keeping conversations clean and organized.
What emoji types does feishu-reaction support?
feishu-reaction supports a range of common emoji types including thumbsup, thumbsdown, heart, and smile. You can also list and filter reactions by emoji type to see which emojis have been used on a message, helping you quickly identify the feedback or engagement level.
Can feishu-reaction react to previous messages?
Yes, feishu-reaction allows you to react to messages anywhere in your conversation history, not just new ones. This enables you to add feedback or engagement markers to earlier messages in the thread whenever you need to.
How does feishu-reaction enable team engagement?
feishu-reaction streamlines quick feedback by letting team members add reactions like thumbsup or heart without typing full responses. This lightweight interaction method speeds up communication, encourages participation, and makes it easy to gauge sentiment or agreement on messages within Feishu.
Is feishu-reaction open source?
Yes, feishu-reaction is released under the MIT license, making it open source and freely available for use and modification.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Feishu Reaction Tool
Single tool feishu_reaction for adding, removing, and listing emoji reactions on Feishu messages.
Workflow: Reacting to Previous Messages
To react to a message other than the current one, first use feishu_message with action: "list" to fetch recent messages and find the target message_id, then use feishu_reaction with that message_id.
Actions
Add Reaction
{
"action": "add",
"message_id": "om_xxx",
"emoji_type": "THUMBSUP"
}
Returns:
{
"ok": true,
"action": "add",
"message_id": "om_xxx",
"emoji_type": "THUMBSUP",
"reaction_id": "ZCaCIjUBVVWSrm5L-3ZTw"
}
Remove Reaction
{
"action": "remove",
"message_id": "om_xxx",
"reaction_id": "ZCaCIjUBVVWSrm5L-3ZTw"
}
List Reactions
List all reactions on a message:
{
"action": "list",
"message_id": "om_xxx"
}
Filter by emoji type:
```json { "action": "list", "message_id": "om_xxx", "emoji_type":
(truncated - see the full file via the links below)
File tree — 1 file
skills/feishu-reaction/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Add emoji reactions to Feishu messages”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Pywayne Lark Bot Listener provides WebSocket-based real-time processing for Feishu/Lark messages and bot events. It offers decorator-driven handlers for text, images, files, audio, media, stickers, posts, and interactive content, plus event handlers for recalls, reads, reactions, and membership changes—all with automatic resource download/cleanup and message deduplication. Handlers support flexible parameter declaration, async/sync compatibility, and built-in access to the full LarkBot API for sending replies and managing interactive cards.
Pywayne Lark Bot is a comprehensive wrapper for Feishu's bot API, enabling you to send all message types—text, images, audio, files, rich text, and interactive cards—plus manage the complete message lifecycle with editing, forwarding, and recall. It includes helpers for formatting text, building rich posts with Markdown and tables, and constructing schema 2.0 cards, alongside chat administration, file handling, and batch messaging.
Feishu Message lets you retrieve specific messages using their ID or browse recent activity in any chat. Customize your search with page size, sort order, and time range filters to find exactly what you need.
lark-im enables messaging, chat history search, group member management, and file transfers within Lark conversations. It supports interactive cards with callback handling, emoji reactions, message bookmarks, and feed shortcuts for organizing chats.
Feishu Chat provides group management and announcement operations for Feishu/Lark teams. Create or disband group chats, add members, and handle chat announcements through read, write, and block-level editing actions.
Feishu Chat History retrieves and summarizes messages from Feishu group chats, helping you review discussions and maintain records. It parses message content across text, interactive, and image formats, groups threaded conversations, and presents a clean summary of topics discussed.