feishu-thread-forward
Forward Feishu thread/topic to a user, group, or topic via REST API. Activate when: forwarding a thread/topic to another chat, sharing a topic post to a different group, or any scenario involving Feishu thread-level forwarding (转发话题). The built-in feishu message tool does NOT support thread forwarding — this skill fills that gap.
Why use this skill?
Seamlessly forward Feishu threads and topics to groups or users with this OpenClaw skill. Maintain conversation context with clickable cards.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/deadblue22/feishu-thread-forwardWhat This Skill Does
The feishu-thread-forward skill provides a dedicated mechanism to forward Feishu threads, also known as "topics" (话题), between chats, groups, or individual users via the Feishu Open API. Unlike standard message-forwarding tools that merely duplicate text content, this skill replicates the structural integrity of a thread, delivering it as a clickable topic card. This allows the recipient to view the full context and conversation history associated with the original thread without losing the thread's relationship to its source.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/deadblue22/feishu-thread-forward
Ensure that your bot is added to both the source group (where the thread originates) and the destination (group or user chat). Verify that your Feishu application has the necessary im:message or im:message:send_as_bot permissions configured in the Feishu Developer Console.
Use Cases
- Project Management: Forwarding technical design discussions from a developer group to a stakeholder group.
- Feedback Collection: Escalating customer-reported issues discussed in a public topic thread to a specialized support team chat.
- Knowledge Sharing: Distributing important project announcements or Q&A threads to relevant project-wide channels.
- Contextual Collaboration: Ensuring cross-functional teams remain synchronized by moving thread-based context across department boundaries.
Example Prompts
- "Forward the current thread regarding the Q3 roadmap to the Leadership Group."
- "Please share the thread with ID omt_1accc5a75c0f9b93 to the Project Alpha channel so the team can review the latest updates."
- "Take the ongoing discussion about the API error from this group and forward it to @Sarah in a private message."
Tips & Limitations
- Thread ID Retrieval: The skill requires a valid
thread_id(prefixed withomt_). You can retrieve this by querying the metadata of any message within the target thread. - Permissions: If the bot cannot access the thread in the source, or if the target user is outside the bot's visibility, the request will fail. Ensure your bot’s availability scope is correctly configured in the Feishu admin panel.
- Forwarding Mechanism: Note that this performs a specific 'thread forward.' It is distinct from 'merge forwarding,' which bundles messages into a static snapshot, or simple message forwarding, which strips away the conversational context. Always use this skill when you need to maintain the clickable, interactive nature of a Feishu topic card.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-deadblue22-feishu-thread-forward": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
feishu-comments
Read comments from Feishu documents. Use when: user asks to check/read/fetch comments on a Feishu doc, review feedback on a document, or collaborate on document revisions via comments.
feishu-api-lookup
Look up Feishu Open API documentation. Activate when: needing to find a specific Feishu API endpoint, understanding API parameters/response, writing scripts that call Feishu APIs, or troubleshooting Feishu API errors. Uses web_search + web_fetch to find and extract API docs in real-time.
feishu-bitable-query
Query Feishu Bitable (多维表格) with server-side filter, sort, field selection, and multiple output formats. Activate when querying bitable records with conditions, filtering multidimensional table data, or when data volume is large and client-side filtering is inefficient. Preferred over feishu_bitable_list_records tool when filter expressions or full pagination is needed.
feishu-doc-sync
飞书文档增量同步与表格操作指南。覆盖:表格更新策略(delete+insert)、header_row 设置、insert action、列宽算法、三阶段 diff 同步。当需要同步本地文档到飞书、操作飞书表格、或做增量编辑时激活。
feishu-merged-msg
Fetch and parse Feishu merged/forwarded messages (合并转发消息). Activate when a Feishu message shows "Merged and Forwarded Message" with no readable content, or when you need to retrieve sub-messages from a merge_forward message type.