What problem does it solve?
This Skill fixes broken OpenClaw memory search when the agent returns empty results, fails to recall information across sessions, or has no embedding provider configured.
Core Features & Use Cases
- Local embeddings: Enables on-device embeddings without API keys or external services.
- Hybrid retrieval: Combines BM25 keyword search with vector search for stronger recall.
- Memory indexing: Indexes session transcripts and memory files so past conversations become searchable.
- Ranking improvements: Adds MMR diversity and temporal decay so results are less repetitive and more recent memories rank higher.
- Operational workflow: Includes diagnose, configure, verify, organize, and tag scripts for a complete maintenance flow.
- Use case: Use it after a fresh install, when memory_search is empty, or when the agent needs better long-term memory quality.
Quick Start
Ask the assistant to diagnose OpenClaw memory search, apply the local memory upgrade, restart the service, and verify that indexing and recall are working.