查看服务
openclaw status

打开聊天查看Token
openclaw dashboard

查看插件列表
bash
openclaw plugins list

重启服务
openclaw gateway restart

运行配置
负责配置认证、网关设置和可选通道
bash
openclaw onboard --install-daemon
更新OpenClaw

bash
openclaw update
openclaw update status
openclaw update wizard
openclaw update --channel beta
openclaw update --channel dev
openclaw update --tag beta
openclaw update --dry-run
openclaw update --no-restart
openclaw update --json
openclaw --update
选项
--no-restart:成功更新后跳过重启Gateway服务。--channel <stable|beta|dev>: 设置更新通道(git + npm;在配置中保持)。--tag <dist-tag|version>:仅在本次更新中覆盖NPM的Dist标签或版本。--dry-run预览计划中的更新作(通道/标签/目标/重启流程),无需编写配置、安装、同步插件或重启。--json: 打印机器可读的 JSON。UpdateRunResult--timeout <seconds>:每步超时(默认为1200秒)。
注意:降级需要确认,因为旧版本可能会破坏配置。
update status
显示活跃的更新通道 + git 标签/分支/SHA(用于源检查),以及更新可用性。
bash
openclaw update status

