Created
March 11, 2026 13:49
-
-
Save davidondrej/d3b7b537378db91582f1b73cae9ba1fa to your computer and use it in GitHub Desktop.
OpenClaw + Claude Code config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "env": { | |
| "ANTHROPIC_API_KEY": "YOUR_KEY_HERE" | |
| }, | |
| "tools": { | |
| "profile": "full", | |
| "exec": { | |
| "host": "gateway", | |
| "security": "full", | |
| "ask": "off", | |
| "pathPrepend": ["/root/.local/bin"] | |
| } | |
| }, | |
| "agents": { | |
| "defaults": { | |
| "sandbox": { | |
| "mode": "off" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment