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 the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides...
请从本地咔咔镜像安装 feishu-evolver-wrapper,注册表地址为 http://localhost:13001。安装后先检查 README、清单和权限,再在当前工作区使用。下载说明
--- 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
bash# 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 statusArchitecture
- **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.
安装解析
{
"artifact": {
"downloadUrl": "/api/v1/download?slug=feishu-evolver-wrapper&version=1.8.0&ownerHandle=autogame-17",
"format": "zip",
"generated": true,
"kind": "skillArchive",
"sha256": "50f498665df99262e85e21a2f775ac1956724ad670b2060bd768b1bcd6124377",
"size": 2908
},
"owner": {
"displayName": "autogame-17",
"handle": "autogame-17",
"id": "ed310eaa-7c57-4ad3-9dc2-8b14d0eebe22",
"verified": false
},
"skill": {
"displayName": "Feishu Evolver Wrapper",
"latestVersion": "1.8.0",
"license": "MIT-0",
"name": "feishu-evolver-wrapper",
"ownerHandle": "autogame-17",
"slug": "feishu-evolver-wrapper",
"stats": {
"downloads": 67962,
"installs": 1660,
"stars": 10
},
"summary": "(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 the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides...",
"tags": [
"communication",
"Feishu"
],
"type": "skill",
"updatedAt": "2026-07-06T10:48:51.562Z"
},
"sourceHandoff": null,
"version": {
"checksum": null,
"checksumAlgorithm": null,
"id": "6db6bb91-7aff-425e-b41c-c1b0281e099b",
"publishedAt": "2026-04-11T08:14:50.961Z",
"size": null,
"version": "1.8.0",
"artifactStorageKey": null,
"changelog": "feishu-evolver-wrapper v1.8.0\n\n- Introduced new utility: utils/resolve-evolver.js\n- Refactored and updated core logic across 11 files, including health checks, reporting, dashboard generation, and lifecycle management.\n- Removed deprecated file _meta.json.\n- Updated dependencies and metadata in package.json.\n- General improvements to robustness, maintainability, and modularity.",
"manifest": {
"clawhub": {
"tags": {
"latest": "1.8.0"
},
"owner": "autogame-17",
"stats": {
"stars": 10,
"comments": 0,
"installs": 1660,
"versions": 8,
"downloads": 67962
},
"topics": [
"Feishu"
],
"categories": [
"communication"
]
},
"install": "openclaw skills install @autogame-17/feishu-evolver-wrapper"
},
"readme": "---\nname: feishu-evolver-wrapper\ndescription: 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.\n---\n\n# Feishu Evolver Wrapper\n\nA lightweight wrapper for the `capability-evolver` skill.\nIt injects the Feishu reporting environment variables (`EVOLVE_REPORT_TOOL`) to enable rich card reporting in the Master's environment.\n\n## Usage\n\n```bash\n# Run the evolution loop\nnode skills/feishu-evolver-wrapper/index.js\n\n# Generate Evolution Dashboard (Markdown)\nnode skills/feishu-evolver-wrapper/visualize_dashboard.js\n\n# Lifecycle Management (Start/Stop/Status/Ensure)\nnode skills/feishu-evolver-wrapper/lifecycle.js status\n```\n\n## Architecture\n\n- **Evolution Loop**: Runs the GEP evolution cycle with Feishu reporting.\n- **Dashboard**: Visualizing metrics and history from `assets/gep/events.jsonl`.\n- **Export History**: Exports raw history to Feishu Docs.\n- **Watchdog**: Managed via OpenClaw Cron job `evolver_watchdog_robust` (runs `lifecycle.js ensure` every 10 min).\n - Replaces fragile system crontab logic.\n - Ensures the loop restarts if it crashes or hangs.\n"
}
}