开源 AI 自动化助手 · 在你的电脑上一键部署
openclaw onboard 进行初始化,设置 API 密钥、选择默认模型等openclaw start 启动 OpenClaw 服务http://127.0.0.1:18789 即可使用 OpenClawopenclaw plugins install https://github.com/nicepkg/openclaw-plugin-dingtalk.git
openclaw config set channels.dingtalk.enabled true openclaw config set channels.dingtalk.clientId <你的Client ID> openclaw config set channels.dingtalk.clientSecret <你的Client Secret> openclaw config set channels.dingtalk.robotCode <你的Robot Code> openclaw config set channels.dingtalk.corpId <你的Corp ID> openclaw config set channels.dingtalk.agentId <你的Agent ID>
openclaw gateway restart