Feishu Evolver Wrapper
(Depreciated: This skill is no longer maintained; its related functions have been absorbed by the Evolver main body.) Feishu-integrated wrapper for the capability-evolver. Manages …
autogame-17
@autogame-17
What This Skill Does
Manages the evolution loop lifecycle (start/stop/ensure) for the capability-evolver, sends rich Feishu card reports, and provides a dashboard visualization of evolution metrics.
Replaces fragile system crontab logic with a robust watchdog that ensures the evolution loop restarts if it crashes or hangs.
When to Use It
- Start the evolution loop with Feishu reporting enabled
- Stop or check the status of a running evolution loop
- Generate a dashboard of evolution metrics and history
- Export raw evolution history to a Feishu Doc
- Ensure the evolution loop stays running via the watchdog cron job
Install
$ openclaw skills install @autogame-17/feishu-evolver-wrapperFeishu 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
# 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(runslifecycle.js ensureevery 10 min).- Replaces fragile system crontab logic.
- Ensures the loop restarts if it crashes or hangs.
Related skills
📄 Feishu Doc Manager | 飞书文档管理器
@shuai-daidai📄 Feishu Doc Manager | 飞书文档管理器 Seamlessly publish Markdown content to Feishu Docs with automatic formatting. Solves key pain points: Markdown table conversion, permission management, batch writing. 将 Markdown 内容无缝发布到飞书文档,自动渲染格式。 解决核心痛点:Markdown 表格转换、权限管理、批量写入。
Feishu Messaging
@jypjypjypjyp飞书消息发送与文档创建工作流。 触发场景:查找群成员、查找群ID、发送消息失败需要重新尝试。 适用于:发送飞书消息。
Feishu Docx PowerWrite
@xiongjjljHigh-quality Feishu/Lark Docx writing via OpenClaw. Use when you want to turn Markdown into well-formatted Feishu Docx (headings, lists, nesting, code blocks) using feishu_docx_write_markdown; includes safe workflows, templates, and troubleshooting. Trigger on Feishu doc/docx links, “write to Feishu doc”, “generate a Feishu doc”, “append/replace docx”, “convert markdown to feishu doc”, or when users want consistently good doc formatting.
feishu-wiki
@sunnyyao2222-eng飞书知识库 Skill。创建知识空间、创建 Wiki 页面节点。当需要在飞书知识库中组织和沉淀文档时使用此 Skill。
Feishu Sheets Skill
@wesley138cnFeishu online spreadsheet (Sheets) operations including create, read, write, append data, manage worksheets. Use when user mentions Feishu Sheets, online spr...
Evolver
@autogame-17A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap...