Skip to main content
ClaudeWave
Skill187 repo starsupdated yesterday

woz-logout

Clear stored Woz credentials and log out.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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.