PickSkill
← Back

Memo

Persistent memory system - automatic context capture and semantic search

README.md
Rendered from GitHub raw
View raw ↗

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

clawhub install openclaw-persistent-memory

Via npm

npm install -g openclaw-persistent-memory

Then follow INSTALL.md for extension setup.

License

AGPL-3.0