{"skill":{"slug":"xiucheng-memory-manager","displayName":"Memory Manager","summary":"Long-term memory management system for OpenClaw agents. Automatically archives conversations, organizes memories, and provides semantic search capabilities.","description":"---\nname: memory-manager\ndescription: Long-term memory management system for OpenClaw agents. Automatically archives conversations, organizes memories, and provides semantic search capabilities.\nversion: \"1.0.0\"\nauthor: xiucheng\ntype: skill\ntags: [memory, long-term, archiving, search, persistence]\nhomepage: https://github.com/xiucheng/memory-manager\nlicense: MIT\n---\n\n# Memory Manager\n\nA robust long-term memory management system for OpenClaw agents that automatically archives conversations and enables intelligent memory retrieval.\n\n## Features\n\n- 📝 **Automatic Conversation Logging**: Saves dialogues to daily memory files\n- 🔍 **Semantic Search**: Retrieve relevant memories using natural language queries  \n- 📅 **Time-based Organization**: Memories organized by date (YYYY-MM-DD.md)\n- 🗂️ **Long-term Storage**: Curated memories in MEMORY.md\n- 🔗 **Integration Ready**: Works with existing agent workflows\n\n## Installation\n\n```bash\nclawhub install memory-manager\n```\n\n## Usage\n\n### Automatic Mode\nThe skill automatically saves conversations during agent operation.\n\n### Manual Memory Search\n```python\nfrom memory_manager import MemoryManager\n\nmm = MemoryManager()\nresults = mm.search_memory(\"project discussions about KPI\")\n```\n\n### Daily Log Structure\n```\nmemory/\n├── 2026-03-07.md\n├── 2026-03-06.md\n└── ...\n```\n\n## Configuration\n\n| Setting | Default | Description |\n|---------|---------|-------------|\n| memory_dir | ./memory/ | Daily memory files location |\n| memory_file | ./MEMORY.md | Long-term memory file |\n| auto_save | true | Auto-save conversations |\n\n## Requirements\n\n- Python 3.8+\n- OpenClaw workspace structure\n\n## License\n\nMIT License - Contribute back to the community!\n","topics":["Long Term","Long Term Memory","Archiving","Persistence"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":931,"installsAllTime":35,"installsCurrent":1,"stars":1,"versions":1},"createdAt":1772840617817,"updatedAt":1778491757870},"latestVersion":{"version":"1.0.0","createdAt":1772840617817,"changelog":"Initial release of memory-manager for OpenClaw agents.\n\n- Automatically archives conversations and organizes them by date.\n- Enables semantic search to retrieve relevant memories using natural language.\n- Curates important memories in a dedicated long-term storage file.\n- Seamlessly integrates with existing agent workflows.\n- Simple configuration with support for auto-save and custom storage locations.","license":null},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"xiucheng","userId":"s17813mtx983f17esp20f1yk71884qb8","displayName":"xiucheng","image":"https://avatars.githubusercontent.com/u/12100901?v=4"},"moderation":null}