A comprehensive AI programming orchestrator that manages the full task lifecycle, from code generation to automated knowledge induction.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evolving-agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install evolving-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Evolving Agent serves as a master process supervisor designed to coordinate complex AI-driven development workflows. By leveraging these Openclaw Skills, the agent acts as a central nervous system that identifies user intent—whether it be active programming, knowledge organization, or learning from external sources—and delegates tasks to specialized sub-modules.
Built on the principle of progressive disclosure, the skill maintains a clean orchestration layer while offloading detailed implementation to modules like the programming-assistant and knowledge-base. It ensures that every action is part of a verified, closed-loop system that not only completes the task but also captures the experience for future use.
To integrate Evolving Agent into your workflow, ensure your Openclaw Skills directory is correctly configured and the runner script is accessible.
# Define the skills directory path
SKILLS_DIR=$([ -d ~/.config/opencode/skills/evolving-agent ] && echo ~/.config/opencode/skills || echo ~/.claude/skills)
# Initialize the evolution mode to start tracking progress
python $SKILLS_DIR/evolving-agent/scripts/run.py mode --init
# Verify the current status of the agent
python $SKILLS_DIR/evolving-agent/scripts/run.py mode --status
The skill manages its state and metadata using a structured taxonomy within the .opencode directory. This allows for persistent tracking across sessions.
| File | Type | Description |
|---|---|---|
progress.txt |
Text | Real-time log of the current execution steps. |
feature_list.json |
JSON | A structured list of tasks and their current states (pending, completed, blocked). |
.evolution_mode_active |
Flag | Marker file indicating that the agent is in automatic experience extraction mode. |
Loading
A skill that prevents fake progress by enforcing artifact-based verification and hard evidence reporting for AI agent tasks.

A comprehensive journalistic workflow for AI agents to collect materials, verify facts, and generate publication-ready news content.

A comprehensive integration for managing Google Analytics 4 properties and retrieving reporting data via managed OAuth.

A local-to-cloud bridge for processing Speech-to-Text with Whisper and Text-to-Speech via AWS Polly.

An autonomous development framework for Openclaw Skills that uses iterative loops, validation gates, and structured planning to manage complex coding tasks.

A portable Python-based skill for resolving city IDs and fetching real-time weather data via the QWeather API.








































