Created
February 7, 2026 18:33
-
-
Save primaryobjects/6ca6c06f3594f8134bba9d3c0fdf7186 to your computer and use it in GitHub Desktop.
OpenClaw configuration file openclaw.json for clawdbot / moltbot.
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
| { | |
| "meta": { | |
| "lastTouchedVersion": "2026.2.3-1", | |
| "lastTouchedAt": "2026-02-07T18:20:24.416Z" | |
| }, | |
| "env": { | |
| "OPENROUTER_API_KEY": "sk-or-v1-PLACEHOLDER" | |
| }, | |
| "wizard": { | |
| "lastRunAt": "2026-02-07T01:25:45.128Z", | |
| "lastRunVersion": "2026.2.3-1", | |
| "lastRunCommand": "configure", | |
| "lastRunMode": "local" | |
| }, | |
| "diagnostics": { | |
| "enabled": true, | |
| "cacheTrace": { | |
| "includeMessages": true, | |
| "includePrompt": true, | |
| "includeSystem": true | |
| } | |
| }, | |
| "logging": { | |
| "level": "trace", | |
| "consoleLevel": "trace", | |
| "redactSensitive": "tools" | |
| }, | |
| "update": { | |
| "checkOnStart": true | |
| }, | |
| "browser": { | |
| "enabled": true, | |
| "remoteCdpTimeoutMs": 1500, | |
| "remoteCdpHandshakeTimeoutMs": 3000, | |
| "color": "#FF4500", | |
| "executablePath": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", | |
| "headless": false, | |
| "noSandbox": false, | |
| "attachOnly": false, | |
| "defaultProfile": "chrome", | |
| "profiles": { | |
| "openclaw": { | |
| "cdpPort": 18800, | |
| "color": "#FF4500" | |
| }, | |
| "work": { | |
| "cdpPort": 18801, | |
| "color": "#0066CC" | |
| }, | |
| "remote": { | |
| "cdpUrl": "http://10.0.0.42:9222", | |
| "color": "#00AA00" | |
| } | |
| } | |
| }, | |
| "auth": { | |
| "profiles": { | |
| "openrouter:default": { | |
| "provider": "openrouter", | |
| "mode": "api_key" | |
| } | |
| } | |
| }, | |
| "agents": { | |
| "defaults": { | |
| "model": { | |
| "primary": "openrouter/arcee-ai/trinity-large-preview:free" | |
| }, | |
| "models": { | |
| "openrouter/auto": { | |
| "alias": "OpenRouter" | |
| }, | |
| "openrouter/arcee-ai/trinity-large-preview:free": { | |
| "alias": "openrouter/arcee-ai/trinity-large-preview:free" | |
| } | |
| }, | |
| "workspace": "C:\\Users\\YOUR_USER_NAME\\.openclaw\\workspace", | |
| "compaction": { | |
| "mode": "safeguard" | |
| }, | |
| "maxConcurrent": 4, | |
| "subagents": { | |
| "maxConcurrent": 8 | |
| } | |
| } | |
| }, | |
| "tools": { | |
| "allow": [], | |
| "web": { | |
| "search": { | |
| "enabled": false, | |
| "provider": "brave" | |
| }, | |
| "fetch": { | |
| "enabled": true | |
| } | |
| }, | |
| "links": { | |
| "enabled": true | |
| }, | |
| "agentToAgent": { | |
| "enabled": true | |
| } | |
| }, | |
| "messages": { | |
| "ackReactionScope": "group-mentions" | |
| }, | |
| "commands": { | |
| "native": "auto", | |
| "nativeSkills": true, | |
| "text": true, | |
| "bash": true, | |
| "config": true, | |
| "debug": true, | |
| "restart": true | |
| }, | |
| "hooks": { | |
| "enabled": false, | |
| "internal": { | |
| "enabled": true, | |
| "entries": { | |
| "command-logger": { | |
| "enabled": true | |
| } | |
| } | |
| } | |
| }, | |
| "web": { | |
| "enabled": false | |
| }, | |
| "channels": { | |
| "slack": { | |
| "mode": "socket", | |
| "webhookPath": "/slack/events", | |
| "enabled": true, | |
| "botToken": "xoxb-PLACEHOLDER", | |
| "appToken": "xapp-1-PLACEHOLDER", | |
| "userTokenReadOnly": true, | |
| "groupPolicy": "open" | |
| } | |
| }, | |
| "gateway": { | |
| "port": 18789, | |
| "mode": "local", | |
| "bind": "loopback", | |
| "auth": { | |
| "mode": "token", | |
| "token": "PLACEHOLDER", | |
| "allowTailscale": false | |
| }, | |
| "tailscale": { | |
| "mode": "off", | |
| "resetOnExit": false | |
| }, | |
| "http": { | |
| "endpoints": { | |
| "responses": { | |
| "enabled": false | |
| } | |
| } | |
| } | |
| }, | |
| "skills": { | |
| "allowBundled": [], | |
| "load": { | |
| "extraDirs": [] | |
| }, | |
| "install": { | |
| "nodeManager": "npm" | |
| } | |
| }, | |
| "plugins": { | |
| "entries": { | |
| "slack": { | |
| "enabled": true | |
| } | |
| } | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requirements