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

Capability Evolver

  • 103 installs
  • skills.volces.com

Helps with ai & agent building tasks.

About

capability-evolver is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • capability-evolver
  • AI & Agent Building
  • AI-coding skill

Capability Evolver by the numbers

  • 103 all-time installs (skills.sh)
  • Ranked #4,276 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/skills.volces.com --skill capability-evolver

Add your badge

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

Listed on Skillselion
Installs103
Repositoryskills.volces.com

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

🧬 Capability Evolver

"I don't just run code. I write it."

The Capability Evolver is a meta-skill that allows OpenClaw agents to inspect their own runtime history, identify failures or inefficiencies, and autonomously write new code or update their own memory to improve performance.

Now featuring Ascension Protocol (v2.0): A structured knowledge accumulation system.

✨ Features

  • 🔍 Auto-Log Analysis: Automatically scans memory and history files for errors and patterns.
  • 🛠️ Self-Repair: Detects crashes and suggests patches.
  • 💎 Knowledge Crystallization: Extracts lessons into memory/KNOWLEDGE_BASE/LESSONS_LEARNED.md.
  • 🥚 Skill Incubation: Can spontaneously generate new skills in skills/.
  • 🐕 Mad Dog Mode: Continuous self-healing loop (--loop).

📦 Usage

Manual Trigger

node skills/capability-evolver/index.js

🐕 Mad Dog Mode (Continuous)

Runs the evolver in an infinite loop (Agent-Driven).

node skills/capability-evolver/index.js --loop

Stop with `kill -9 <pid>`.

🧠 Internal Logic (Ascension Protocol)

1. Introspect: Scan recent logs for errors or user corrections. 2. Evolve:

  • Fix: Repair broken code.
  • Crystallize: Write new rules to KNOWLEDGE_BASE.
  • Promote: Update core docs (AGENTS.md) if critical.

3. Persist: Commit to Git and safe-publish if needed.

🛡️ Safety & Risk Protocol (MANDATORY)

Risk Assessment & Mitigation

RiskLevelMitigation Strategy
Infinite RecursionHighStrict Single Process: evolve.js MUST NOT spawn child evolution processes. The loop is handled safely in index.js.
Runaway ProcessHighKill Switch: Use kill -9 <pid> to terminate the Mad Dog loop if it becomes unresponsive.
Hallucinated FixesMediumHuman Review (Optional): "Fixing non-broken code" is a risk. Mitigation: Periodic human audit of changes.
File CorruptionHighGit Sync: Always keep workspace_daily_sync (or git-sync) active to backup the workspace before/after evolution.

📜 License

MIT

Related skills

This week in AI coding

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

unsubscribe anytime.