# Woz Logout

> Clear stored Woz credentials and log out.

- Skill: `withwoz/woz-logout-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add withwoz/woz-logout-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/withwoz/woz-logout-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: WithWoz (https://skillmd.com/u/withwoz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/withwoz/woz-logout-2

---


Log out of Woz by clearing stored credentials:

```bash
node "${CODEX_HOME:-$HOME/.codex}/plugins/wozcode/scripts/wozcode-cli-codex.js" logout
```

Confirm that the user has been logged out.

