A comprehensive framework for AI agents to record, index, and transform fleeting interaction data into permanent, reusable knowledge modules.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install keep-learning-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 keep-learning-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Keep Learning Agent is a specialized system designed to solve the problem of knowledge loss in AI agent sessions. It provides a standardized framework for knowledge precipitation and experience solidification, ensuring that every insight gained during a task is documented and converted into a reusable asset. By integrating this into the Openclaw Skills ecosystem, developers can ensure their agents don't just solve problems once, but actually evolve by turning repeatable patterns into mental models and library modules.
At its core, the skill emphasizes the philosophy that learned knowledge must be solidified into standard operating procedures (SOPs) and structured documentation rather than existing only in temporary session memory. This leads to a self-improving agent that becomes more efficient, accurate, and capable with every task it performs.
To deploy this skill within your environment, follow these installation steps:
mkdir .learnings
mkdir .learnings/templates
mkdir .learnings/archive
mkdir lib
learning-template.md into the templates folder to standardize all future inputs../config/self-repair.ps1
skills-config.json to enable automated indexing and autoloading features.The Keep Learning Agent organizes data using a flat-file taxonomy optimized for rapid AI retrieval and human readability:
| Component | File Path | Purpose |
|---|---|---|
| Main Log | .learnings/LEARNINGS.md |
Central repository for all new knowledge and technical solutions. |
| Indexer | .learnings/INDEX.md |
A high-level mapping of Pattern-Keys, categories, and task statuses. |
| Error Log | .learnings/ERRORS.md |
Specific tracking of failures and their subsequent fixes. |
| Library | lib/ |
Reusable scripts and modules generated from promoted learnings. |
| SOPs | lib/KNOWLEDGE-SOP.md |
Formalized workflows and mindset models for the agent to follow. |
Loading
An AI-powered assistant that generates, manages, and debugs runnable Python trading strategies for the MQuant quantitative platform.

A hybrid GPU inference orchestrator that deploys LLMs across serverless providers and spot instances to maximize performance while minimizing costs.

An advanced research agent skill that generates deep, cited reports for market analysis, technical deep dives, and competitive intelligence.

A high-efficiency utility for transferring local files into Kimi chat sessions for immediate user download.

A specialized skill for real-time blood glucose tracking and monitoring via Dexcom G6 and G7 continuous glucose monitors.

A privacy-focused CLI tool for end-to-end encrypted agent-to-agent communication over the Nostr protocol.








































