An infinite, perfectly organized long-term memory system that complements your agent's built-in memory with unlimited categorized storage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory
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 memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Memory skill is a robust data management framework designed to give your AI agent an organized, persistent storage layer that goes far beyond standard context windows. While traditional agent memory is often ephemeral or messy, this addition to your Openclaw Skills library creates a parallel system in a dedicated directory where information is meticulously categorized and indexed.
By separating long-term storage from immediate working memory, the Memory skill ensures that your agent can manage thousands of files, project histories, and technical documents without losing performance. It functions as a Personal Knowledge Management (PKM) system tailored specifically for agentic workflows, allowing for high-density information retrieval through a structured markdown-based architecture.
To integrate this capability into your suite of Openclaw Skills, initialize the environment by following these steps:
# Review the setup requirements and configuration
cat setup.md
# Check the available templates for consistent data entry
cat memory-template.md
The Memory skill organizes data using a hierarchical markdown structure optimized for both human readability and machine parsing:
| Component | Path | Purpose |
|---|---|---|
| Root Index | ~/memory/INDEX.md |
The master directory of all available data categories. |
| Configuration | ~/memory/config.md |
Stores system preferences and sync settings. |
| Categories | ~/memory/[category]/ |
User-defined folders (e.g., /projects, /knowledge). |
| Category Index | ~/memory/[category]/INDEX.md |
A tabular list of items within a category for fast navigation. |
| Data Files | ~/memory/[category]/{item}.md |
Individual entries containing detailed notes or logs. |
| Sync Folder | ~/memory/sync/ |
Optional storage for one-way mirrored data from built-in memory. |
Loading
A comprehensive skill for AI agents to deploy, tune, and manage Meilisearch instances for fast and relevant search experiences.

A proactive reflection skill that enables AI agents to generate sandboxed insights and strategic questions during idle time.

A sophisticated medical reasoning tool for clinical decision support, patient education, and evidence-based research.

A comprehensive AI-driven meal planning and grocery management system for your personal workspace.

A comprehensive marketplace assistant for Mercado Libre designed to automate product research, price comparison, and selling operations.

A sophisticated messaging layer for AI agents that ensures platform-aware formatting, tone matching, and safe escalation for high-stakes communication.








































