openclaw-persistent-memory
SKILL.md
OpenClaw Persistent Memory
Persistent memory system that automatically captures context across sessions using SQLite + FTS5.
Features
- 🧠 Auto-capture - Important observations saved automatically after each response
- 🔍 Auto-recall - Relevant memories injected before each prompt
- 💾 SQLite + FTS5 - Fast full-text search across all memories
- 🛠️ Tools -
memory_search,memory_get,memory_store,memory_delete - 📊 Progressive disclosure - Token-efficient retrieval
Setup
- Install the npm package:
npm install -g openclaw-persistent-memory