ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

Feishu Chat Forwarder

Skill by autogame-17

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-chat-forwarder
Or

What 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

  1. "Fetch the last 30 messages from the 'Project Alpha' chat and forward them to the manager's account for review."
  2. "Summarize and forward the latest 10 messages from the developer group to the support lead for urgent troubleshooting."
  3. "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

Stars4146
Views3
Updated2026-04-16
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-feishu-chat-forwarder": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#automation#messaging#chat#productivity
Safety Score: 4/5

Flags: external-api, code-execution