From woz
Authenticates with the Woz service. Supports browser-based login and token-based login for automated flows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/woz:woz-loginThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
If the user passed `--token <token>` as arguments, skip directly to the Token Login section below.
If the user passed --token <token> as arguments, skip directly to the Token Login section below.
Run the Woz authentication flow. This opens a browser for the user to log in:
node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js login
If the command exits with code 0, login succeeded — confirm to the user.
Use this when:
--token <token> as arguments to this skillIf the browser login failed:
Once you have the token (from args or from the user), run:
node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js login --token '<token>'
Replace <token> with the actual token.
Confirm success or relay any error to the user.
npx claudepluginhub withwoz/wozcode-plugin --plugin wozClears stored Woz credentials and logs the user out. Useful when switching accounts or invalidating sessions.
Installs webflow-api SDK and configures Webflow authentication with API tokens or OAuth 2.0. Use for initializing client in Node.js/TypeScript projects.
Authenticates users with Zeabur via browser-based login or token-based login for CI/CD. Checks auth status and logs out.