我已将你补充的 状态与日志 模块完整整合,更新后的全册命令手册如下:
| 命令 |
功能说明 |
openclaw onboard |
交互式新手引导向导,设置 Gateway、工作区和技能 |
openclaw onboard --install-daemon |
引导安装并注册为系统服务 |
openclaw setup |
初始化配置和工作区 |
openclaw doctor |
健康检查 + 快速修复配置问题 |
openclaw update |
更新 OpenClaw 到最新版本 |
openclaw reset |
重置本地配置和状态(保留 CLI) |
openclaw uninstall |
卸载 Gateway 服务和本地数据 |
| 命令 |
功能说明 |
openclaw gateway |
前台运行 Gateway WebSocket 服务 |
openclaw gateway run |
前台运行 Gateway(别名) |
openclaw gateway start |
启动 Gateway 系统服务 |
openclaw gateway stop |
停止 Gateway 系统服务 |
openclaw gateway restart |
重启 Gateway 系统服务 |
openclaw gateway install |
安装 Gateway 为系统服务 |
openclaw gateway status |
查看服务状态 + RPC 探测 |
openclaw gateway probe |
深度探测所有可达 Gateway |
| 命令 |
功能说明 |
openclaw channels list |
列出已配置的渠道和认证配置 |
openclaw channels status |
检查渠道健康状态和 Gateway 可达性 |
openclaw channels logs |
查看渠道最近日志 |
openclaw channels add |
添加新渠道(WhatsApp/Telegram/Discord 等) |
openclaw channels remove |
移除已配置的渠道 |
openclaw channels login |
交互式渠道登录(WhatsApp Web) |
openclaw channels logout |
登出渠道会话 |
| 命令 |
功能说明 |
openclaw skills list |
列出可用技能 |
openclaw skills info <name> |
查看技能详细信息 |
openclaw skills check |
检查技能就绪状态 |
npx clawhub search |
搜索技能市场 |
npx clawhub install |
安装新技能 |
npx clawhub sync |
同步技能到最新版 |
npx clawhub update |
更新已安装技能 |
npx clawhub publish |
发布新技能到市场 |
| 命令 |
功能说明 |
openclaw plugins list |
列出已安装的插件 |
openclaw plugins info <id> |
查看插件详细信息 |
openclaw plugins install |
安装新插件 |
openclaw plugins enable <id> |
启用指定插件 |
openclaw plugins disable <id> |
禁用指定插件 |
openclaw plugins doctor |
检查插件加载错误 |
openclaw voicecall |
语音通话插件命令 |
openclaw webhooks gmail |
Gmail Webhook 设置 |
| 命令 |
功能说明 |
openclaw agents list |
列出已配置的智能体 |
openclaw agents add [name] |
添加新的隔离智能体 |
openclaw agents delete <id> |
删除智能体及其工作区 |
openclaw agents bind |
为智能体添加路由绑定 |
openclaw agents unbind |
移除智能体路由绑定 |
openclaw agent --message |
运行单次智能体对话 |
openclaw sessions |
列出存储的对话会话 |
openclaw sessions cleanup |
运行会话维护清理 |
| 命令 |
功能说明 |
openclaw cron status |
查看 cron 调度器状态 |
openclaw cron list |
列出所有定时任务 |
openclaw cron add |
创建新定时任务 |
openclaw cron edit <id> |
修改定时任务配置 |
openclaw cron rm <id> |
删除定时任务 |
openclaw cron enable <id> |
启用定时任务 |
openclaw cron disable <id> |
禁用定时任务 |
openclaw cron run <id> |
立即触发定时任务执行 |
| 命令 |
功能说明 |
openclaw models |
查看模型配置和认证状态 |
openclaw models list |
列出可用模型 |
openclaw models set <model> |
设置默认主模型 |
openclaw models set-image |
设置默认图像模型 |
openclaw models scan |
扫描并发现新模型 |
openclaw models auth add |
交互式添加模型认证 |
openclaw models fallbacks |
管理模型故障转移列表 |
openclaw models aliases |
管理模型别名 |
| 命令 |
功能说明 |
openclaw browser start |
启动浏览器控制服务 |
openclaw browser status |
查看浏览器运行状态 |
openclaw browser stop |
停止浏览器服务 |
openclaw browser open <url> |
打开指定 URL 网页 |
openclaw browser navigate |
导航跳转到新页面 |
openclaw browser snapshot |
获取页面可访问性快照 |
openclaw browser screenshot |
截取当前页面截图 |
openclaw browser click <ref> |
点击页面元素 |
| 命令 |
功能说明 |
openclaw nodes status |
查看已配对节点状态 |
openclaw nodes list |
列出所有节点 |
openclaw nodes approve |
批准节点配对请求 |
openclaw nodes run |
在节点上运行命令 |
openclaw nodes notify |
向节点发送通知(macOS) |
openclaw nodes camera snap |
拍摄节点摄像头照片 |
openclaw nodes location get |
获取节点位置信息 |
openclaw nodes canvas |
管理节点 Canvas 画布 |
| 命令 |
功能说明 |
openclaw status |
查看会话健康和最近收件人 |
openclaw status --deep |
完整诊断(包含渠道探测) |
openclaw status --usage |
显示模型用量/配额 |
openclaw health |
从 Gateway 获取健康状态 |
openclaw logs --follow |
实时追踪 Gateway 日志 |
openclaw logs --limit |
查看最近 N 条日志 |
openclaw memory search |
语义搜索记忆文件 |
openclaw tui |
打开终端 UI 连接 Gateway |
运行 openclaw <command> --help 可以查看该命令的更多选项和参数说明。