Getting Started

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

Quick Start

Run these commands in Claude Code to get started.

1
Add the WOZCODE plugin to your marketplace
claude plugin marketplace add WithWoz/wozcode-plugin
2
Install the agent
claude plugin install woz@wozcode-marketplace
3
Quit and restart Claude Code
Close your current Claude Code session first, then navigate to your project and run this command in your regular terminal.
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
claude woz-login
Headless / SSH? If you can't open a browser, log in with your token directly:
claude woz-login --token 'YOUR_TOKEN'
Get your token from build.withwoz.com/wozcode/token after subscribing.

Updates & Reinstall

Keep your plugin up to date or reinstall if needed.

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

Quick Start

Follow these steps inside the Claude panel in VS Code desktop.

1
Open Claude command menu
Inside the Claude input, type "/" to open the command menu.
2
Select "Manage plugins"
Choose "Manage plugins" from the dropdown.
3
Open "Marketplaces" tab
In the Manage Plugins window, switch to the "Marketplaces" tab.
4
Paste Woz marketplace repository
Paste this GitHub repository URL into the input field and click "Add". This registers the Woz marketplace.
https://github.com/WithWoz/wozcode-plugin
5
Switch to "Plugins" tab
After adding the marketplace, go to the "Plugins" tab.
6
Search for woz plugin
Type "woz@wozcode-marketplace" in the search input to find the plugin. Click "Install".
woz@wozcode-marketplace
7
Click "Restart" to apply changes

Updates & Reinstall

Use these steps if you need to refresh or re-add the Woz marketplace in VS Code.

1
Open Manage Plugins
Type "/" and select "Manage plugins".
2
Reload the marketplace
In the Marketplaces tab, click the refresh icon next to the Woz marketplace to load the latest plugins.
3
Reinstall the plugin
Turn the Woz plugin off and back on, or remove it and install it again from the Plugins tab.
4
Click "Restart" to apply changes

CLI Reference

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