🧪 Skills
mem
--- name: mem description: Search local memory index (local-first). Use for /mem queries in Telegram. user-invocable: true --- # Memory Search (/mem) ## Overview Run local-first memory search using
v0.1.0
Description
name: mem description: Search local memory index (local-first). Use for /mem queries in Telegram. user-invocable: true
Memory Search (/mem)
Overview
Run local-first memory search using the cached index.
Usage
- Update the index if needed:
scripts/index-memory.py
- Search the index with the user query:
scripts/search-memory.py "<query>" --top 5
Output
Return the top hits with their paths and headers. Summarize briefly if needed.
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!