woz-recall (Session Recall Search)
Ask "how did we do this last time?" and it semantically searches your past Claude Code sessions for the command or fix.
UtilitiesBeginner★ 204⑂ 24AI score 7/10Last updated: Aug 17, 2026
What it does
- Semantically searches your prior Claude Code sessions, so vague memories are enough — no exact keywords needed.
- Fires automatically on phrases like "remember when", "last time", "we did this before", "how did we", or the
/woz-recallcommand. - Calls the wozcode plugin's
RecallMCP tool under the hood and presents actionable output: the commands, explanations and fixes, plus when/where they came from.
Who it's for
- Developers with months of Claude Code history across multiple projects.
- Anyone who keeps re-deriving deploy commands, env var setups, or error fixes.
- Teams that want troubleshooting context to carry forward instead of being re-explained.
Usage examples
- "What was that deploy command we used?" → surfaces the exact command from an earlier session.
- "I think we fixed this CORS error before — how?" → summarizes the fix and the config that changed.
/woz-recall harbor run terminal-bench→ returns ranked conversation snippets covering that command.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/WithWoz/wozcode-plugin/HEAD/codex/wozcode/skills/woz-recall/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the codex/wozcode/skills/woz-recall folder from the GitHub repo WithWoz/wozcode-plugin into my ~/.claude/skills/woz-recall/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/WithWoz/wozcode-plugin.git && mkdir -p ~/.claude/skills && cp -r wozcode-plugin/codex/wozcode/skills/woz-recall ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/WithWoz/wozcode-plugin.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r wozcode-plugin/codex/wozcode/skills/woz-recall ~/.claude/skills/ - Important: this skill depends on the wozcode plugin's
RecallMCP server. Follow the repo's plugin/MCP setup instructions to registerplugin_woz_codewith Claude Code. - Restart Claude Code, then test with something like "what was that deploy command last time?" or run
/woz-recall.