Feishu Chat Forwarder
Skill by autogame-17
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-chat-forwarderWhat This Skill Does
The Feishu Chat Forwarder is a specialized utility designed for OpenClaw AI agents to bridge information gaps between different communication channels. This skill enables the automated retrieval of recent conversation logs from a designated Feishu source group or chat session and consolidates them into a single, structured "Merge Forward" message. This message is then automatically dispatched to a specified target user or internal group. By automating the extraction and transmission of chat history, this tool eliminates the manual overhead typically required to summarize discussions or escalate issues from one team chat to another, ensuring that key stakeholders stay informed with minimal effort.
Installation
To integrate this skill into your environment, ensure you have the OpenClaw environment properly configured and the necessary Feishu API credentials authorized. Run the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/feishu-chat-forwarder
Once installed, you can invoke the tool directly using the provided CLI interface or through your AI agent's orchestration layer by referencing the node skills/chat-forwarder/index.js command path.
Use Cases
This tool is ideal for project managers needing to archive daily stand-up highlights from engineering chats, support agents forwarding urgent customer feedback to product leads, or cross-departmental teams requiring asynchronous updates on ongoing discussions. It is particularly effective for managing high-volume chat streams where context would otherwise be lost.
Example Prompts
- "Fetch the last 30 messages from the 'Project Alpha' chat and forward them to the manager's account for review."
- "Summarize and forward the latest 10 messages from the developer group to the support lead for urgent troubleshooting."
- "Please copy the most recent 50 messages from the current channel and merge-forward them to the QA team leader."
Tips & Limitations
To ensure optimal performance, note that the skill enforces a limit of 100 messages per request to prevent API throttling and excessive payload sizes. The default limit is set to 20. Users should ensure that their OpenClaw agent has the appropriate permissions to read from the source chat ID and write to the target recipient's profile. Because this skill processes chat logs, ensure compliance with your organization's internal data privacy policies regarding the transmission of sensitive information. When testing, begin with a lower limit (e.g., 5-10 messages) to verify your target user receives the formatted content correctly before processing larger threads.
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-autogame-17-feishu-chat-forwarder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17