search-memory
v0.1.0Local-first memory search and indexing for Openclaw. Use when you need to (1) index memory files, (2) search memory from the CLI, or (3) wire a slash command for memory lookup.
Installation
Please help me install the skill `search-memory` from SkillHub official store.
npx skills add Trumppo/search-memory
Search Memory
Overview
Index local memory files and run fast keyword search with recency boost.
Quick Start
1) Build/update index (incremental cache):
scripts/index-memory.py
2) Search the index:
scripts/search-memory.py "your query" --top 5
Notes
- Index includes
MEMORY.mdplusmemory/**/*.md. - Cache lives under
memory/cache/. - Search uses keyword scoring + recency boost (last 30/90 days).