Skip to main content
ClaudeWave
Skill187 estrellas del repoactualizado yesterday

woz-status

Show current Woz authentication status.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/WithWoz/wozcode-plugin /tmp/woz-status && cp -r /tmp/woz-status/skills/woz-status ~/.claude/skills/woz-status
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

Check the current Woz authentication status:

```bash
node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js status
```

Relay the output to the user.