# Woz Status

> Show current Woz authentication status.

- Skill: `withwoz/woz-status-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add withwoz/woz-status-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/withwoz/woz-status-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-status-2

---


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.

