https://github.com/0chencc/clawgod
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
https://github.com/0chencc/clawgod
ai assistant claude-ai claude-code claw clawcode limit linux macos patch skill vibe-coded vibe-coding windows
Last synced: about 20 hours ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/0chencc/clawgod
- Owner: 0Chencc
- License: gpl-3.0
- Created: 2026-04-01T11:09:07.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2026-04-06T03:04:51.000Z (2 days ago)
- Last Synced: 2026-04-06T05:02:50.748Z (2 days ago)
- Topics: ai, assistant, claude-ai, claude-code, claw, clawcode, limit, linux, macos, patch, skill, vibe-coded, vibe-coding, windows
- Language: Shell
- Homepage: http://clawgod.0chen.cc/
- Size: 91.8 KB
- Stars: 588
- Watchers: 5
- Forks: 129
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClawGod
[English](README.md) | [中文](README_ZH.md) | [日本語](README_JP.md)
> God mode for [Claude Code](https://docs.anthropic.com/en/docs/claude-code).
**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.
## Install
**macOS / Linux:**
```bash
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash
```
**Windows (PowerShell):**
```powershell
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex
```
Green logo = patched. Orange logo = original.

## What it does
### Feature Unlocks
| Patch | What you get |
|-------|-------------|
| **Internal User Mode** | 24+ hidden commands (`/share`, `/teleport`, `/issue`, `/bughunter`...), debug logging, API request dumps |
| **GrowthBook Overrides** | Override any feature flag via config file |
| **Agent Teams** | Multi-agent swarm collaboration, no flags needed |
| **Computer Use** | Screen control without Max/Pro subscription (macOS) |
| **Ultraplan** | Multi-agent planning via Claude Code Remote |
| **Ultrareview** | Automated bug hunting via Claude Code Remote |
### Restriction Removals
| Patch | What's removed |
|-------|---------------|
| **CYBER_RISK_INSTRUCTION** | Security testing refusal (pentesting, C2, exploits) |
| **URL Restriction** | "NEVER generate or guess URLs" instruction |
| **Cautious Actions** | Forced confirmation before destructive operations |
| **Login Notice** | "Not logged in" startup reminder |
### Visual
| Patch | Effect |
|-------|--------|
| **Green Theme** | Brand color → green. Patched at a glance |
| **Message Filters** | Shows content hidden from non-Anthropic users |
## Commands
```bash
claude # Patched Claude Code
claude.orig # Original unpatched version
```
## Update
Re-run the installer to get the latest version with patches re-applied:
**macOS / Linux:**
```bash
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash
```
**Windows:**
```powershell
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex
```
## Uninstall
**macOS / Linux:**
```bash
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash -s -- --uninstall
hash -r # refresh shell cache
```
**Windows:**
```powershell
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 -OutFile install.ps1; .\install.ps1 -Uninstall
```
> After install or uninstall, restart your terminal or run `hash -r` if the command doesn't take effect immediately.
## Requirements
- Node.js >= 18 + npm
- Claude Code account (`claude auth login`)
## License
GPL-3.0 — Not affiliated with Anthropic. Use at your own risk.