Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
autogame-17 avatar

Feishu Evolver Wrapper

  • 2 installs
  • 20 repo stars
  • Updated April 11, 2026
  • autogame-17/feishu-skills

feishu-evolver-wrapper is a Claude skill that wraps the capability-evolver, manages its evolution loop lifecycle, and sends rich Feishu card reports and a dashboard.

About

feishu-evolver-wrapper is a wrapper for the capability-evolver skill that injects Feishu reporting environment variables to enable rich card reports during the evolution loop. It manages the evolution loop lifecycle (start, stop, status, ensure), generates a Markdown dashboard from event history, and exports history to Feishu Docs. A watchdog cron job runs lifecycle.js ensure every 10 minutes to restart the loop if it crashes or hangs. Developers use it when running the evolver with Feishu reporting.

  • Wraps the capability-evolver skill with Feishu card reporting
  • Manages the evolution loop lifecycle (start/stop/status/ensure)
  • Watchdog restarts the loop via an OpenClaw cron job if it crashes

Feishu Evolver Wrapper by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,842 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

feishu-evolver-wrapper capabilities & compatibility

Free skill; requires the capability-evolver skill and Feishu credentials for reporting.

Capabilities
feishu card · feishu memory recall
Works with
slack
Use cases
orchestration
From the docs

What feishu-evolver-wrapper says it does

Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides dashboard visualization.
SKILL.md
npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-evolver-wrapper

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars20
Last updatedApril 11, 2026
Repositoryautogame-17/feishu-skills

What it does

Run and supervise the capability-evolver loop with Feishu card reporting and a crash-recovery watchdog.

Who is it for?

Running the capability-evolver as a supervised daemon with Feishu reporting and crash recovery.

Skip if: One-off tasks or setups that do not use the capability-evolver skill or Feishu reporting.

When should I use this skill?

Running the evolver with Feishu reporting or managing the evolution daemon lifecycle.

What you get

The evolution loop runs continuously with a watchdog restart and rich Feishu card reporting.

  • A supervised evolution loop with Feishu card reports and a Markdown dashboard

By the numbers

  • Watchdog runs lifecycle.js ensure every 10 min
  • 4 lifecycle actions (start/stop/status/ensure)

Files

SKILL.mdMarkdownGitHub ↗

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.

Related skills

FAQ

How does the loop recover from crashes?

An OpenClaw cron job named evolver_watchdog_robust runs lifecycle.js ensure every 10 minutes to restart the loop if it crashes or hangs.

What does the wrapper add over capability-evolver?

It injects EVOLVE_REPORT_TOOL to enable rich Feishu card reporting and adds lifecycle and dashboard management.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.