Getting Started

Install the WozCode plugin for Claude Code in under a minute.

Quick Start

1
Add the WOZCODE plugin to your marketplace
/plugin marketplace add WithWoz/wozcode-plugin
2
Install the agent
/plugin install woz@wozcode-marketplace
3
Quit and restart Claude Code
4
Verify installation — look for woz:code on the right side of the text input field
This badge means the WOZCODE agent is active and ready to use.
woz:code badge shown in Claude Code text input
5
Log in to your Woz account
/woz-login

Updating

1
Reload to get the latest updates
/reload-plugins
2
Uninstall and reinstall the plugin
/plugin marketplace remove WithWoz/wozcode-plugin
/plugin marketplace add WithWoz/wozcode-plugin
/plugin install woz@wozcode-marketplace
3
Quit and restart Claude Code for changes to take effect

CLI Reference

Command Description
/woz-statusCheck authentication status
/woz-loginLog in to your Woz account
/woz-logoutClear credentials
/woz-recallRecall saved context and preferences
/plugin disable woz@wozcode-marketplaceTemporarily disable the plugin
/plugin enable woz@wozcode-marketplaceRe-enable the plugin
/plugin marketplace remove WithWoz/wozcode-pluginRemove the plugin from marketplace
/reload-pluginsReload plugins to get latest updates
claude --agent woz:codeLaunch Claude Code with WOZCODE agent explicitly
/wozShow all available WozCode commands

Headless / SSH Login

If you can't open a browser (SSH, CI, containers), log in with your token directly:

/woz-login --token 'YOUR_TOKEN'
Note: You can get your token from build.withwoz.com/wozcode/token after subscribing.