From woz
Clears stored Woz credentials and logs out of Woz using the Wozcode CLI script via Bash. Useful for ending Woz sessions.
npx claudepluginhub withwoz/wozcode-plugin --plugin wozThis skill is limited to using the following tools:
Log out of Woz by clearing stored credentials:
Checks current Woz authentication status by running node wozcode-cli.js status via Bash. Useful for verifying Woz login before using related skills.
Manages Zeabur authentication: login via browser or token, check status, logout using npx Zeabur CLI. For deployments, setup, and CI/CD environments.
Connects or disconnects WeChat account via QR code scan. Configures integration for Claude Code and Codex plugins using Bun script.
Share bugs, ideas, or general feedback.
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.