Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

UtilitiesBeginner20424AI 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-recall command.
  • Calls the wozcode plugin's Recall MCP 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

  1. "What was that deploy command we used?" → surfaces the exact command from an earlier session.
  2. "I think we fixed this CORS error before — how?" → summarizes the fix and the config that changed.
  3. /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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/WithWoz/wozcode-plugin.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r wozcode-plugin/codex/wozcode/skills/woz-recall ~/.claude/skills/
  5. Important: this skill depends on the wozcode plugin's Recall MCP server. Follow the repo's plugin/MCP setup instructions to register plugin_woz_code with Claude Code.
  6. Restart Claude Code, then test with something like "what was that deploy command last time?" or run /woz-recall.