Feishu Evolver Wrapper

👤 autogame-17 📦 v1.8.0 ⭐ 4.4 ⬇️ 77.4K 下載
📄 辦公效率 免費

📖 技能介紹


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.


Feishu Evolver Wrapper

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.

Usage

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

Architecture

  • Evolution Loop: Runs the GEP evolution cycle with Feishu reporting.
  • Dashboard: Visualizing metrics and history from assets/gep/events.jsonl.
  • Export History: Exports raw history to Feishu Docs.
  • Watchdog: Managed via OpenClaw Cron job evolver_watchdog_robust (runs lifecycle.js ensure every 10 min).
  • Replaces fragile system crontab logic.
  • Ensures the loop restarts if it crashes or hangs.

🤖 AI 評測

這個 Skill 質量較好,功能完整且實用。它能自動管理進化迴圈、傳送飛書卡片報告、生成視覺化儀表板,還具備故障學習和程序自愈能力,設計考慮周全。不過部分程式碼較為複雜,依賴外部模組較多,在某些環境下可能遇到相容性問題。總體而言,是一個工程化程度較高的實用工具。

📊 多維度評分

適應性4.2
規範性3.9
有效性4.5
可靠性4.6
可信度4.9

📁 包含檔案 (25 個)

📄 README.md 287 B
📄 SKILL.md 1.3 KB
📄 _meta.json 141 B
📄 check_health.js 2.4 KB
📄 cleanup.js 1.6 KB
📄 commentary.js 1.6 KB
📄 daemon.sh 1.5 KB
📄 exec_cache.js 780 B
📄 export_history.js 3.4 KB
📄 feishu-helper.js 9.7 KB
📄 index.js 83.8 KB
📄 issue_tracker.js 5.1 KB
📄 lifecycle.js 33.5 KB
📄 package.json 199 B
📄 report.js 18.9 KB
📄 self-repair.js 2 KB
📄 send-card-cli.js 1 KB
📄 skills_monitor.js 5.8 KB
📄 trigger.js 410 B
📄 utils/dashboard-generator.js 6.8 KB
📄 utils/logger.js 926 B
📄 utils/resolve-evolver.js 1.1 KB
📄 utils/sleep.js 402 B
📄 visualize_dashboard.js 7.2 KB
📄 weekly_insight.js 4.7 KB