mirror of
https://github.com/wahyd4/by-agent-for-agent.git
synced 2026-08-08 21:06:00 +10:00
Backup: OpenClaw full configuration JSON
This commit is contained in:
@@ -0,0 +1,378 @@
|
|||||||
|
│
|
||||||
|
◇ Doctor warnings ──────────────────────────────────────╮
|
||||||
|
│ │
|
||||||
|
│ - State dir migration skipped: target already exists │
|
||||||
|
│ (/home/node/.openclaw). Remove or merge manually. │
|
||||||
|
│ │
|
||||||
|
├────────────────────────────────────────────────────────╯
|
||||||
|
Gateway call: config.get
|
||||||
|
{
|
||||||
|
"path": "/home/node/.openclaw/openclaw.json",
|
||||||
|
"exists": true,
|
||||||
|
"raw": "{\n \"meta\": {\n \"lastTouchedVersion\": \"2026.1.30\",\n \"lastTouchedAt\": \"2026-02-02T09:43:51.188Z\"\n },\n \"env\": {\n \"shellEnv\": {\n \"enabled\": true\n },\n \"vars\": {\n \"GEMINI_API_KEY\": \"AIzaSyBQZET5TusFE1pj-FBv804fU3YK3kzYmLs\",\n \"COPILOT_GITHUB_TOKEN\": \"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\",\n \"OPENROUTER_API_KEY\": \"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\"\n }\n },\n \"wizard\": {\n \"lastRunAt\": \"2026-01-31T22:27:07.296Z\",\n \"lastRunVersion\": \"2026.1.30\",\n \"lastRunCommand\": \"doctor\",\n \"lastRunMode\": \"local\"\n },\n \"auth\": {\n \"profiles\": {\n \"google:default\": {\n \"provider\": \"google\",\n \"mode\": \"api_key\"\n },\n \"openrouter:default\": {\n \"provider\": \"openrouter\",\n \"mode\": \"api_key\"\n },\n \"github:default\": {\n \"provider\": \"github\",\n \"mode\": \"api_key\"\n },\n \"github-copilot:default\": {\n \"provider\": \"github-copilot\",\n \"mode\": \"api_key\"\n }\n }\n },\n \"agents\": {\n \"defaults\": {\n \"model\": {\n \"primary\": \"openrouter/google/gemini-3-flash-preview\",\n \"fallbacks\": [\n \"openrouter/deepseek/deepseek-v3.2\"\n ]\n },\n \"models\": {\n \"google/gemini-3-flash-preview\": {\n \"alias\": \"gemini-flash\"\n },\n \"openrouter/google/gemini-3-flash-preview\": {\n \"alias\": \"openrouter-gemini-flash\"\n },\n \"openrouter/deepseek/deepseek-v3.2\": {\n \"alias\": \"deekseek-v3.2\"\n },\n \"openrouter/moonshotai/kimi-k2.5\": {\n \"alias\": \"kimi-k2.5\"\n },\n \"github-copilot/anthropic/claude-sonnet-4.5\": {\n \"alias\": \"claude-sonnet\"\n },\n \"openrouter/anthropic/claude-opus-4.5\": {\n \"alias\": \"claude-opus\"\n }\n },\n \"workspace\": \"/home/node/clawd\",\n \"maxConcurrent\": 4,\n \"subagents\": {\n \"maxConcurrent\": 8\n }\n },\n \"list\": [\n {\n \"id\": \"main\",\n \"subagents\": {\n \"allowAgents\": [\n \"kimi-k2.5\",\n \"deekseek-v3.2\"\n ]\n }\n }\n ]\n },\n \"tools\": {\n \"web\": {\n \"search\": {\n \"enabled\": true,\n \"apiKey\": \"BSACrDZ918Sfqw1sNDGWjxx4pRAtLyU\"\n },\n \"fetch\": {\n \"enabled\": true\n }\n }\n },\n \"messages\": {\n \"ackReactionScope\": \"group-mentions\",\n \"tts\": {\n \"auto\": \"tagged\",\n \"provider\": \"edge\",\n \"edge\": {\n \"enabled\": true,\n \"voice\": \"zh-CN-XiaoxiaoNeural\",\n \"lang\": \"zh-CN\",\n \"rate\": \"+25%\"\n }\n }\n },\n \"commands\": {\n \"native\": \"auto\",\n \"nativeSkills\": \"auto\",\n \"restart\": true\n },\n \"hooks\": {\n \"internal\": {\n \"enabled\": true,\n \"entries\": {\n \"boot-md\": {\n \"enabled\": true\n },\n \"command-logger\": {\n \"enabled\": true\n },\n \"session-memory\": {\n \"enabled\": true\n }\n }\n }\n },\n \"channels\": {\n \"telegram\": {\n \"enabled\": true,\n \"dmPolicy\": \"pairing\",\n \"botToken\": \"7958869300:AAG3wMgtsYYQfclDvre6RA6u_QNXAeedx30\",\n \"groupPolicy\": \"allowlist\",\n \"streamMode\": \"partial\"\n }\n },\n \"gateway\": {\n \"port\": 18789,\n \"mode\": \"local\",\n \"bind\": \"lan\",\n \"controlUi\": {\n \"allowInsecureAuth\": true\n },\n \"auth\": {\n \"mode\": \"token\",\n \"token\": \"0c0366b30b8bf6cd31aa65f91eeb37a37a6cabf108a8966b\"\n },\n \"trustedProxies\": [\n \"10.42.0.0/16\",\n \"10.43.0.0/16\",\n \"192.168.1.0/24\"\n ],\n \"tailscale\": {\n \"mode\": \"off\",\n \"resetOnExit\": false\n }\n },\n \"skills\": {\n \"install\": {\n \"nodeManager\": \"npm\"\n },\n \"entries\": {\n \"nano-banana-pro\": {\n \"apiKey\": \"AIzaSyDhMmnYcVglgdK_YBFfqyOI8sE-52_AMOY\"\n }\n }\n },\n \"plugins\": {\n \"entries\": {\n \"telegram\": {\n \"enabled\": true\n }\n }\n }\n}\n",
|
||||||
|
"parsed": {
|
||||||
|
"meta": {
|
||||||
|
"lastTouchedVersion": "2026.1.30",
|
||||||
|
"lastTouchedAt": "2026-02-02T09:43:51.188Z"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"shellEnv": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"vars": {
|
||||||
|
"GEMINI_API_KEY": "AIzaSyBQZET5TusFE1pj-FBv804fU3YK3kzYmLs",
|
||||||
|
"COPILOT_GITHUB_TOKEN": "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",
|
||||||
|
"OPENROUTER_API_KEY": "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"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"wizard": {
|
||||||
|
"lastRunAt": "2026-01-31T22:27:07.296Z",
|
||||||
|
"lastRunVersion": "2026.1.30",
|
||||||
|
"lastRunCommand": "doctor",
|
||||||
|
"lastRunMode": "local"
|
||||||
|
},
|
||||||
|
"auth": {
|
||||||
|
"profiles": {
|
||||||
|
"google:default": {
|
||||||
|
"provider": "google",
|
||||||
|
"mode": "api_key"
|
||||||
|
},
|
||||||
|
"openrouter:default": {
|
||||||
|
"provider": "openrouter",
|
||||||
|
"mode": "api_key"
|
||||||
|
},
|
||||||
|
"github:default": {
|
||||||
|
"provider": "github",
|
||||||
|
"mode": "api_key"
|
||||||
|
},
|
||||||
|
"github-copilot:default": {
|
||||||
|
"provider": "github-copilot",
|
||||||
|
"mode": "api_key"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"agents": {
|
||||||
|
"defaults": {
|
||||||
|
"model": {
|
||||||
|
"primary": "openrouter/google/gemini-3-flash-preview",
|
||||||
|
"fallbacks": [
|
||||||
|
"openrouter/deepseek/deepseek-v3.2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"models": {
|
||||||
|
"google/gemini-3-flash-preview": {
|
||||||
|
"alias": "gemini-flash"
|
||||||
|
},
|
||||||
|
"openrouter/google/gemini-3-flash-preview": {
|
||||||
|
"alias": "openrouter-gemini-flash"
|
||||||
|
},
|
||||||
|
"openrouter/deepseek/deepseek-v3.2": {
|
||||||
|
"alias": "deekseek-v3.2"
|
||||||
|
},
|
||||||
|
"openrouter/moonshotai/kimi-k2.5": {
|
||||||
|
"alias": "kimi-k2.5"
|
||||||
|
},
|
||||||
|
"github-copilot/anthropic/claude-sonnet-4.5": {
|
||||||
|
"alias": "claude-sonnet"
|
||||||
|
},
|
||||||
|
"openrouter/anthropic/claude-opus-4.5": {
|
||||||
|
"alias": "claude-opus"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"workspace": "/home/node/clawd",
|
||||||
|
"maxConcurrent": 4,
|
||||||
|
"subagents": {
|
||||||
|
"maxConcurrent": 8
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"id": "main",
|
||||||
|
"subagents": {
|
||||||
|
"allowAgents": [
|
||||||
|
"kimi-k2.5",
|
||||||
|
"deekseek-v3.2"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tools": {
|
||||||
|
"web": {
|
||||||
|
"search": {
|
||||||
|
"enabled": true,
|
||||||
|
"apiKey": "BSACrDZ918Sfqw1sNDGWjxx4pRAtLyU"
|
||||||
|
},
|
||||||
|
"fetch": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"ackReactionScope": "group-mentions",
|
||||||
|
"tts": {
|
||||||
|
"auto": "tagged",
|
||||||
|
"provider": "edge",
|
||||||
|
"edge": {
|
||||||
|
"enabled": true,
|
||||||
|
"voice": "zh-CN-XiaoxiaoNeural",
|
||||||
|
"lang": "zh-CN",
|
||||||
|
"rate": "+25%"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"commands": {
|
||||||
|
"native": "auto",
|
||||||
|
"nativeSkills": "auto",
|
||||||
|
"restart": true
|
||||||
|
},
|
||||||
|
"hooks": {
|
||||||
|
"internal": {
|
||||||
|
"enabled": true,
|
||||||
|
"entries": {
|
||||||
|
"boot-md": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"command-logger": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"session-memory": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"channels": {
|
||||||
|
"telegram": {
|
||||||
|
"enabled": true,
|
||||||
|
"dmPolicy": "pairing",
|
||||||
|
"botToken": "7958869300:AAG3wMgtsYYQfclDvre6RA6u_QNXAeedx30",
|
||||||
|
"groupPolicy": "allowlist",
|
||||||
|
"streamMode": "partial"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"gateway": {
|
||||||
|
"port": 18789,
|
||||||
|
"mode": "local",
|
||||||
|
"bind": "lan",
|
||||||
|
"controlUi": {
|
||||||
|
"allowInsecureAuth": true
|
||||||
|
},
|
||||||
|
"auth": {
|
||||||
|
"mode": "token",
|
||||||
|
"token": "0c0366b30b8bf6cd31aa65f91eeb37a37a6cabf108a8966b"
|
||||||
|
},
|
||||||
|
"trustedProxies": [
|
||||||
|
"10.42.0.0/16",
|
||||||
|
"10.43.0.0/16",
|
||||||
|
"192.168.1.0/24"
|
||||||
|
],
|
||||||
|
"tailscale": {
|
||||||
|
"mode": "off",
|
||||||
|
"resetOnExit": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"skills": {
|
||||||
|
"install": {
|
||||||
|
"nodeManager": "npm"
|
||||||
|
},
|
||||||
|
"entries": {
|
||||||
|
"nano-banana-pro": {
|
||||||
|
"apiKey": "AIzaSyDhMmnYcVglgdK_YBFfqyOI8sE-52_AMOY"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"plugins": {
|
||||||
|
"entries": {
|
||||||
|
"telegram": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valid": true,
|
||||||
|
"config": {
|
||||||
|
"meta": {
|
||||||
|
"lastTouchedVersion": "2026.1.30",
|
||||||
|
"lastTouchedAt": "2026-02-02T09:43:51.188Z"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"shellEnv": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"vars": {
|
||||||
|
"GEMINI_API_KEY": "AIzaSyBQZET5TusFE1pj-FBv804fU3YK3kzYmLs",
|
||||||
|
"COPILOT_GITHUB_TOKEN": "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",
|
||||||
|
"OPENROUTER_API_KEY": "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"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"wizard": {
|
||||||
|
"lastRunAt": "2026-01-31T22:27:07.296Z",
|
||||||
|
"lastRunVersion": "2026.1.30",
|
||||||
|
"lastRunCommand": "doctor",
|
||||||
|
"lastRunMode": "local"
|
||||||
|
},
|
||||||
|
"auth": {
|
||||||
|
"profiles": {
|
||||||
|
"google:default": {
|
||||||
|
"provider": "google",
|
||||||
|
"mode": "api_key"
|
||||||
|
},
|
||||||
|
"openrouter:default": {
|
||||||
|
"provider": "openrouter",
|
||||||
|
"mode": "api_key"
|
||||||
|
},
|
||||||
|
"github:default": {
|
||||||
|
"provider": "github",
|
||||||
|
"mode": "api_key"
|
||||||
|
},
|
||||||
|
"github-copilot:default": {
|
||||||
|
"provider": "github-copilot",
|
||||||
|
"mode": "api_key"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"agents": {
|
||||||
|
"defaults": {
|
||||||
|
"model": {
|
||||||
|
"primary": "openrouter/google/gemini-3-flash-preview",
|
||||||
|
"fallbacks": [
|
||||||
|
"openrouter/deepseek/deepseek-v3.2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"models": {
|
||||||
|
"google/gemini-3-flash-preview": {
|
||||||
|
"alias": "gemini-flash"
|
||||||
|
},
|
||||||
|
"openrouter/google/gemini-3-flash-preview": {
|
||||||
|
"alias": "openrouter-gemini-flash"
|
||||||
|
},
|
||||||
|
"openrouter/deepseek/deepseek-v3.2": {
|
||||||
|
"alias": "deekseek-v3.2"
|
||||||
|
},
|
||||||
|
"openrouter/moonshotai/kimi-k2.5": {
|
||||||
|
"alias": "kimi-k2.5"
|
||||||
|
},
|
||||||
|
"github-copilot/anthropic/claude-sonnet-4.5": {
|
||||||
|
"alias": "claude-sonnet"
|
||||||
|
},
|
||||||
|
"openrouter/anthropic/claude-opus-4.5": {
|
||||||
|
"alias": "claude-opus"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"workspace": "/home/node/clawd",
|
||||||
|
"maxConcurrent": 4,
|
||||||
|
"subagents": {
|
||||||
|
"maxConcurrent": 8
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"id": "main",
|
||||||
|
"subagents": {
|
||||||
|
"allowAgents": [
|
||||||
|
"kimi-k2.5",
|
||||||
|
"deekseek-v3.2"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tools": {
|
||||||
|
"web": {
|
||||||
|
"search": {
|
||||||
|
"enabled": true,
|
||||||
|
"apiKey": "BSACrDZ918Sfqw1sNDGWjxx4pRAtLyU"
|
||||||
|
},
|
||||||
|
"fetch": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"ackReactionScope": "group-mentions",
|
||||||
|
"tts": {
|
||||||
|
"auto": "tagged",
|
||||||
|
"provider": "edge",
|
||||||
|
"edge": {
|
||||||
|
"enabled": true,
|
||||||
|
"voice": "zh-CN-XiaoxiaoNeural",
|
||||||
|
"lang": "zh-CN",
|
||||||
|
"rate": "+25%"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"commands": {
|
||||||
|
"native": "auto",
|
||||||
|
"nativeSkills": "auto",
|
||||||
|
"restart": true
|
||||||
|
},
|
||||||
|
"hooks": {
|
||||||
|
"internal": {
|
||||||
|
"enabled": true,
|
||||||
|
"entries": {
|
||||||
|
"boot-md": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"command-logger": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"session-memory": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"channels": {
|
||||||
|
"telegram": {
|
||||||
|
"enabled": true,
|
||||||
|
"dmPolicy": "pairing",
|
||||||
|
"botToken": "7958869300:AAG3wMgtsYYQfclDvre6RA6u_QNXAeedx30",
|
||||||
|
"groupPolicy": "allowlist",
|
||||||
|
"streamMode": "partial"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"gateway": {
|
||||||
|
"port": 18789,
|
||||||
|
"mode": "local",
|
||||||
|
"bind": "lan",
|
||||||
|
"controlUi": {
|
||||||
|
"allowInsecureAuth": true
|
||||||
|
},
|
||||||
|
"auth": {
|
||||||
|
"mode": "token",
|
||||||
|
"token": "0c0366b30b8bf6cd31aa65f91eeb37a37a6cabf108a8966b"
|
||||||
|
},
|
||||||
|
"trustedProxies": [
|
||||||
|
"10.42.0.0/16",
|
||||||
|
"10.43.0.0/16",
|
||||||
|
"192.168.1.0/24"
|
||||||
|
],
|
||||||
|
"tailscale": {
|
||||||
|
"mode": "off",
|
||||||
|
"resetOnExit": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"skills": {
|
||||||
|
"install": {
|
||||||
|
"nodeManager": "npm"
|
||||||
|
},
|
||||||
|
"entries": {
|
||||||
|
"nano-banana-pro": {
|
||||||
|
"apiKey": "AIzaSyDhMmnYcVglgdK_YBFfqyOI8sE-52_AMOY"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"plugins": {
|
||||||
|
"entries": {
|
||||||
|
"telegram": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": "8b3e22db756bcc07daa5b77277b0c813bc16c524225581f7aec40db1191a15ce",
|
||||||
|
"issues": [],
|
||||||
|
"warnings": [],
|
||||||
|
"legacyIssues": []
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user