OpenClaw 2026.3.8版本 日常运维速查清单
一、网关(gateway)— 核心服务
openclaw gateway status # 查看网关状态+连通性
openclaw gateway start # 启动网关服务(后台)
openclaw gateway stop # 停止网关服务
openclaw gateway restart # 重启网关服务
openclaw gateway run # 前台运行(调试用)
openclaw gateway probe # 探测网关健康状态
二、渠道(channels)— 消息接入
openclaw channels list # 列出所有渠道
openclaw channels status # 查看渠道状态
openclaw channels add # 添加/更新渠道
openclaw channels remove # 删除渠道
openclaw channels login # 绑定渠道账号
openclaw channels logout # 登出渠道
openclaw channels logs # 查看渠道日志
三、代理(agents)— 智能代理
openclaw agents list # 列出所有代理
openclaw agents add # 添加隔离代理
openclaw agents delete # 删除代理
openclaw agents bind # 绑定路由
openclaw agents unbind # 解绑路由
openclaw agents bindings # 查看绑定关系
openclaw agents set-identity # 设置代理名称/头像
四、技能(skills)— 能力检查
openclaw skills list # 列出所有技能
openclaw skills check # 检查依赖/就绪状态
openclaw skills info # 查看技能详情
五、模型(model)— LLM 配置
openclaw model list # 列出模型
openclaw model status # 模型状态
openclaw model set # 设置默认模型
openclaw model set-image # 设置图像模型
openclaw model fallbacks # 模型降级策略
六、仪表盘(dashboard)— 控制台
openclaw dashboard # 打开控制台
openclaw dashboard --no-open # 只输出URL,不打开浏览器
七、备份(backup)— 配置备份
openclaw backup create # 创建备份(配置+凭证+会话)
openclaw backup verify # 校验备份文件完整性
八、定时任务(cron)
openclaw cron list # 查看定时任务
openclaw cron add # 添加任务
openclaw cron enable/disable # 启用/禁用
openclaw cron run # 立即执行(调试)
openclaw cron runs # 查看执行历史
九、诊断修复(doctor)
openclaw doctor # 系统自检
openclaw doctor --repair # 自动修复
openclaw doctor --fix # 同上(别名)
openclaw doctor --deep # 深度扫描
openclaw doctor --yes # 自动确认
十、通用命令
openclaw help # 帮助
openclaw --version # 查看版本
openclaw gateway --help # 查看子命令帮助