Search local memory index (local-first). Use for /mem queries in Telegram.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill mem --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mem?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-mem)More formats (shields.io, HTML) on the badges page.
---
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
1) Update the index if needed:
```bash
scripts/index-memory.py
```
2) Search the index with the user query:
```bash
scripts/search-memory.py "<query>" --top 5
```
## Output
Return the top hits with their paths and headers. Summarize briefly if needed.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!