Files
openclaw/config/openclaw.json
淇淇CEO d88767dc39 feat: 淇淇CEO系统部署完成
- 从云端仓库同步完整配置
- 创建战略规划文档(strategic-goals-2026.md)
- 创建4个可复用skills:
  1. content-publisher(内容发布)
  2. content-generator(内容生成)
  3. mvp-content-service(MVP项目A)
  4. mvp-consulting(MVP项目C)
- 创建Skills使用指南
- 更新工作记录

领导决策:
- 内容方向:商业变现 + 效率工具
- MVP项目:内容生成服务 + 培训咨询
- 首篇文章:AI赚钱主题

状态:已就绪,可开始执行
2026-03-10 15:30:36 +08:00

130 lines
2.5 KiB
JSON

{
"meta": {
"lastTouchedVersion": "2026.3.8",
"lastTouchedAt": "2026-03-10T05:42:56.285Z"
},
"wizard": {
"lastRunAt": "2026-03-10T03:42:47.451Z",
"lastRunVersion": "2026.2.6-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",
"restart": true,
"ownerDisplay": "raw"
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"boot-md": {
"enabled": true
},
"command-logger": {
"enabled": true
},
"session-memory": {
"enabled": true
}
}
}
},
"channels": {
"whatsapp": {
"dmPolicy": "allowlist",
"selfChatMode": true,
"allowFrom": [
"+8613929927141"
],
"groupPolicy": "allowlist",
"debounceMs": 0,
"mediaMaxMb": 50
},
"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
},
"remote": {
"url": "ws://124.156.205.112:18789",
"token": "19a6f039c7d4ff4c09d0db52022c0ec111b6f1a3abb5cc18"
}
},
"skills": {
"install": {
"nodeManager": "pnpm"
}
},
"plugins": {
"entries": {
"whatsapp": {
"enabled": true
},
"qqbot": {
"enabled": true
}
},
"installs": {
"qqbot": {
"source": "npm",
"spec": "@sliverp/qqbot@latest",
"installPath": "/root/.openclaw/extensions/qqbot",
"version": "1.5.3",
"installedAt": "2026-03-10T01:02:40.854Z"
}
}
}
}