memory-lancedb-pro-use
Installation
SKILL.md
Memory LanceDB Pro Helper
memory-lancedb-pro is a production-focused long-term memory plugin for OpenClaw. It adds persistent memory with hybrid retrieval (vector + BM25), optional cross-encoder rerank, smart LLM extraction, lifecycle decay and tiering, multi-scope isolation, and an operations CLI.
What It Does
- Stores memories in LanceDB with vector + FTS support.
- Retrieves with hybrid scoring, reranking, and filtering.
- Auto-captures memories from conversation turns.
- Auto-recalls relevant memory before agent responses.
- Isolates memory by scope (
global,agent:*,project:*,user:*,custom:*). - Provides
openclaw memory-procommands for operations and migration.