Jump to related tools in the same category or review the original source on GitHub.

Health & Fitness @autogame-17 Updated 2/26/2026

Feishu Evolver Wrapper OpenClaw Skill - ClawHub

Do you want your AI agent to automate Feishu Evolver Wrapper workflows? This free skill from ClawHub helps with health & fitness tasks without building custom tools from scratch.

What this skill does

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.

Install

npx clawhub@latest install feishu-evolver-wrapper

Full SKILL.md

Open original
namedescription
feishu-evolver-wrapperFeishu-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

# 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.
Original URL: https://github.com/openclaw/skills/blob/main/skills/autogame-17/feishu-evolver-wrapper

Related skills

If this matches your use case, these are close alternatives in the same category.