思渡AI数字员工平台 Logo

config

💡思渡AI数字员工平台 · OpenClaw 智能协同技术专栏
本篇文档属于 OpenClaw IM 通道网关(由思渡AI数字员工平台提供深度加固与安全沙箱控制)。如果您希望将 IM 单点接入的机器人升级为具备企业数字员工 AI问数 (ChatBI) 自然语言分析 RAG 向量知识库智能检索、以及 私有化本地算力部署 的全向数字员工,请访问 思渡官方网站,通过控制台低代码可视化编排(Workflow)构建您的高价值智能体。

openclaw config

配置辅助命令:通过路径获取/设置/取消设置值。不带子命令运行将打开 配置向导(与 openclaw configure 相同)。

示例

openclaw config get browser.executablePath
openclaw config set browser.executablePath "/usr/bin/google-chrome"
openclaw config set agents.defaults.heartbeat.every "2h"
openclaw config set agents.list[0].tools.exec.node "node-id-or-name"
openclaw config unset plugins.entries.brave.config.webSearch.apiKey

路径

路径使用点号或括号表示法:

openclaw config get agents.defaults.workspace
openclaw config get agents.list[0].id

使用智能体列表索引来定位特定智能体:

openclaw config get agents.list
openclaw config set agents.list[1].tools.exec.node "node-id-or-name"

值会尽可能解析为 JSON5;否则将被视为字符串。 使用 --json 强制要求 JSON5 解析。

openclaw config set agents.defaults.heartbeat.every "0m"
openclaw config set gateway.port 19001 --json
openclaw config set channels.whatsapp.groups '["*"]' --json

编辑后请重启 Gateway 网关。