Skip to main content
ClaudeWave
Skill187 repo starsupdated yesterday

woz-status

Show current Woz authentication status.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/WithWoz/wozcode-plugin /tmp/woz-status && cp -r /tmp/woz-status/skills/woz-status ~/.claude/skills/woz-status
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

Check the current Woz authentication status:

```bash
node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js status
```

Relay the output to the user.