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

Feishu Evolver Wrapper

  • 29 installs
  • 2 repo stars
  • Updated February 27, 2026
  • autogame-17/feishu-evolver-wrapper

feishu-evolver-wrapper is a Claude skill that wraps the capability-evolver skill to add Feishu card reporting, dashboard visualization, and cron-watchdog lifecycle management.

About

This skill is a Node wrapper around the capability-evolver skill that adds Feishu (Lark) reporting. It injects the EVOLVE_REPORT_TOOL environment variable so the evolution loop emits rich Feishu card reports, runs the GEP evolution cycle, and generates a Markdown dashboard from events.jsonl. Lifecycle management (start/stop/status/ensure) is backed by an OpenClaw cron watchdog that restarts the loop if it crashes or hangs.

  • Wraps the capability-evolver skill, injecting EVOLVE_REPORT_TOOL to send rich Feishu card reports
  • Manages the evolution loop lifecycle (start/stop/status/ensure) with a 10-minute OpenClaw cron watchdog

Feishu Evolver Wrapper by the numbers

  • 29 all-time installs (skills.sh)
  • Ranked #1,237 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

Capabilities
feishu batch sender · feishu attendance
Use cases
orchestration · devops
Runs
Runs locally
From the docs

What feishu-evolver-wrapper says it 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.
SKILL.md
npx skills add https://github.com/autogame-17/feishu-evolver-wrapper --skill feishu-evolver-wrapper

Add your badge

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

Listed on Skillselion
Installs29
repo stars2
Last updatedFebruary 27, 2026
Repositoryautogame-17/feishu-evolver-wrapper

What it does

Run and supervise the capability-evolver loop with Feishu card reporting and a cron watchdog that restarts it on failure.

When should I use this skill?

When running the evolver with Feishu reporting or managing the evolution daemon lifecycle.

What you get

  • A Markdown evolution dashboard
  • Feishu card status reports

By the numbers

  • watchdog runs every 10 minutes
  • 3 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

What does feishu-evolver-wrapper add over capability-evolver?

It injects the EVOLVE_REPORT_TOOL env var for rich Feishu card reporting and adds a dashboard plus cron-watchdog lifecycle management.

How does the watchdog work?

An OpenClaw cron job runs lifecycle.js ensure every 10 minutes, restarting the loop if it crashes or hangs.

Automation & Workflowsmonitoringinfra

This week in AI coding

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

unsubscribe anytime.