{"id":47849446,"url":"https://github.com/0chencc/clawgod","last_synced_at":"2026-04-08T07:00:59.899Z","repository":{"id":348502373,"uuid":"1198370352","full_name":"0Chencc/clawgod","owner":"0Chencc","description":"This is NOT a third-party Claude Code client. ClawGod is a runtime patch applied on top of the official Claude Code. It works with any version — as Claude Code updates, the patch continues to take effect","archived":false,"fork":false,"pushed_at":"2026-04-06T03:04:51.000Z","size":94,"stargazers_count":605,"open_issues_count":7,"forks_count":133,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-07T06:06:34.920Z","etag":null,"topics":["ai","assistant","claude-ai","claude-code","claw","clawcode","limit","linux","macos","patch","skill","vibe-coded","vibe-coding","windows"],"latest_commit_sha":null,"homepage":"http://clawgod.0chen.cc/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0Chencc.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-04-01T11:09:07.000Z","updated_at":"2026-04-07T05:12:55.000Z","dependencies_parsed_at":"2026-04-07T06:00:30.220Z","dependency_job_id":null,"html_url":"https://github.com/0Chencc/clawgod","commit_stats":null,"previous_names":["0chencc/clawgod"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/0Chencc/clawgod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0Chencc%2Fclawgod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0Chencc%2Fclawgod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0Chencc%2Fclawgod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0Chencc%2Fclawgod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0Chencc","download_url":"https://codeload.github.com/0Chencc/clawgod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0Chencc%2Fclawgod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31544087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"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":["ai","assistant","claude-ai","claude-code","claw","clawcode","limit","linux","macos","patch","skill","vibe-coded","vibe-coding","windows"],"created_at":"2026-04-03T21:44:29.094Z","updated_at":"2026-04-08T07:00:59.825Z","avatar_url":"https://github.com/0Chencc.png","language":"Shell","readme":"# ClawGod\n\n[English](README.md) | [中文](README_ZH.md) | [日本語](README_JP.md)\n\n\u003e God mode for [Claude Code](https://docs.anthropic.com/en/docs/claude-code).\n\n**This is NOT a third-party Claude Code client.** ClawGod is a runtime patch applied on top of the official Claude Code. It works with any version — as Claude Code updates, the patch continues to take effect.\n\n## Install\n\n**macOS / Linux:**\n```bash\ncurl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash\n```\n\n**Windows (PowerShell):**\n```powershell\nirm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex\n```\n\nGreen logo = patched. Orange logo = original.\n\n![ClawGod Patched](bypass.png)\n\n## What it does\n\n### Feature Unlocks\n\n| Patch | What you get |\n|-------|-------------|\n| **Internal User Mode** | 24+ hidden commands (`/share`, `/teleport`, `/issue`, `/bughunter`...), debug logging, API request dumps |\n| **GrowthBook Overrides** | Override any feature flag via config file |\n| **Agent Teams** | Multi-agent swarm collaboration, no flags needed |\n| **Computer Use** | Screen control without Max/Pro subscription (macOS) |\n| **Ultraplan** | Multi-agent planning via Claude Code Remote |\n| **Ultrareview** | Automated bug hunting via Claude Code Remote |\n\n### Restriction Removals\n\n| Patch | What's removed |\n|-------|---------------|\n| **CYBER_RISK_INSTRUCTION** | Security testing refusal (pentesting, C2, exploits) |\n| **URL Restriction** | \"NEVER generate or guess URLs\" instruction |\n| **Cautious Actions** | Forced confirmation before destructive operations |\n| **Login Notice** | \"Not logged in\" startup reminder |\n\n### Visual\n\n| Patch | Effect |\n|-------|--------|\n| **Green Theme** | Brand color → green. Patched at a glance |\n| **Message Filters** | Shows content hidden from non-Anthropic users |\n\n## Commands\n\n```bash\nclaude              # Patched Claude Code\nclaude.orig         # Original unpatched version\n```\n\n## Update\n\nRe-run the installer to get the latest version with patches re-applied:\n\n**macOS / Linux:**\n```bash\ncurl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash\n```\n\n**Windows:**\n```powershell\nirm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex\n```\n\n## Uninstall\n\n**macOS / Linux:**\n```bash\ncurl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash -s -- --uninstall\nhash -r  # refresh shell cache\n```\n\n**Windows:**\n```powershell\nirm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 -OutFile install.ps1; .\\install.ps1 -Uninstall\n```\n\n\u003e After install or uninstall, restart your terminal or run `hash -r` if the command doesn't take effect immediately.\n\n## Requirements\n\n- Node.js \u003e= 18 + npm\n- Claude Code account (`claude auth login`)\n\n## License\n\nGPL-3.0 — Not affiliated with Anthropic. Use at your own risk.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0chencc%2Fclawgod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0chencc%2Fclawgod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0chencc%2Fclawgod/lists"}