ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

evolve

Local DevOps/autonomy skill for OpenClaw (safe evolution loop with guardrails).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/delkoman88/evolve
Or

evolve

Local DevOps/autonomy skill for OpenClaw.

This skill provides a safe "evolution loop" controller (barandales) that:

  • snapshots current status
  • generates candidates
  • tests candidates
  • promotes candidates into active skills
  • supports rollback

Commands

  • evolve plan
  • evolve generate <slug>
  • evolve test <slug>
  • evolve promote <slug>
  • evolve rollback <slug>

Notes

This skill delegates to a local controller script (evolvectl.sh). You can override its location with EVOLVECTL.

Metadata

Stars2387
Views2
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-delkoman88-evolve": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.