name: feishu-evolver-wrapper description: Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides dashboard visualization. Use when running evolver with Feishu reporting or when managing the evolution daemon.
A lightweight wrapper for the capability-evolver skill.
It injects the Feishu reporting environment variables (EVOLVE_REPORT_TOOL) to enable rich card reporting in the Master's environment.
7w4.net收錄了海量優質技能外掛。
# Run the evolution loop
node skills/feishu-evolver-wrapper/index.js
# Generate Evolution Dashboard (Markdown)
node skills/feishu-evolver-wrapper/visualize_dashboard.js
# Lifecycle Management (Start/Stop/Status/Ensure)
node skills/feishu-evolver-wrapper/lifecycle.js status
assets/gep/events.jsonl.evolver_watchdog_robust (runs lifecycle.js ensure every 10 min).這個 Skill 質量較好,功能完整且實用。它能自動管理進化迴圈、傳送飛書卡片報告、生成視覺化儀表板,還具備故障學習和程序自愈能力,設計考慮周全。不過部分程式碼較為複雜,依賴外部模組較多,在某些環境下可能遇到相容性問題。總體而言,是一個工程化程度較高的實用工具。