{
"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://clawapi.vip/v1",
"apiKey": "你的令牌",
"api": "openai-completions",
"models": [
{
"id": "gpt-5.4",
"name": "gpt-5.4",
"reasoning": false,
"input": ["text", "image"],
"cost": {
"input": 5,
"output": 15
},
"contextWindow": 128000,
"maxTokens": 8192
}
]
},
"api-proxy-claude": {
"baseUrl": "https://clawapi.vip",
"apiKey": "你的令牌",
"api": "anthropic-messages",
"models": [
{
"id": "claude-opus-4-6-thinking",
"name": "claude-opus-4-6-thinking",
"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://clawapi.vip/v1",
"apiKey": "你的令牌",
"api": "google-generative-ai",
"models": [
{
"id": "gemini-3.1-pro-preview",
"name": "gemini-3.1-pro-preview",
"reasoning": false,
"input": ["text"],
"cost": {
"input": 5,
"output": 15
},
"contextWindow": 2000000,
"maxTokens": 8192
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "api-proxy-claude/claude-opus-4-6-thinking"
},
"models": {
"api-proxy-gpt/gpt-5.4": {
"alias": "gpt-5.4"
},
"api-proxy-claude/claude-opus-4-6-thinking": {
"alias": "claude-opus-4-6-thinking"
},
"api-proxy-google/gemini-3.1-pro-preview": {
"alias": "gemini-3.1-pro-preview"
}
},
"workspace": "C:\\Users\\chaoy\\.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": "你的龙虾token"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
},
"nodes": {
"denyCommands": [
"camera.snap",
"camera.clip",
"screen.record",
"calendar.add",
"contacts.add",
"reminders.add"
]
}
},
"plugins": {
"entries": {}
}
}