Smarter tools for Claude Code that reduce token usage and cost. Replaces built-in file tools with optimized alternatives — fewer tokens per tool call means cheaper sessions that compound over time.
From GitHub — inside a Claude Code session, run:
/plugin marketplace add WithWoz/wozcode-plugin
/plugin install woz@wozcode-marketplace
Quit your current session and start a new one with the woz:code agent:
claude --agent woz:codeLook for woz:code on the right side of the text input field:
That badge means the WOZCODE agent is active.
WOZCODE requires a Woz account. On first tool use you'll be prompted to log in, or do it explicitly:
/login # then select "woz" from the list
Or type /woz to see all available WOZCODE commands.
This opens your browser to complete sign-in. Credentials are saved and refreshed automatically.
Headless / SSH? The terminal prints an auth URL. Open it manually, complete login, copy the token JSON from the success page, and paste it back:
/login --token '{"access_token":"...","refresh_token":"..."}'
Just use Claude Code normally — WOZCODE tools activate automatically. The plugin replaces built-in file tools with smarter versions behind the scenes.
| Agent | What it does |
|---|---|
woz:code |
Main agent — coding, editing, search, SQL. Auto-delegates to the others when useful. |
woz:explore |
Fast read-only codebase exploration (runs on haiku for speed) |
woz:plan |
Architecture and implementation planning (runs on haiku for speed) |
You don't need to switch agents manually. woz:code delegates to woz:explore and woz:plan as subagents when it makes sense.
| Command | Description |
|---|---|
/login |
Log in to your Woz account (select "woz") |
/status |
Check authentication status (select "woz") |
/logout |
Clear credentials (select "woz") |
You can also type /woz to see all available WozCode commands in one place.
/plugin disable woz@wozcode-marketplace # temporarily disable
/plugin enable woz@wozcode-marketplace # re-enable
/plugin uninstall woz@wozcode-marketplace # remove
