Skip to content

Instantly share code, notes, and snippets.

@davidondrej
Created March 11, 2026 13:49
Show Gist options
  • Select an option

  • Save davidondrej/d3b7b537378db91582f1b73cae9ba1fa to your computer and use it in GitHub Desktop.

Select an option

Save davidondrej/d3b7b537378db91582f1b73cae9ba1fa to your computer and use it in GitHub Desktop.
OpenClaw + Claude Code config
{
"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