A self-optimizing feedback loop that turns every AI interaction into a learning opportunity by tracking mistakes and saving successful patterns.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install auto-improve
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 auto-improve using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Auto-Improve Skill is a sophisticated self-correction framework designed to make your AI coding agent smarter with every task it completes. By implementing a continuous improvement loop, it ensures that your Openclaw Skills don't just execute commands but actually evolve by analyzing failures and documenting successful architectural decisions. It serves as a persistent long-term memory layer that reduces technical debt and prevents the recurrence of known bugs across different development sessions.
At its core, the skill acts as an intelligent layer between task request and execution. It proactively checks historical data to warn the developer of potential pitfalls before they happen. This transformational approach shifts the AI from a stateless executor to a project-aware partner that gains institutional knowledge of your specific codebase and standards over time.
To integrate this capability into your environment, ensure your project root is properly initialized. Use the following commands to manage the learning state:
# Create the local context file if it doesn't exist
touch .antigravity.md
# Force a learning cycle from the most recent action
/improve
# List all learned mistakes and their solutions
/mistakes
# Display stored success patterns
/patterns
The skill organizes its intelligence using a combination of local files and tagged global memory to ensure Openclaw Skills stay relevant to your project.
| Component | Type | Description |
|---|---|---|
| .antigravity.md | File | Local markdown storage for project-specific context and error history. |
| Pattern Library | Data | Structured records containing task situation, approach taken, and successful outcomes. |
| Mistake Log | Data | Tagged entries containing error descriptions, root causes, and avoidance strategies. |
| Global Memory | Storage | Cross-session database for broader domain-specific knowledge and lessons. |
Loading
A proactive intelligence layer that predicts user needs and automates solutions based on behavioral patterns and session history.

A comprehensive system for developers to create, package, and sell high-value AI agent skills on the ClawMart marketplace.

Securely access and manage private GitLab repositories using multi-user OAuth authorization and encrypted token storage.

A comprehensive quantitative data tool for the A-share market that retrieves real-time quotes, financial statements, and sector insights using the AkShare library.

A high-performance tactical assistant for Competitive Commander (cEDH) that provides instant mana calculations, tutor target optimization, and banlist-compliant play recommendations.

A command-line utility for generating professional-grade code snippet images in SVG, PNG, and WebP formats.








































