install
source · Clone the upstream repo
git clone https://github.com/autogame-17/feishu-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/autogame-17/feishu-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/feishu-chat-forwarder" ~/.claude/skills/autogame-17-feishu-skills-feishu-chat-forwarder && rm -rf "$T"
manifest:
feishu-chat-forwarder/SKILL.mdsource content
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
node skills/chat-forwarder/index.jsFetches and forwards messages.
Options:
: Source Chat ID (e.g.,--source <chat_id>
).oc_xxx
: Target User/Chat ID to receive the forward.--target <open_id>
: Number of recent messages to forward (default: 20, max 100).--limit <number>
Usage
node skills/chat-forwarder/index.js --source "oc_123..." --target "ou_456..." --limit 50