$npx -y skills add WithWoz/wozcode-plugin --skill woz-statusShow current Woz authentication status.
| 1 | Check the current Woz authentication status: |
| 2 | |
| 3 | ```bash |
| 4 | node "${CODEX_HOME:-$HOME/.codex}/plugins/wozcode/scripts/wozcode-cli-codex.js" status |
| 5 | ``` |
| 6 | |
| 7 | Relay the output to the user. |