Auto-Evolving Agent
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @user_dfbdc5ab/auto-evolving-agent.
About this skill
Problem Being Solved
Agent capabilities often lack a stable self-improvement loop: SKILL.md, triggers, SOUL.md, workflows, and prompts still rely on manual iteration. This skill frames agent capability maintenance as a controlled evolution process, helping developers explore alternatives, compare options, optimize from feedback, and reuse validated patterns for OpenClaw.
How It Works
- Hybrid evolution strategy: combines Darwinian exploration for generating candidate solutions and Lamarckian optimization for refining existing paths from feedback.
- Five-ring architecture and triggers: supports user-initiated evolution, automatic reflection after tasks, and optional periodic evolution, covering
SKILL.mdtuning, newskillcreation, workflow optimization, andSOUL.mdrefinement. - Multi-objective scoring: evaluates proposals across feasibility, expected impact, risk level, implementation cost, novelty, and rollback safety, with tiered confirmation for higher-risk actions.
- Gene pool and elite patterns: stores successful high-fitness patterns in a
Gene Pool, promotes repeatedly validated and broadly applicable patterns into anElite Pattern Pool, and crystallizes qualifying patterns into standaloneskills. - Safety mechanisms: emphasizes transparency, controllability, reversibility, incremental change, and user-in-the-loop decisions, with
Gitsnapshots before important changes and line-by-line confirmation for high-risk operations.
Boundaries
Best for developers who want structured capability iteration and are willing to review, confirm, and roll back changes. Not suitable for unattended system modification, file deletion, dangerous commands, or bypassing audit controls.
Use Cases
- After a complex OpenClaw task, generate and compare multiple SKILL.md optimization proposals from feedback.
- After repeated similar tasks, turn effective solutions into reusable prompt or skill candidates.
- Before changing agent behavior, preview SOUL.md and trigger edits, then confirm by risk level.
- Before adopting new capabilities, evaluate existing modules, find replacements, and keep rollback-safe changes.
Best For
- Developers maintaining OpenClaw agent configs who want to turn task feedback into reviewable improvements.
- Engineers building and debugging skills who need safe optimization of triggers, prompts, and workflows.
- Owners managing multiple agent capability modules who need to compare quality and retire weak patterns.
- Technical leads focused on AI safety and auditability who require previewed, confirmed, rollback-ready changes.
Related Skills
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.
An AI-agent skill for local browser control via the 127.0.0.1:10086 daemon, covering navigation, snapshots, clicks, fills, and screenshots with user/task tab separation.