# Woz Recall

> Search past Claude Code sessions to recall commands, solutions, and context from prior conversations. TRIGGER on 'remember when', 'last time', 'we did this before', 'how did we', or /woz-recall.

- Skill: `withwoz/woz-recall` (Agent Skill)
- Install (CLI): `npx skillmds@latest add withwoz/woz-recall`
- Raw SKILL.md: https://api.skillmd.com/api/skills/withwoz/woz-recall/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: WithWoz (https://skillmd.com/u/withwoz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/withwoz/woz-recall

---


# Session Recall

Spawn the **recall** subagent (`Task` tool, `subagent_type: recall`), passing the user's recall request verbatim — even when vague.

```
Task({ subagent_type: "recall", prompt: "$ARGUMENTS" })
```

Relay the subagent's answer: present the actionable item (command, decision, solution) with its short cite; don't re-summarize.

