A skill to fetch recent chat history from a group and send it as a "Merge Forward" (合并转发) message to a target user.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill feishu-chat-forwarder --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Chat Forwarder?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-feishu-chat-forwarder)More formats (shields.io, HTML) on the badges page.
# Chat Forwarder (chat-forwarder)
A skill to fetch recent chat history from a group and send it as a "Merge Forward" (合并转发) message to a target user.
## Tools
### `node skills/chat-forwarder/index.js`
Fetches and forwards messages.
**Options:**
- `--source <chat_id>`: Source Chat ID (e.g., `oc_xxx`).
- `--target <open_id>`: Target User/Chat ID to receive the forward.
- `--limit <number>`: Number of recent messages to forward (default: 20, max 100).
## Usage
```bash
node skills/chat-forwarder/index.js --source "oc_123..." --target "ou_456..." --limit 50
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!