Backup config files: clawdbot.json and openclaw.json with qqbot enabled
This commit is contained in:
113
config/clawdbot.json
Normal file
113
config/clawdbot.json
Normal file
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.1.24-3",
|
||||
"lastTouchedAt": "2026-02-08T13:01:54.331Z"
|
||||
},
|
||||
"wizard": {
|
||||
"lastRunAt": "2026-02-08T06:21:29.673Z",
|
||||
"lastRunVersion": "2026.1.24-3",
|
||||
"lastRunCommand": "onboard",
|
||||
"lastRunMode": "local"
|
||||
},
|
||||
"auth": {
|
||||
"profiles": {
|
||||
"zai:default": {
|
||||
"provider": "zai",
|
||||
"mode": "api_key"
|
||||
}
|
||||
}
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "zai/glm-4.7"
|
||||
},
|
||||
"models": {
|
||||
"zai/glm-4.7": {
|
||||
"alias": "GLM"
|
||||
}
|
||||
},
|
||||
"workspace": "/root/clawd",
|
||||
"compaction": {
|
||||
"mode": "safeguard"
|
||||
},
|
||||
"maxConcurrent": 4,
|
||||
"subagents": {
|
||||
"maxConcurrent": 8
|
||||
}
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"ackReactionScope": "group-mentions"
|
||||
},
|
||||
"commands": {
|
||||
"native": "auto",
|
||||
"nativeSkills": "auto"
|
||||
},
|
||||
"hooks": {
|
||||
"internal": {
|
||||
"enabled": true,
|
||||
"entries": {
|
||||
"boot-md": {
|
||||
"enabled": true
|
||||
},
|
||||
"command-logger": {
|
||||
"enabled": true
|
||||
},
|
||||
"session-memory": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"channels": {
|
||||
"whatsapp": {
|
||||
"dmPolicy": "pairing",
|
||||
"selfChatMode": false,
|
||||
"allowFrom": [
|
||||
"+8613929927141",
|
||||
"+8618128105779"
|
||||
],
|
||||
"groupPolicy": "allowlist",
|
||||
"mediaMaxMb": 50,
|
||||
"debounceMs": 0
|
||||
},
|
||||
"qqbot": {
|
||||
"enabled": true,
|
||||
"allowFrom": ["*"],
|
||||
"appId": "1903233329",
|
||||
"clientSecret": "CNSQI2lUDwd9c3Oj"
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18789,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"controlUi": {
|
||||
"allowInsecureAuth": true
|
||||
},
|
||||
"auth": {
|
||||
"mode": "token",
|
||||
"token": "19a6f039c7d4ff4c09d0db52022c0ec111b6f1a3abb5cc18"
|
||||
},
|
||||
"tailscale": {
|
||||
"mode": "off",
|
||||
"resetOnExit": false
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"install": {
|
||||
"nodeManager": "pnpm"
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"whatsapp": {
|
||||
"enabled": true
|
||||
},
|
||||
"qqbot": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user