Long-term memory management system for OpenClaw agents. Automatically archives conversations, organizes memories, and provides semantic search capabilities.
A robust long-term memory management system for OpenClaw agents that automatically archives conversations and enables intelligent memory retrieval.
clawhub install memory-manager
The skill automatically saves conversations during agent operation.
from memory_manager import MemoryManager
mm = MemoryManager()
results = mm.search_memory("project discussions about KPI")
memory/
├── 2026-03-07.md
├── 2026-03-06.md
└── ...
| Setting | Default | Description |
|---|---|---|
| memory_dir | ./memory/ | Daily memory files location |
| memory_file | ./MEMORY.md | Long-term memory file |
| auto_save | true | Auto-save conversations |
MIT License - Contribute back to the community!
ZIP package — ready to use