Woz Login
An authentication skill that logs you into the WOZCODE (Woz) service via browser or token.
UtilitiesBeginner★ 201⑂ 24AI score 8/10Last updated: Aug 17, 2026
What it does
- Detects when Woz authentication is needed and drives the login flow end to end.
- Prefers browser login by running the installed
wozcode-cli-codex.js logincommand. - Falls back to
npx @wozcode/codex loginin a regular terminal if the sandbox blocks the browser launch. - Skips straight to token login when
--token <token>is supplied as an argument. - Checks the exit code to confirm success or relays the exact error back to you.
Who it's for
- Developers already running the WOZCODE for Codex plugin.
- Anyone who wants CLI login handled without looking up command syntax.
- Users in restricted environments where browser login is blocked and tokens are required.
Examples
- "Log me into Woz" → runs the browser login command and confirms the result.
- "Log in with --token abc123" → skips the browser step and runs the token login command.
- Browser launch blocked by Codex → you get told to run
npx @wozcode/codex loginin your own terminal.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/WithWoz/wozcode-plugin/HEAD/codex/wozcode/skills/woz-login/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the codex/wozcode/skills/woz-login folder from the GitHub repo WithWoz/wozcode-plugin into my ~/.claude/skills/woz-login/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/WithWoz/wozcode-plugin.git /tmp/wozcode-plugin && mkdir -p ~/.claude/skills && cp -r /tmp/wozcode-plugin/codex/wozcode/skills/woz-login ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/WithWoz/wozcode-plugin.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r wozcode-plugin/codex/wozcode/skills/woz-login ~/.claude/skills/ - Prerequisite: WOZCODE for Codex must be installed (
npx @wozcode/codexshould work). - Restart Claude Code and ask it to "log in to Woz" to verify.