A specialized tool for extracting and displaying the full content of merged and forwarded messages within the Feishu platform.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-forward-reader
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-forward-reader 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 Forwarded Message Reader is a technical utility designed to address the limitation where merged messages are often displayed as a generic Merged and Forwarded Message placeholder. This tool allows users to dive deep into the original message threads by fetching the complete sub-message list directly through the Feishu API. As part of the ecosystem of Openclaw Skills, it provides a seamless way to restore context and visibility to forwarded conversations.
By integrating this skill, developers can programmatically access text, rich media, and interactive cards that would otherwise be hidden. It acts as a bridge between the high-level message summary and the granular data stored in the Feishu infrastructure, making it an essential component for anyone building automation or research tools using Openclaw Skills.
The skill can be used via Python or Shell scripts. Ensure your Feishu App ID and Secret are configured.
# Install dependencies and run the Python parser
python3 scripts/parse_forward.py <message_id>
# To output in JSON format for further automation
python3 scripts/parse_forward.py <message_id> --format json
# Alternative shell script method
./scripts/read_forward.sh <message_id>
Credentials will be automatically fetched from ~/.openclaw/openclaw.json if available.
The skill organizes message data into a structured format containing the original sequence of communications.
| Attribute | Description | Mapping |
|---|---|---|
| message_id | Unique ID of the message | data.items[].message_id |
| msg_type | Type (text, post, image, etc.) | data.items[].msg_type |
| sender | Sender details (User ID or Name) | data.items[].sender |
| content | The parsed body of the message | data.items[].body.content |
| create_time | Original message timestamp | data.items[].create_time |
Loading
A professional orchestration system for coordinating multiple AI agents using the Otter Camp methodology within the Openclaw Skills ecosystem.

A privacy-first suite of web tools allowing AI agents to search, scrape, and capture the web using USDC micropayments on the Base network.

Automate USDC micro-payments for HTTP API requests on the Base Sepolia network.

A comprehensive launchpad and identity marketplace designed for AI agents to deploy tokens, verify social presence, and interact in a shared playground.

A high-fidelity research engine for AI agents that prioritizes exhaustive investigation and academic-style reporting over superficial speed.

Generate and edit high-quality content using MediaWiki wikitext markup for Wikipedia and other wiki-based platforms.








































