SkillHub

mem

v0.1.0

Search local memory index (local-first). Use for /mem queries in Telegram.

Sourced from ClawHub, Authored by Trumppo

Installation

Please help me install the skill `mem` from SkillHub official store. npx skills add Trumppo/mem

Memory Search (/mem)

Overview

Run local-first memory search using the cached index.

Usage

1) Update the index if needed:

scripts/index-memory.py

2) 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.