---
name: Woz Logout
slug: woz-logout-2
category: Automation
description: Woz Logout clears stored Woz credentials and signs the user out. Use it when you need to end an authenticated session or remove saved login state.
github: "https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-logout"
language: JavaScript
stars: 204
forks: 24
install: "npx degit https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-logout ~/.claude/skills/woz-logout"
installs_to: ~/.claude/skills/woz-logout
source_path: codex/wozcode/skills/woz-logout/SKILL.md
collection_size: 22
category_size: 1956
collection_url: "https://dirskills.com/collections/WithWoz/wozcode-plugin"
added: 2026-09-05T05:29:20.412Z
last_synced: 2026-09-05T05:29:20.412Z
canonical_url: "https://dirskills.com/skills/woz-logout-2"
---

# Woz Logout

Woz Logout clears stored Woz credentials and signs the user out. Use it when you need to end an authenticated session or remove saved login state.

**Install:**

```bash
npx degit https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-logout ~/.claude/skills/woz-logout
```

## README

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.
