OpenCode Deployer commited on
Commit ·
83a6239
1
Parent(s): e63c04a
update
Browse files- openclaw copy.json +87 -0
- openclaw.json +180 -19
openclaw copy.json
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"wizard": {
|
| 3 |
+
"lastRunAt": "2026-03-15T13:17:25.876Z",
|
| 4 |
+
"lastRunVersion": "2026.3.13",
|
| 5 |
+
"lastRunCommand": "onboard",
|
| 6 |
+
"lastRunMode": "local"
|
| 7 |
+
},
|
| 8 |
+
"models": {
|
| 9 |
+
"mode": "merge",
|
| 10 |
+
"providers": {
|
| 11 |
+
"custom-integrate-api-nvidia-com": {
|
| 12 |
+
"baseUrl": "https://integrate.api.nvidia.com/v1",
|
| 13 |
+
"apiKey": "${NVIDIA_API_KEY}",
|
| 14 |
+
"api": "openai-completions",
|
| 15 |
+
"models": [
|
| 16 |
+
{
|
| 17 |
+
"id": "minimaxai/minimax-m2.5",
|
| 18 |
+
"name": "minimaxai/minimax-m2.5 (Custom Provider)",
|
| 19 |
+
"reasoning": false,
|
| 20 |
+
"input": [
|
| 21 |
+
"text"
|
| 22 |
+
],
|
| 23 |
+
"cost": {
|
| 24 |
+
"input": 0,
|
| 25 |
+
"output": 0,
|
| 26 |
+
"cacheRead": 0,
|
| 27 |
+
"cacheWrite": 0
|
| 28 |
+
},
|
| 29 |
+
"contextWindow": 16000,
|
| 30 |
+
"maxTokens": 4096
|
| 31 |
+
}
|
| 32 |
+
]
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"agents": {
|
| 37 |
+
"defaults": {
|
| 38 |
+
"model": {
|
| 39 |
+
"primary": "custom-integrate-api-nvidia-com/minimaxai/minimax-m2.5"
|
| 40 |
+
},
|
| 41 |
+
"models": {
|
| 42 |
+
"custom-integrate-api-nvidia-com/minimaxai/minimax-m2.5": {}
|
| 43 |
+
},
|
| 44 |
+
"workspace": "/root/.openclaw/workspace"
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"tools": {
|
| 48 |
+
"profile": "coding"
|
| 49 |
+
},
|
| 50 |
+
"commands": {
|
| 51 |
+
"native": "auto",
|
| 52 |
+
"nativeSkills": "auto",
|
| 53 |
+
"restart": true,
|
| 54 |
+
"ownerDisplay": "raw"
|
| 55 |
+
},
|
| 56 |
+
"session": {
|
| 57 |
+
"dmScope": "per-channel-peer"
|
| 58 |
+
},
|
| 59 |
+
"gateway": {
|
| 60 |
+
"port": 7860,
|
| 61 |
+
"mode": "local",
|
| 62 |
+
"bind": "loopback",
|
| 63 |
+
"auth": {
|
| 64 |
+
"mode": "token",
|
| 65 |
+
"token": "${OPENCLAW_TOKEN}"
|
| 66 |
+
},
|
| 67 |
+
"tailscale": {
|
| 68 |
+
"mode": "off",
|
| 69 |
+
"resetOnExit": false
|
| 70 |
+
},
|
| 71 |
+
"nodes": {
|
| 72 |
+
"denyCommands": [
|
| 73 |
+
"camera.snap",
|
| 74 |
+
"camera.clip",
|
| 75 |
+
"screen.record",
|
| 76 |
+
"contacts.add",
|
| 77 |
+
"calendar.add",
|
| 78 |
+
"reminders.add",
|
| 79 |
+
"sms.send"
|
| 80 |
+
]
|
| 81 |
+
}
|
| 82 |
+
},
|
| 83 |
+
"meta": {
|
| 84 |
+
"lastTouchedVersion": "2026.3.13",
|
| 85 |
+
"lastTouchedAt": "2026-03-15T13:17:25.998Z"
|
| 86 |
+
}
|
| 87 |
+
}
|
openclaw.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"wizard": {
|
| 3 |
-
"lastRunAt": "2026-03-
|
| 4 |
-
"lastRunVersion": "2026.
|
| 5 |
-
"lastRunCommand": "
|
| 6 |
"lastRunMode": "local"
|
| 7 |
},
|
| 8 |
"models": {
|
| 9 |
"mode": "merge",
|
| 10 |
"providers": {
|
| 11 |
-
"
|
| 12 |
"baseUrl": "https://integrate.api.nvidia.com/v1",
|
| 13 |
"apiKey": "${NVIDIA_API_KEY}",
|
| 14 |
"api": "openai-completions",
|
|
@@ -26,8 +30,8 @@
|
|
| 26 |
"cacheRead": 0,
|
| 27 |
"cacheWrite": 0
|
| 28 |
},
|
| 29 |
-
"contextWindow":
|
| 30 |
-
"maxTokens":
|
| 31 |
}
|
| 32 |
]
|
| 33 |
}
|
|
@@ -36,16 +40,91 @@
|
|
| 36 |
"agents": {
|
| 37 |
"defaults": {
|
| 38 |
"model": {
|
| 39 |
-
"primary": "
|
| 40 |
},
|
| 41 |
"models": {
|
| 42 |
-
"
|
|
|
|
|
|
|
| 43 |
},
|
| 44 |
-
"workspace": "/root/.openclaw/workspace"
|
| 45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
},
|
| 47 |
"tools": {
|
| 48 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
},
|
| 50 |
"commands": {
|
| 51 |
"native": "auto",
|
|
@@ -56,13 +135,59 @@
|
|
| 56 |
"session": {
|
| 57 |
"dmScope": "per-channel-peer"
|
| 58 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
"gateway": {
|
| 60 |
-
"port":
|
| 61 |
"mode": "local",
|
| 62 |
"bind": "loopback",
|
| 63 |
"auth": {
|
| 64 |
"mode": "token",
|
| 65 |
-
"token": "${
|
| 66 |
},
|
| 67 |
"tailscale": {
|
| 68 |
"mode": "off",
|
|
@@ -73,15 +198,51 @@
|
|
| 73 |
"camera.snap",
|
| 74 |
"camera.clip",
|
| 75 |
"screen.record",
|
| 76 |
-
"contacts.add",
|
| 77 |
"calendar.add",
|
| 78 |
-
"
|
| 79 |
-
"
|
| 80 |
]
|
| 81 |
}
|
| 82 |
},
|
| 83 |
-
"
|
| 84 |
-
"
|
| 85 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
}
|
| 87 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"meta": {
|
| 3 |
+
"lastTouchedVersion": "2026.2.24",
|
| 4 |
+
"lastTouchedAt": "2026-03-16T07:12:10.670Z"
|
| 5 |
+
},
|
| 6 |
"wizard": {
|
| 7 |
+
"lastRunAt": "2026-03-12T03:53:46.463Z",
|
| 8 |
+
"lastRunVersion": "2026.2.24",
|
| 9 |
+
"lastRunCommand": "doctor",
|
| 10 |
"lastRunMode": "local"
|
| 11 |
},
|
| 12 |
"models": {
|
| 13 |
"mode": "merge",
|
| 14 |
"providers": {
|
| 15 |
+
"api-nvidia-minimax-m2-5": {
|
| 16 |
"baseUrl": "https://integrate.api.nvidia.com/v1",
|
| 17 |
"apiKey": "${NVIDIA_API_KEY}",
|
| 18 |
"api": "openai-completions",
|
|
|
|
| 30 |
"cacheRead": 0,
|
| 31 |
"cacheWrite": 0
|
| 32 |
},
|
| 33 |
+
"contextWindow": 64000,
|
| 34 |
+
"maxTokens": 64000
|
| 35 |
}
|
| 36 |
]
|
| 37 |
}
|
|
|
|
| 40 |
"agents": {
|
| 41 |
"defaults": {
|
| 42 |
"model": {
|
| 43 |
+
"primary": "api-nvidia-minimax-m2-5/minimaxai/minimax-m2.5"
|
| 44 |
},
|
| 45 |
"models": {
|
| 46 |
+
"api-nvidia-minimax-m2-5/minimaxai/minimax-m2.5": {
|
| 47 |
+
"alias": "minimax-m2.5"
|
| 48 |
+
}
|
| 49 |
},
|
| 50 |
+
"workspace": "/root/.openclaw/workspace",
|
| 51 |
+
"compaction": {
|
| 52 |
+
"mode": "safeguard"
|
| 53 |
+
},
|
| 54 |
+
"maxConcurrent": 4,
|
| 55 |
+
"subagents": {
|
| 56 |
+
"maxConcurrent": 8
|
| 57 |
+
}
|
| 58 |
+
},
|
| 59 |
+
"list": [
|
| 60 |
+
{
|
| 61 |
+
"id": "main",
|
| 62 |
+
"subagents": {
|
| 63 |
+
"allowAgents": [
|
| 64 |
+
"recruiter",
|
| 65 |
+
"openclawer"
|
| 66 |
+
]
|
| 67 |
+
}
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": "recruiter",
|
| 71 |
+
"name": "recruiter",
|
| 72 |
+
"workspace": "/root/.openclaw/workspace/agents/recruiter",
|
| 73 |
+
"agentDir": "/root/.openclaw/agents/recruiter/agent",
|
| 74 |
+
"identity": {
|
| 75 |
+
"name": "招聘专员小猎",
|
| 76 |
+
"theme": "AI 招聘助手",
|
| 77 |
+
"emoji": "🦁",
|
| 78 |
+
"avatar": "_(可选)"
|
| 79 |
+
}
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": "openclawer",
|
| 83 |
+
"name": "openclaw工程师",
|
| 84 |
+
"workspace": "/root/.openclaw/workspace/agents/openclaw-engineer",
|
| 85 |
+
"agentDir": "/root/.openclaw/agents/openclaw/agent",
|
| 86 |
+
"identity": {
|
| 87 |
+
"name": "OpenClaw工程师",
|
| 88 |
+
"theme": "技术专家",
|
| 89 |
+
"emoji": "🛠️"
|
| 90 |
+
}
|
| 91 |
+
}
|
| 92 |
+
]
|
| 93 |
},
|
| 94 |
"tools": {
|
| 95 |
+
"agentToAgent": {
|
| 96 |
+
"enabled": true,
|
| 97 |
+
"allow": [
|
| 98 |
+
"recruiter",
|
| 99 |
+
"openclawer"
|
| 100 |
+
]
|
| 101 |
+
}
|
| 102 |
+
},
|
| 103 |
+
"bindings": [
|
| 104 |
+
{
|
| 105 |
+
"agentId": "main",
|
| 106 |
+
"match": {
|
| 107 |
+
"channel": "dingtalk",
|
| 108 |
+
"accountId": "baitang"
|
| 109 |
+
}
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"agentId": "recruiter",
|
| 113 |
+
"match": {
|
| 114 |
+
"channel": "dingtalk",
|
| 115 |
+
"accountId": "bot2"
|
| 116 |
+
}
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"agentId": "openclawer",
|
| 120 |
+
"match": {
|
| 121 |
+
"channel": "dingtalk",
|
| 122 |
+
"accountId": "nienie"
|
| 123 |
+
}
|
| 124 |
+
}
|
| 125 |
+
],
|
| 126 |
+
"messages": {
|
| 127 |
+
"ackReactionScope": "group-mentions"
|
| 128 |
},
|
| 129 |
"commands": {
|
| 130 |
"native": "auto",
|
|
|
|
| 135 |
"session": {
|
| 136 |
"dmScope": "per-channel-peer"
|
| 137 |
},
|
| 138 |
+
"channels": {
|
| 139 |
+
"feishu": {
|
| 140 |
+
"appId": "${FEISHU_APP_ID}",
|
| 141 |
+
"appSecret": "${FEISHU_APP_SECRET}",
|
| 142 |
+
"connectionMode": "websocket"
|
| 143 |
+
},
|
| 144 |
+
"dingtalk": {
|
| 145 |
+
"clientId": "${DINGTALK_CLIENT_ID}",
|
| 146 |
+
"clientSecret": "${DINGTALK_CLIENT_SECRET}",
|
| 147 |
+
"gatewayAuth": {
|
| 148 |
+
"enabled": false
|
| 149 |
+
},
|
| 150 |
+
"accounts": {
|
| 151 |
+
"bot2": {
|
| 152 |
+
"clientId": "dingquu7yfysqwdigre7",
|
| 153 |
+
"clientSecret": "it2ieapapLCYpkGmT-92uCQWU51C3blzzHhnzfHkX5ed3Vywc17Z7qiuEPuqmjLT",
|
| 154 |
+
"robotCode": "dingquu7yfysqwdigre7"
|
| 155 |
+
},
|
| 156 |
+
"nienie": {
|
| 157 |
+
"clientId": "dingktmlrkjw4un9a0m9",
|
| 158 |
+
"clientSecret": "6fP-oTK7l761wi4a8TFbsDY03GVzY05Y1l7G0oYpgxyI4DodBT0EdyTjoIpDuqss",
|
| 159 |
+
"robotCode": "dingktmlrkjw4un9a0m9"
|
| 160 |
+
},
|
| 161 |
+
"baitang": {
|
| 162 |
+
"clientId": "dingwko0cv11gyp1yqf2",
|
| 163 |
+
"clientSecret": "tvMrOQdt1sZDZPMaYBy389p6Pj5CNu8bLBSEtjL5sWUYJ5C-tpRwwOKDCZSCYAUI",
|
| 164 |
+
"robotCode": "dingwko0cv11gyp1yqf2"
|
| 165 |
+
}
|
| 166 |
+
}
|
| 167 |
+
},
|
| 168 |
+
"wecom": {
|
| 169 |
+
"enabled": true,
|
| 170 |
+
"botId": "${WECOM_BOT_ID}",
|
| 171 |
+
"secret": "${WECOM_SECRET}",
|
| 172 |
+
"allowFrom": [],
|
| 173 |
+
"dmPolicy": "pairing"
|
| 174 |
+
},
|
| 175 |
+
"qqbot": {
|
| 176 |
+
"enabled": true,
|
| 177 |
+
"allowFrom": [
|
| 178 |
+
"*"
|
| 179 |
+
],
|
| 180 |
+
"appId": "1903496381",
|
| 181 |
+
"clientSecret": "vlPq33pNgmfKm00m"
|
| 182 |
+
}
|
| 183 |
+
},
|
| 184 |
"gateway": {
|
| 185 |
+
"port": 18789,
|
| 186 |
"mode": "local",
|
| 187 |
"bind": "loopback",
|
| 188 |
"auth": {
|
| 189 |
"mode": "token",
|
| 190 |
+
"token": "${OPENCLAW_GATEWAY_TOKEN}"
|
| 191 |
},
|
| 192 |
"tailscale": {
|
| 193 |
"mode": "off",
|
|
|
|
| 198 |
"camera.snap",
|
| 199 |
"camera.clip",
|
| 200 |
"screen.record",
|
|
|
|
| 201 |
"calendar.add",
|
| 202 |
+
"contacts.add",
|
| 203 |
+
"reminders.add"
|
| 204 |
]
|
| 205 |
}
|
| 206 |
},
|
| 207 |
+
"plugins": {
|
| 208 |
+
"allow": [
|
| 209 |
+
"feishu",
|
| 210 |
+
"dingtalk",
|
| 211 |
+
"wecom-openclaw-plugin",
|
| 212 |
+
"qqbot",
|
| 213 |
+
"openclaw-qqbot"
|
| 214 |
+
],
|
| 215 |
+
"entries": {
|
| 216 |
+
"feishu": {
|
| 217 |
+
"enabled": true
|
| 218 |
+
},
|
| 219 |
+
"dingtalk": {
|
| 220 |
+
"enabled": true
|
| 221 |
+
},
|
| 222 |
+
"wecom-openclaw-plugin": {
|
| 223 |
+
"enabled": true
|
| 224 |
+
},
|
| 225 |
+
"qqbot": {
|
| 226 |
+
"enabled": true
|
| 227 |
+
},
|
| 228 |
+
"openclaw-qqbot": {
|
| 229 |
+
"enabled": true
|
| 230 |
+
}
|
| 231 |
+
},
|
| 232 |
+
"installs": {
|
| 233 |
+
"wecom-openclaw-plugin": {
|
| 234 |
+
"source": "npm",
|
| 235 |
+
"spec": "@wecom/wecom-openclaw-plugin",
|
| 236 |
+
"installPath": "/root/.openclaw/extensions/wecom-openclaw-plugin",
|
| 237 |
+
"version": "1.0.10",
|
| 238 |
+
"resolvedName": "@wecom/wecom-openclaw-plugin",
|
| 239 |
+
"resolvedVersion": "1.0.10",
|
| 240 |
+
"resolvedSpec": "@wecom/wecom-openclaw-plugin@1.0.10",
|
| 241 |
+
"integrity": "sha512-BKiQbB+UeTV28/lwmRi80nCtniLk127+LbaAH/NfEk1OhHjHahGEaibdP1zbdO1OJqizMWWmTcaych1s2466jw==",
|
| 242 |
+
"shasum": "b27ca163464dbe177923f1039857b1d0f22d43a3",
|
| 243 |
+
"resolvedAt": "2026-03-14T05:34:53.702Z",
|
| 244 |
+
"installedAt": "2026-03-14T05:35:07.266Z"
|
| 245 |
+
}
|
| 246 |
+
}
|
| 247 |
}
|
| 248 |
}
|