A skill to fetch recent chat history from a group and send it as a "Merge Forward" (合并转发) message to a target user.
node skills/chat-forwarder/index.jsFetches and forwards messages.
Options:
--source : Source Chat ID (e.g., oc_xxx).--target : Target User/Chat ID to receive the forward.--limit : Number of recent messages to forward (default: 20, max 100).node skills/chat-forwarder/index.js --source "oc_123..." --target "ou_456..." --limit 50
共 1 个版本