{"id":48678054,"url":"https://github.com/withwoz/wozcode-plugin","last_synced_at":"2026-05-04T23:02:58.358Z","repository":{"id":347149763,"uuid":"1190991344","full_name":"WithWoz/wozcode-plugin","owner":"WithWoz","description":"WOZCODE plugin for Claude Code","archived":false,"fork":false,"pushed_at":"2026-04-17T22:37:29.000Z","size":334526,"stargazers_count":57,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-18T00:36:11.693Z","etag":null,"topics":["claude-code","claude-code-plugin","claude-skills"],"latest_commit_sha":null,"homepage":"https://wozcode.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WithWoz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-24T20:19:26.000Z","updated_at":"2026-04-18T00:01:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/WithWoz/wozcode-plugin","commit_stats":null,"previous_names":["withwoz/wozcode-plugin"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/WithWoz/wozcode-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WithWoz%2Fwozcode-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WithWoz%2Fwozcode-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WithWoz%2Fwozcode-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WithWoz%2Fwozcode-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WithWoz","download_url":"https://codeload.github.com/WithWoz/wozcode-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WithWoz%2Fwozcode-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31954736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-code-plugin","claude-skills"],"created_at":"2026-04-10T20:02:02.567Z","updated_at":"2026-04-29T02:07:40.648Z","avatar_url":"https://github.com/WithWoz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WOZCODE Plugin for Claude Code\n\nSmarter tools for Claude Code that reduce token usage and cost. Replaces built-in file tools with optimized alternatives — fewer tokens per tool call means cheaper sessions that compound over time.\n\n## Getting Started\n\n### 1. Install\n\nFrom GitHub — inside a Claude Code session, run:\n\n```\n/plugin marketplace add WithWoz/wozcode-plugin\n/plugin install woz@wozcode-marketplace\n```\n\n### 2. Restart Claude Code\n\nQuit your current session and start a new one:\n\n```bash\nclaude\n```\n\n### 3. Verify it's working\n\nLook for **`woz:code`** on the right side of the text input field:\n\n![woz:code badge](woz-code-badge.png)\n\nThat badge means the WOZCODE agent is active.\n\n### 4. Log in\n\nWOZCODE requires a Woz account. On first tool use you'll be prompted to log in, or do it explicitly:\n\n```\n/woz-login\n```\n\nOr type `/woz` to see all available WOZCODE commands.\n\nThis opens your browser to complete sign-in. Credentials are saved and refreshed automatically.\n\n**Headless / SSH?** The terminal prints an auth URL. Open it manually, complete login, copy the token JSON from the success page, and paste it back:\n\n```\n/woz-login --token '{\"access_token\":\"...\",\"refresh_token\":\"...\"}'\n```\n\n## Usage\n\nJust use Claude Code normally — WOZCODE tools activate automatically. The plugin replaces built-in file tools with smarter versions behind the scenes.\n\n### Agents\n\n| Agent | What it does |\n|-------|--------------|\n| `woz:code` | Main agent — coding, editing, search, SQL. Auto-delegates to the others when useful. |\n| `woz:explore` | Fast read-only codebase exploration (runs on haiku for speed) |\n\nYou don't need to switch agents manually. `woz:code` delegates to `woz:explore` as a subagent when it makes sense.\n\n### Commands\n\n| Command | Description |\n|---------|-------------|\n| `/woz-login` | Log in to your Woz account |\n| `/woz-logout` | Clear credentials |\n| `/woz-recall` | Recall saved context and preferences |\n| `/woz-savings` | Show estimated savings report (roundtrips, time, tokens, cost) |\n| `/woz-settings` | Manage WOZCODE plugin settings (attribution, status line, spinner verbs) |\n| `/woz-status` | Check authentication status |\n| `/woz-update` | Update the WOZCODE plugin to the latest version |\n| `/reload-plugins` | Reload plugins to get latest updates |\n\nYou can also type `/woz` to see all available WozCode commands in one place.\n\n## /woz-settings\n\nWOZCODE settings live in `~/.claude/settings.json` under the `wozcode` key. Use `/woz-settings` to view or change them — just ask in plain English (\"turn off attribution\", \"hide status line tips\", etc.).\n\n| Key | Default | Description |\n|-----|---------|-------------|\n| `attribution` | `true` | Co-Authored-By on commits + PR badge |\n| `statusLine` | `true` | Master toggle for the WOZCODE status line |\n| `statusLineSession` | `true` | Show session savings in status line |\n| `statusLineLifetime` | `true` | Show lifetime savings in status line |\n| `statusLineTips` | `true` | Show quick tips in status line |\n| `spinnerVerbs` | `true` | WOZ-themed spinner verbs |\n\n### Commit \u0026 PR attribution\n\nWhen WOZCODE is enabled and you have no existing attribution entry in `~/.claude/settings.json`, WOZCODE installs its own commit/PR co-author line, replacing Claude Code's built-in default. This replacement is announced on the login and session where it first happens. Users who had Claude Code attribution explicitly disabled or customized (any existing `attribution` entry in `~/.claude/settings.json`) are left untouched. Toggle WOZCODE attribution any time with `/woz-settings attribution off`.\n\nChanges take effect immediately. For `attribution`, `statusLine`, and `spinnerVerbs`, also run `/reload-plugins` so Claude Code picks up the change in the current session.\n\n## Managing the plugin\n\n```\n/plugin disable woz@wozcode-marketplace     # temporarily disable\n/plugin enable woz@wozcode-marketplace      # re-enable\n/plugin marketplace remove WithWoz/wozcode-plugin   # remove\n```\n\n### Updating\n\nTo get the latest version:\n\n```\n/woz-update\n```\n\nIf `/woz-update` fails, force a clean reinstall from your shell:\n\n```bash\nclaude plugin marketplace update wozcode-marketplace\nclaude plugin uninstall woz@wozcode-marketplace\nclaude plugin install woz@wozcode-marketplace\nrm -f \"${CLAUDE_CONFIG_DIR:-$HOME/.claude}/wozcode/update-available.json\" \"$HOME/.wozcode/update-available.json\"\n```\n\n\u003e **Note:** After reinstalling, quit and restart Claude Code for changes to take effect.\n\n### Debug\n\nTo explicitly launch with the WOZCODE agent (not normally needed):\n\n```bash\nclaude --agent woz:code\n```\n\n## Using WOZCODE with Conductor\n\nConnect WOZCODE to [Conductor](https://conductor.build).\n\n1. **Install WOZCODE and restart Claude Code** — follow the install steps above, then restart Claude Code.\n2. **Install WOZCODE for Conductor and get the executable path** — from your terminal, run:\n\n   ```bash\n   wozcode conductor\n   ```\n\n   (or `~/.local/bin/wozcode conductor` if `wozcode` isn't on your PATH)\n\n3. **Paste it** into Conductor → Settings → Advanced → \"Claude Code executable path\".\n4. **Start a new Conductor session** and ask *\"what agent are you running?\"* — it should answer `woz:code`.\n\nThe `claude-woz` executable is auto-refreshed on every WOZCODE session start, so plugin updates keep it pointing at the current version. Not every WOZCODE feature works through Conductor yet, but Search and Edit do — you'll still get most of the speed and cost savings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithwoz%2Fwozcode-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwithwoz%2Fwozcode-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithwoz%2Fwozcode-plugin/lists"}