memory-manager
Local memory management for agents. Compression detection, auto-snapshots, and semantic search. Use when agents need to detect compression risk before memory loss, save context snapshots, search historical memories, or track memory usage patterns. Never lose context again.
Why use this skill?
Organize your AI agent's knowledge with the Memory Manager. Features episodic, semantic, and procedural storage, automatic snapshots, and search.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/marmikcfc/memory-managerWhat This Skill Does
The Memory Manager for OpenClaw is a professional-grade architecture designed to solve the common 'context window' problem. By implementing a three-tier memory system—Episodic (what happened), Semantic (what I know), and Procedural (how-to guides)—this skill enables agents to store, categorize, and retrieve information with extreme efficiency. It handles auto-snapshots, compression monitoring, and complex semantic searches, ensuring your agent never loses critical context even as its data footprint grows.
Installation
To install this skill, use the ClawHub registry command in your terminal:
clawhub install openclaw/skills/skills/marmikcfc/memory-manager
After installation, execute ~/.openclaw/skills/memory-manager/init.sh to scaffold your local memory directory structure.
Use Cases
- Long-term Project Continuity: Perfect for agents managing long-running tasks where session context would otherwise be lost.
- Knowledge Management: Use this to distill raw chat history into structured knowledge base files (Semantic Memory).
- Automated Workflows: Build a library of procedures (Procedural Memory) that your agent can reference to repeat complex tasks accurately.
- System Health: Prevent data loss by proactively monitoring memory capacity and triggering automated snapshots before the agent reaches capacity limits.
Example Prompts
- "Check my current memory usage and run a snapshot if we are reaching the 85% capacity threshold."
- "Search my procedural memory for how I handled the last Moltbook API integration and output the steps."
- "Organize all notes from today into the episodic logs and extract any new facts about our project into the semantic folder."
Tips & Limitations
- Proactive Management: Integrate the suggested commands into your agent's periodic heartbeat; running
organize.shat the end of each day ensures your knowledge remains searchable and deduplicated. - Storage Limits: While the skill manages compression, always be mindful of your local machine's disk space if dealing with massive logs.
- Naming Conventions: Stick to the generated file structure. Manual creation of files outside the
episodic,semantic, orproceduraldirectories may cause the search utility to miss your data. Regular maintenance of the semantic files helps keep retrieval accuracy high.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-marmikcfc-memory-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read