From woz
Clears stored Woz credentials and logs the user out. Useful when switching accounts or invalidating sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/woz:woz-logoutThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Log out of Woz by clearing stored credentials:
Log out of Woz by clearing stored credentials:
node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js logout
Confirm that the user has been logged out.
npx claudepluginhub withwoz/wozcode-plugin --plugin wozAuthenticates with the Woz service. Supports browser-based login and token-based login for automated flows.
Generates a one-time logout password (OTP) to remotely sign a specific user out of Zscaler Client Connector. Walks from a user identifier through device lookup, confirmation, and OTP retrieval.
Sets up WeChat channel connection via QR code login. Checks existing credentials, supports re-login, logout, and full reset.