🧪 Skills
search-memory
Local-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.
v0.1.0
Description
name: search-memory description: Local-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.
Search Memory
Overview
Index local memory files and run fast keyword search with recency boost.
Quick Start
- Build/update index (incremental cache):
scripts/index-memory.py
- 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).
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!