What problem does it solve?
Create and configure a complete 3-tier OpenClaw memory system for any agent, including HOT/WARM/COLD storage, daily logs, semantic search, and lossless context management, so onboarding and fresh deployments start with a reliable memory foundation.
Core Features & Use Cases
- 3-tier memory structure with HOT, WARM, and COLD repositories and the corresponding files (HOT_MEMORY.md, WARM_MEMORY.md, MEMORY.md, and daily memory/YYYY-MM-DD.md) to preserve context across sessions.
- Local semantic search (QMD) over MEMORY.md and memory/*.md to retrieve relevant memories by meaning.
- Lossless Claw integration to compact long conversations into expandable summaries, reducing amnesia risk.
- AGENTS.md template provisioning and ready-to-run openclaw.json configuration for memorySearch, compaction, context pruning, and heartbeats.
- Step-by-step setup script that initializes directories, creates default files, and guides integration of required plugins.
Quick Start
Run the provided setup script in your agent workspace to initialize the memory system.