recall
Installation
SKILL.md
/recall — Search Past Claude & Codex Sessions
Search all past Claude Code and Codex sessions using full-text search with BM25 ranking.
Usage
python3 <RECALL_SKILL_DIR>/scripts/recall.py [QUERY] [--list] [--project PATH] [--days N] [--source claude|codex] [--limit N] [--offset N] [--summary-len N] [--no-summary] [--include-subagents] [--reindex] [--json] [--version] [--doctor] [--fix]
<RECALL_SKILL_DIR> varies by installation. Common examples:
~/.claude/skills/recall~/.agents/skills/recall
Examples
# Simple keyword search
python3 <RECALL_SKILL_DIR>/scripts/recall.py "bufferStore"
Related skills