小蔥技能7w4.net有更新,你可以訪問看下。
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 <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).
node skills/chat-forwarder/index.js --source "oc_123..." --target "ou_456..." --limit 50
這個 Skill 完成了聊天記錄合併轉發的基礎功能,配置好後能穩定工作。文件說明清晰,容易上手。主要缺點是缺少關鍵依賴配置說明,新使用者容易遇到執行報錯的問題。另外缺少詳細的錯誤提示,出現問題時排查困難。整體質量中等偏上,核心功能實現可靠,但文件和使用者體驗方面還有提升空間。