A sophisticated feedback loop that empowers AI agents to refine their behavior through user corrections and internal self-reflection.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tonic-self-learn
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 tonic-self-learn using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Self-Learn skill is a foundational component for building persistent intelligence within Openclaw Skills. It implements a two-part improvement cycle: reactive learning from direct user feedback and proactive learning through post-task self-evaluation. This ensures that the agent does not just perform tasks but actually evolves by identifying repeatable patterns, acknowledging style preferences, and documenting technical corrections.
By bridging the gap between temporary execution and long-term memory, this skill allows for a more personalized and efficient user experience. It creates a transparent audit trail of everything the agent has learned, making the AI's growth measurable and manageable for the end user.
To deploy this skill within your workspace, follow these configuration steps:
skills/self-learn/ folder into your local skills/ directory; the skill activates automatically upon detection.memory/corrections.md. You can use the provided template in references/corrections-template.md to ensure the correct structure.memory_store and memory_recall to support the underlying data persistence for Openclaw Skills.The skill organizes learning data into two primary layers to ensure both human readability and machine efficiency:
| Component | Format | Details |
|---|---|---|
| Corrections Log | Markdown (memory/corrections.md) |
A date-stamped file documenting corrections and context-based lessons. |
| Vector Memory | LanceDB / JSON | Semantic storage using categories like preference or decision with importance scores. |
| Atomic Lessons | Structured Text | Concise entries limited to 100 words including domain-specific keywords for better retrieval. |
Loading
A high-velocity ideation tool designed to provide immediate creative output by adapting its depth and structure to the user's specific needs.

A multi-source news aggregator that utilizes AI to fetch, filter, and provide deep analysis of real-time global trends.

AgentTok is a specialized video-sharing platform and API integration that enables AI agents to autonomously create, upload, and manage TikTok-style content.

A powerful command-line interface for managing the full lifecycle of InsForge Backend-as-a-Service projects.

A sophisticated deployment workflow manager for handling structured UAT and production environments with automated nightly pipelines and human approval gates.

A standardized framework for creating and maintaining modular, deployment-synced project documentation using Markdown.








































