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.
# 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 质量较好,功能完整且实用。它能自动管理进化循环、发送飞书卡片报告、生成可视化仪表板,还具备故障学习和进程自愈能力,设计考虑周全。不过部分代码较为复杂,依赖外部模块较多,在某些环境下可能遇到兼容性问题。总体而言,是一个工程化程度较高的实用工具。