# Search Memory

> Search Crabshell memory and archived session context. Use when the user asks what happened before or asks to find prior decisions.

- Skill: `zipperbagcoffee/search-memory-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zipperbagcoffee/search-memory-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zipperbagcoffee/search-memory-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ZipperBagCoffee (https://skillmd.com/u/zipperbagcoffee)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/zipperbagcoffee/search-memory-2

---


# Search Memory

Resolve `{SKILL_DIR}` to the directory containing this `SKILL.md` and
`{PROJECT_ROOT}` to the active project root, then run:

```bash
node "{SKILL_DIR}/scripts/codex-memory.js" search "query" --project-dir="{PROJECT_ROOT}"
```

For detailed L1 session search:

```bash
node "{SKILL_DIR}/scripts/codex-memory.js" search "query" --deep --project-dir="{PROJECT_ROOT}"
```

Report matches with source names and line numbers when present. If there are no matches, say that the memory search found no matches.

