A specialized tool for forwarding Feishu thread-level topics to users, groups, or other threads via the Feishu Open API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-thread-forward
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-thread-forward using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Feishu Thread Forward skill provides a robust mechanism for AI agents to interact with Feishu topic-based communication. Unlike standard message tools that only handle individual messages, this integration specifically targets the thread level (话题), allowing users to preserve the context and UI structure of a discussion when sharing it across different chats. By utilizing Openclaw Skills, developers can bridge the gap in native tool limitations to provide a more intuitive user experience.
This skill is particularly valuable for organizations that rely on Feishu's topic groups. It allows for the programmatic generation of clickable topic cards that link back to the original discussion, ensuring that all participants stay aligned. Whether you are building an automated notification system or a sophisticated virtual assistant, this skill ensures that thread forwarding is handled with technical precision and reliability.
To deploy this within your environment, ensure your bot has the required im:message or im:message:send_as_bot permissions. The skill reads credentials from /root/.openclaw/openclaw.json. You can manually test the forwarding logic using the provided Python script:
python3 skills/feishu-thread-forward/scripts/forward_thread.py \
--thread-id omt_xxxxx \
--receive-id oc_xxxxx \
--receive-id-type chat_id
The skill manages data through specific path and query parameters to ensure accurate delivery. Below is the metadata structure used by these Openclaw Skills:
| Parameter | Description | Required |
|---|---|---|
| thread_id | The unique ID of the thread to forward (Path) | Yes |
| receive_id_type | The format of the destination ID (Query) | Yes |
| receive_id | The target identifier (Body) | Yes |
| uuid | An optional idempotency key to prevent duplicate forwards | No |
Loading
A specialized tool for fetching detailed Feishu message content and full conversation thread history via message IDs.

A specialized utility to programmatically retrieve and parse sub-messages within Feishu's merged and forwarded message format.

A specialized tool for converting Markdown content into Feishu block structures and inserting them into existing documents with precise positioning.

A high-performance synchronization tool for managing Feishu documents, spreadsheets, and complex block structures via Markdown.

A comprehensive CLI tool for querying real-time event probabilities and market data from Polymarket.

A zero-cost neural search and autonomous deep research skill for AI agents that operates without API keys via the Exa MCP.








































