claws / openclaw.json
nikhtu10's picture
Update openclaw.json
d07cea8 verified
{
"meta": {
"lastTouchedVersion": "2026.1.29",
"lastTouchedAt": "2026-02-21T01:20:57.885Z"
},
"wizard": {
"lastRunAt": "2026-01-31T10:08:21.145Z",
"lastRunVersion": "2026.1.29",
"lastRunCommand": "doctor",
"lastRunMode": "local"
},
"models": {
"mode": "merge",
"providers": {
"anthropic": {
"baseUrl": "https://api.--your-domain--/api",
"apiKey": "cr_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"models": [
{
"id": "claude-opus-4-5-20251101",
"name": "Claude Opus 4.5",
"api": "anthropic-messages",
"reasoning": true,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 32000
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "anthropic/claude-opus-4-5-20251101"
},
"models": {
"anthropic/claude-opus-4-5-20251101": {
"alias": "opus"
}
},
"workspace": "/root/.openclaw/workspace",
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true
},
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "allowlist",
"botToken": "0000000000:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"allowFrom": [
1234567890
],
"groupPolicy": "allowlist",
"streamMode": "partial",
"proxy": "http://127.0.0.1:10808",
"actions": {
"sendMessage": true
}
}
},
"gateway": {
"port": 7860,
"mode": "local",
"bind": "lan",
"controlUi": {
"allowedOrigins": [
"https://nikhtu10-claws.hf.space"
],
"allowInsecureAuth": true,
"dangerouslyDisableDeviceAuth": true
},
"auth": {
"mode": "token",
"token": "123456"
},
"trustedProxies": [
"127.0.0.1",
"10.0.0.0/8"
],
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"skills": {
"install": {
"nodeManager": "npm"
}
},
"plugins": {
"entries": {
"telegram": {
"enabled": true
}
}
}
}