---
name: Session Recall
slug: session-recall-2
category: AI Engineering
description: Session Recall searches past Claude Code sessions semantically to find commands, solutions, and context from earlier conversations. Use it when the user asks to remember something from a prior session or invokes /woz-recall.
github: "https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-recall"
language: JavaScript
stars: 204
forks: 24
install: "npx degit https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-recall ~/.claude/skills/woz-recall"
installs_to: ~/.claude/skills/woz-recall
source_path: codex/wozcode/skills/woz-recall/SKILL.md
collection_size: 22
category_size: 3101
collection_url: "https://dirskills.com/collections/WithWoz/wozcode-plugin"
added: 2026-09-05T05:29:20.699Z
last_synced: 2026-09-05T05:29:20.699Z
canonical_url: "https://dirskills.com/skills/session-recall-2"
---

# Session Recall

Session Recall searches past Claude Code sessions semantically to find commands, solutions, and context from earlier conversations. Use it when the user asks to remember something from a prior session or invokes /woz-recall.

**Install:**

```bash
npx degit https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-recall ~/.claude/skills/woz-recall
```

## README

# Session Recall

Use the `Recall` MCP tool to search past sessions semantically:

```
mcp__plugin_woz_code__Recall({ query: "<what the user is looking for>" })
```

Pass the user's query directly — it can be vague ("that deploy command") or specific ("harbor run terminal-bench"). The tool returns ranked results from past conversations with full context.

Present results clearly: show the key information (commands, explanations, solutions) and note when/where it came from. Focus on what's actionable — the user wants the answer, not a summary of metadata.
