A structured system for AI agents to transform mistakes into imperative, executable rules that prevent recurring errors.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install error-driven-evolution
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 error-driven-evolution using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Error-Driven Evolution is a robust framework designed to move AI agents beyond apologies and into actionable learning. Instead of generating vague reflections, this skill mandates the extraction of clear, imperative rules from every mistake or user correction. These rules are stored in a local lessons.md file, creating a persistent memory of failures and their solutions.
By leveraging Openclaw Skills, developers can implement a pre-decision scanning workflow that ensures agents consult their history of mistakes before taking high-stakes actions. This creates an evolving "immune system" for the agent, significantly increasing its reliability and performance over time without requiring manual retraining of the underlying model.
lessons.md file in your workspace root:echo "# Lessons\nRules extracted from mistakes. Append after failing, scan before deciding." > lessons.md
top-100.md.lessons.md and top-100.md before starting any new task or making complex decisions.The skill organizes its learning through a structured markdown taxonomy:
| File | Role | Loading Strategy |
|---|---|---|
lessons.md |
Local mistake rules | Full load on startup |
top-100.md |
Global common errors | Skim titles on startup |
community/*.md |
Specialized domain knowledge | On-demand category query |
Each entry in the schema includes an imperative title, a specific trigger (When), the correct action (Do), the error to avoid (Don't), and a brief rationale (Why).
Loading
A high-performance network forensics skill that transforms raw packet captures into actionable security reports using tshark.

A professional memory architecture for AI agents implementing episodic, semantic, and procedural storage to prevent context loss.

An AI-driven YouTube content strategist that transforms any topic into high-performing video scripts, SEO-optimized metadata, and visual concepts.

A Mixture of Agents workflow that simulates a rigorous Oxford Union-style formal debate to stress-test arguments and explore complex topics.

TripGenie is a specialized travel assistant skill that integrates with OpenClaw to handle real-time hotel bookings, flight searches, and comprehensive itinerary planning.

The Bunpro Sync skill enables users to backup and analyze their Japanese grammar learning progress locally using the community-documented Bunpro Frontend API.








































