🚀 启动排障必杀技: openclaw status --all (查状态)  |  openclaw gateway status (查网关)  |  openclaw doctor (自动诊断)  |  openclaw logs --follow (看日志)

基础 & 状态检查

openclaw --version查看版本
openclaw status整体运行状态
openclaw status --all完整诊断信息
openclaw doctor健康体检(排障首选)
openclaw health检查运行环境

Gateway (核心网关)

openclaw gateway status查看网关状态
openclaw gateway start启动后台服务
openclaw gateway restart重启网关
openclaw gateway stop停止服务
openclaw logs --follow实时排障日志

配置与初始化

openclaw onboard首次初始化
openclaw setup设置与修复流程
openclaw config file查看配置文件路径
openclaw config validate验证配置合法性
openclaw configure交互式修改配置

AI 模型管理

openclaw models list查看可用模型
openclaw models status模型可用性状态
openclaw models set [id]设置默认模型
openclaw models scan扫描新模型
openclaw models auth list查看 Key 认证信息

Agent 代理管理

openclaw agents list查看所有 Agent
openclaw agents add创建新 Agent
openclaw agents bind绑定渠道到 Agent
openclaw tui进入终端对话界面
openclaw chat启动聊天终端

Channels 渠道管理

openclaw channels list查看接入渠道
openclaw channels status查看渠道在线状态
openclaw channels add添加 TG/Slack 等
openclaw channels login登录渠道(如微信)
openclaw channels logs查看渠道收发日志

Skills & Plugins

openclaw skills list已安装技能
openclaw skills search搜索新技能
openclaw plugins list查看插件
openclaw plugins doctor排查插件故障
openclaw update升级 OpenClaw

会话与自动化

openclaw sessions查看历史会话
openclaw sessions cleanup清理冗余会话
openclaw automations list查看自动化任务
openclaw automations run手动执行任务
openclaw docs [query]CLI 搜索官方文档