An AI skill that enables agents to self-critique, learn from mistakes, and proactively surface lessons to reduce revision rounds.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install reflection
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 reflection using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill equips your AI agent with a sophisticated self-correction loop, ensuring that deliverables meet high standards before reaching the user. By integrating this module from the Openclaw Skills library, agents move beyond simple execution to professional-grade quality assurance, performing a 7-dimension evaluation on their own output.
The core value of Self Reflection lies in its ability to transform mistakes into permanent improvements. Instead of repeating the same errors, the agent logs corrections, analyzes root causes, and detects recurring patterns. This leads to a proactive workflow where the agent surfaces relevant lessons from past experiences before starting new tasks, significantly increasing efficiency and trust.
To get started with this component of Openclaw Skills, you need to initialize the reflection directory. This skill installs via the CLI and manages its own persistent memory.
# Install the reflection skill to your agent
clawhub install reflection
# Sync your skill library to ensure the latest evaluation logic is present
clawhub sync
Once installed, the agent will automatically create the ~/reflection/ directory and begin monitoring your interactions for learning opportunities.
The skill maintains a structured directory to ensure persistent learning. This data is organized as follows:
| File | Purpose |
|---|---|
memory.md |
Stores agent status, user preferences, and performance statistics. |
reflections.md |
A chronological log of specific corrections, root cause analysis, and prevention rules. |
patterns.md |
Tracks recurring issues, frequency of errors, and the status of active prevention rules. |
archive/ |
A directory for monthly archives, keeping the active reflection logs lean and efficient. |
Loading
A high-performance skill for managing Redis caching, message queues, and complex data structures with atomicity and memory safety.

A comprehensive AI assistant for sourcing candidates, screening resumes, and managing professional hiring pipelines with a focus on impact and equity.

A context-aware recommendation engine that learns user preferences and researches options to provide highly personalized matches.

A structured personal culinary database that converts URLs, photos, and notes into a searchable markdown recipe library with automated scaling and meal planning.

A comprehensive guide and utility for writing efficient, secure, and cross-engine compatible regular expressions.

A sophisticated memory management system for AI agents that prioritizes high-value context while pruning low-value noise.








































