A professional memory architecture for AI agents implementing episodic, semantic, and procedural storage to prevent context loss.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-manager
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-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Memory Manager is a professional-grade architecture designed for AI agents to handle context with the same complexity as human cognitive systems. By implementing a three-tier memory pattern—episodic, semantic, and procedural—this tool ensures that agents don't just store data, but organize it for optimal retrieval. Using Openclaw Skills like this one allows developers to move beyond flat text files and implement a structured knowledge graph approach.
This system is built for agents that need to maintain long-term context without the overhead or privacy concerns of external vector databases. It provides local-first, human-readable storage that allows for 18.5% better retrieval efficiency. By monitoring memory usage and providing automated snapshots, it acts as a safeguard against the context loss typically associated with LLM token limits.
To begin managing agent context with Openclaw Skills, run the initialization script to set up the directory structure:
~/.openclaw/skills/memory-manager/init.sh
You can then check for existing memory risks or organize your current flat-file memory logs:
# Check compression risk
~/.openclaw/skills/memory-manager/detect.sh
# Organize existing memories
~/.openclaw/skills/memory-manager/organize.sh
The skill organizes data into a tiered hierarchy to maximize retrieval accuracy and human readability:
| Directory | Type | Description |
|---|---|---|
memory/episodic/ |
Episodic | Chronological event logs (e.g., YYYY-MM-DD.md). |
memory/semantic/ |
Semantic | Distilled facts, concepts, and permanent knowledge nodes. |
memory/procedural/ |
Procedural | Reusable step-by-step guides and workflow patterns. |
memory/snapshots/ |
Backups | Compressed snapshots taken before memory purging. |
memory/legacy/ |
Archive | Original files preserved after migration to the tiered structure. |
Loading
An AI-driven YouTube content strategist that transforms any topic into high-performing video scripts, SEO-optimized metadata, and visual concepts.

A Mixture of Agents workflow that simulates a rigorous Oxford Union-style formal debate to stress-test arguments and explore complex topics.

Agent Passport is a comprehensive security framework providing OAuth-style consent-gating, behavioral contracts, and threat-shielding for autonomous AI agents.

A structured memory management system that distills complex troubleshooting and development experiences into a permanent knowledge base for AI agents.

A high-performance network forensics skill that transforms raw packet captures into actionable security reports using tshark.

A structured system for AI agents to transform mistakes into imperative, executable rules that prevent recurring errors.








































