---
name: Woz Status
slug: woz-status-2
category: Automation
description: Woz Status shows the current Woz authentication status by running the WozCode CLI status command. Use it to confirm whether the account is signed in before continuing work.
github: "https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-status"
language: JavaScript
stars: 204
forks: 24
install: "npx degit https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-status ~/.claude/skills/woz-status"
installs_to: ~/.claude/skills/woz-status
source_path: codex/wozcode/skills/woz-status/SKILL.md
collection_size: 22
category_size: 1956
collection_url: "https://dirskills.com/collections/WithWoz/wozcode-plugin"
added: 2026-09-05T05:29:21.258Z
last_synced: 2026-09-05T05:29:21.258Z
canonical_url: "https://dirskills.com/skills/woz-status-2"
---

# Woz Status

Woz Status shows the current Woz authentication status by running the WozCode CLI status command. Use it to confirm whether the account is signed in before continuing work.

**Install:**

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

## README

Check the current Woz authentication status:

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

Relay the output to the user.
