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-logout" ~/.claude/skills/withwoz-wozcode-plugin-woz-logout && rm -rf "$T"
manifest:
skills/woz-logout/SKILL.mdsource content
Log out of Woz by clearing stored credentials:
node ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js logout
Confirm that the user has been logged out.