Skip to main content
ClaudeWave
Skill187 estrellas del repoactualizado yesterday

woz-logout

Clear stored Woz credentials and log out.

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

SKILL.md

Log out of Woz by clearing stored credentials:

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

Confirm that the user has been logged out.