# OpenClaw Persistent Memory Skill Give your AI agent long-term memory with automatic context capture and recall. ## Features - 🧠 **Auto-capture** - Important observations saved automatically - 🔍 **Auto-recall** - Relevant memories injected before each prompt - 💾 **SQLite + FTS5** - Fast full-text search - 🛠️ **Tools** - `memory_search`, `memory_get`, `memory_store`, `memory_delete` ## Installation ### Via ClawHub (Recommended) ```bash clawhub install openclaw-persistent-memory ``` ### Via npm ```bash npm install -g openclaw-persistent-memory ``` Then follow [INSTALL.md](./INSTALL.md) for extension setup. ## Quick Links - [Installation Guide](./INSTALL.md) - [Full Documentation](./SKILL.md) - [GitHub Repository](https://github.com/webdevtodayjason/openclaw_memory) - [npm Package](https://www.npmjs.com/package/openclaw-persistent-memory) ## License AGPL-3.0