Loading...
Loading...
Runtime patch for Claude Code that unlocks hidden features, removes restrictions, and enables advanced capabilities like multi-agent swarms and computer use.
npx skill4agent add aradotso/trending-skills clawgod-claude-code-patchSkill by ara.so — Daily 2026 Skills collection.
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bashirm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iexhash -r # bash/zshclaude --version # patched build
claude.orig # original unpatched binary (preserved)# Authenticate before using
claude auth login| Patch | Effect |
|---|---|
| Internal User Mode | 24+ hidden commands: |
| 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 |
| Patch | What's removed |
|---|---|
| CYBER_RISK_INSTRUCTION | Security testing refusal (pentesting, C2, exploits) |
| URL Restriction | "NEVER generate or guess URLs" system instruction |
| Cautious Actions | Forced confirmation before destructive operations |
| Login Notice | "Not logged in" startup reminder |
# Launch patched Claude Code (interactive)
claude
# Launch original unpatched version
claude.orig
# Use a hidden internal command (after patch enables Internal User Mode)
claude
> /share
> /teleport
> /issue
> /bughunter// ~/.claude/growthbook-overrides.json (example location — check docs for exact path)
{
"agentTeams": true,
"ultraplan": true,
"ultrareview": true,
"computerUse": true
}true# Start a swarm session — no feature flags required after patch
claude
> /agents start --swarm
# Assign tasks across agents
> /agents assign "write tests" agent-2
> /agents assign "review PR" agent-3claude
> /computer-use enable
# Claude can now control screen, mouse, keyboard# Ultraplan: multi-agent planning via Claude Code Remote
claude
> /ultraplan "refactor authentication module"
# Ultrareview: automated bug hunting
> /ultrareview --target ./src# macOS/Linux
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash
# Windows
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex# macOS/Linux
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash -s -- --uninstall
hash -r
# Windows
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 -OutFile install.ps1
.\install.ps1 -Uninstallclaudeclaude.origclaudehash -r # clear shell command cache
exec $SHELL # or restart terminal
which claude # verify PATH points to patched binary# Re-run installer — it re-patches the new version
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bashSet-ExecutionPolicy -Scope CurrentUser RemoteSigned
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iexnode --version # must be >= 18
nvm install 18 # if using nvm
nvm use 18claude.orig