# mem

> Searches a local-first memory index and returns the top matching entries with paths and headers.

- Skill: `kbarbel640-del/mem` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds add kbarbel640-del/mem`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kbarbel640-del/mem/raw
- Safety review: CAUTION (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Tags: Local Search, Memory Index, Telegram
- Author: kbarbel640-del (https://skillmd.com/u/kbarbel640-del)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/kbarbel640-del/mem

---


# 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.

