auto-skill-evolver
SKILL.md
Auto Skill Evolver
This skill allows your AI agent to autonomously improve its own skills. It uses an iterative "training" process where the agent practices a task, evaluates the result, and rewrites the skill definition to perform better next time.
⚠️ Security Notice: This skill modifies code/config files on your local machine. It runs the local
openclawCLI and executes arbitrary commands defined by you. Use with caution and review changes before applying them.
Prerequisites
- Python 3.8+ installed.
- OpenClaw CLI installed and configured (
openclawcommand available in PATH, external dependency and not bundled by this skill package). - No external API key required (uses your local OpenClaw agent configuration).
- Strongly recommended to run with human review (
--interactive) unless you are in a trusted CI pipeline.
Usage
1. Self-Training Mode (The "Gym")
Use this mode when you want the agent to practice a specific task repeatedly to perfect a skill.