Wozcode-plugin woz-status

Show current Woz authentication status.

install
source · Clone the upstream repo
git clone https://github.com/WithWoz/wozcode-plugin
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/WithWoz/wozcode-plugin "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/woz-status" ~/.claude/skills/withwoz-wozcode-plugin-woz-status && rm -rf "$T"
manifest: skills/woz-status/SKILL.md
source content

Check the current Woz authentication status:

node ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js status

Relay the output to the user.