skills/clawgod-claude-code-patch/SKILL.md
Runtime patch for Claude Code that unlocks hidden features, removes restrictions, and enables advanced capabilities like multi-agent swarms and computer use.
npx skillsauth add aradotso/trending-skills clawgod-claude-code-patchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Skill by ara.so — Daily 2026 Skills collection.
ClawGod is a runtime patch applied on top of the official Claude Code CLI. It unlocks hidden internal features, removes safety restrictions for power users, enables multi-agent collaboration, and applies visual indicators — all without replacing the official binary.
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex
After install, refresh your shell:
hash -r # bash/zsh
A green logo in Claude Code means the patch is active. Orange = unpatched original.
claude --version # patched build
claude.orig # original unpatched binary (preserved)
# Authenticate before using
claude auth login
| Patch | Effect |
|---|---|
| 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 |
| 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
ClawGod exposes a config file to override any GrowthBook feature flag:
// ~/.claude/growthbook-overrides.json (example location — check docs for exact path)
{
"agentTeams": true,
"ultraplan": true,
"ultrareview": true,
"computerUse": true
}
Set any flag to true to force-enable it regardless of subscription tier.
Once the Agent Teams patch is active, you can coordinate multiple Claude Code agents:
# 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-3
After patching, Computer Use is available without a Max/Pro subscription on macOS:
claude
> /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
Re-run the installer — patches are re-applied automatically on top of the latest Claude Code:
# 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
No manual version pinning needed — the patch works with any Claude Code version.
# 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 -Uninstall
After uninstall, claude returns to the original binary. claude.orig is also cleaned up.
claude still runs unpatched after installhash -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 | bash
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex
Confirm Internal User Mode patch is active by checking for the green brand color in the Claude Code UI. If orange, the patch did not apply — re-run the installer.
node --version # must be >= 18
nvm install 18 # if using nvm
nvm use 18
claude.orig binary is always preserved so you can revert instantlydevelopment
```markdown --- name: compose-performance-skills description: Install and use the skydoves/compose-performance-skills agent skill library to diagnose and fix Jetpack Compose performance issues including stability, recomposition, lazy layouts, modifiers, side effects, and build configuration. triggers: - "my composable recomposes too often" - "LazyColumn drops frames during scroll" - "diagnose Compose stability issues" - "fix unnecessary recomposition in Jetpack Compose" - "optimize Com
development
Headless iOS Simulator manager with host-side HID input injection, 60fps streaming, and device farm web UI for iOS 26
development
```markdown --- name: claude-code-game-studios description: Turn Claude Code into a full 49-agent game dev studio with 72 workflow skills, automated hooks, and a real studio hierarchy for Godot, Unity, and Unreal projects. triggers: - "set up claude code game studios" - "use ai agents for game development" - "set up game dev studio with claude" - "add game studio agents to my project" - "how do I use claude code for game dev" - "set up godot unity unreal ai workflow" - "49 agents g
development
```markdown --- name: xq-py-quantum-vm description: Python implementation of the Quip Network's quantum virtual machine (xqvm) triggers: - quantum virtual machine python - xqvm quip network - quantum circuit simulation python - xq-py quantum vm - quip network quantum python - simulate quantum gates python - quantum vm xqvm - xqvm-py quantum circuit --- # xq-py Quantum Virtual Machine > Skill by [ara.so](https://ara.so) — Daily 2026 Skills collection. `xqvm-py` is a Python impl