{
"meta": {
"lastTouchedVersion": "2026.2.24",
"lastTouchedAt": "2026-02-25T05:01:53.284Z"
},
"wizard": {
"lastRunAt": "2026-02-25T05:01:53.278Z",
"lastRunVersion": "2026.2.24",
"lastRunCommand": "doctor",
"lastRunMode": "local"
},
"auth": {
"profiles": {
"api-proxy-gpt:default": {
"provider": "api-proxy-gpt",
"mode": "api_key"
},
"api-proxy-claude:default": {
"provider": "api-proxy-claude",
"mode": "api_key"
},
"api-proxy-google:default": {
"provider": "api-proxy-google",
"mode": "api_key"
}
}
},
"models": {
"mode": "merge",
"providers": {
"api-proxy-gpt": {
"baseUrl": "https://aicanapi.com/v1",
"apiKey": "<<<YOUR_API_PROXY_GPT_KEY>>>",
"api": "openai-responses",
"models": [
{
"id": "gpt-5.3-codex",
"name": "gpt-5.3-codex",
"reasoning": false,
"input": ["text", "image"],
"cost": {
"input": 5,
"output": 15
},
"contextWindow": 128000,
"maxTokens": 8192
}
]
},
"api-proxy-claude": {
"baseUrl": "https://aicanapi.com",
"apiKey": "<<<YOUR_API_PROXY_CLAUDE_KEY>>>",
"api": "anthropic-messages",
"models": [
{
"id": "claude-sonnet-4-6",
"name": "Claude Sonnet 4.6",
"reasoning": true,
"input": ["text", "image"],
"cost": {
"input": 5,
"output": 25,
"cacheRead": 6.25,
"cacheWrite": 0.5
},
"contextWindow": 200000,
"maxTokens": 8192
}
]
},
"api-proxy-google": {
"baseUrl": "https://aicanapi.com/v1beta",
"apiKey": "<<<YOUR_API_PROXY_GOOGLE_KEY>>>",
"api": "google-generative-ai",
"models": [
{
"id": "gemini-3-pro-preview",
"name": "Gemini 3 Pro",
"reasoning": false,
"input": ["text"],
"cost": {
"input": 5,
"output": 15
},
"contextWindow": 2000000,
"maxTokens": 8192
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "api-proxy-claude/claude-sonnet-4-6"
},
"models": {
"api-proxy-gpt/gpt-5.3-codex": {
"alias": "GPT-5.3"
},
"api-proxy-claude/claude-sonnet-4-6": {
"alias": "Claude Sonnet 4.6"
},
"api-proxy-google/gemini-3-pro-preview": {
"alias": "Gemini 3 Pro"
}
},
"workspace": "这里要用你的.clawdbot的路径,例如C:\\Users\\XXX\\.openclaw\\workspace,要用\\进行分隔
",
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"tools": {},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true,
"ownerDisplay": "raw"
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"boot-md": {
"enabled": true
},
"bootstrap-extra-files": {
"enabled": true
},
"command-logger": {
"enabled": true
}
}
}
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "loopback",
"auth": {
"mode": "token",
"token": "<<<YOUR_GATEWAY_TOKEN>>>"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
},
"nodes": {
"denyCommands": [
"camera.snap",
"camera.clip",
"screen.record",
"calendar.add",
"contacts.add",
"reminders.add"
]
}
},
"plugins": {
"entries": {}
}
}