Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Woz Login

An authentication skill that logs you into the WOZCODE (Woz) service via browser or token.

UtilitiesBeginner20124AI 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 login command.
  • Falls back to npx @wozcode/codex login in 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

  1. "Log me into Woz" → runs the browser login command and confirms the result.
  2. "Log in with --token abc123" → skips the browser step and runs the token login command.
  3. Browser launch blocked by Codex → you get told to run npx @wozcode/codex login in 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/WithWoz/wozcode-plugin.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r wozcode-plugin/codex/wozcode/skills/woz-login ~/.claude/skills/
  5. Prerequisite: WOZCODE for Codex must be installed (npx @wozcode/codex should work).
  6. Restart Claude Code and ask it to "log in to Woz" to verify.