search-memory
✓Verified·Scanned 2/18/2026
This skill indexes and searches local memory files (MEMORY.md, memory/**/*.md) and stores a cache in memory/cache/. It instructs running local scripts (scripts/index-memory.py, scripts/search-memory.py); no network calls or credential access are specified.
from clawhub.ai·vd116415·825 B·0 installs
Scanned from 0.1.0 at d116415 · Transparency log ↗
$ vett add clawhub.ai/trumppo/search-memory
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).