From woz
Checks and displays current Woz authentication status using the official CLI. Useful for verifying auth before using Woz-related tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/woz:woz-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the current Woz authentication status:
Check the current Woz authentication status:
node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js status
Relay the output to the user.
npx claudepluginhub withwoz/wozcode-plugin --plugin wozAuthenticates with the Woz service. Supports browser-based login and token-based login for automated flows.
Reports whether the Geekbot CLI is installed, its version, and authentication status in a compact table.
Provides Claude Code with status context. Invoked via the /Status command or automatically when relevant.