From woz
Checks current Woz authentication status by running node wozcode-cli.js status via Bash. Useful for verifying Woz login before using related skills.
npx claudepluginhub withwoz/wozcode-plugin --plugin wozThis skill is limited to using the following tools:
Check the current Woz authentication status:
Authenticates with the Woz service via browser login or token using node CLI script. Invoke when user needs to log in or authentication is required for Woz access.
Manages Zeabur authentication: login via browser or token, check status, logout using npx Zeabur CLI. For deployments, setup, and CI/CD environments.
Reports geekbot CLI binary location, version, and authentication status in a compact markdown table. Safe proactive check before Geekbot actions.
Share bugs, ideas, or general feedback.
Check the current Woz authentication status:
node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js status
Relay the output to the user.