【OpenClaw】常见命令

查看服务

复制代码
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



相关推荐
翼龙云_cloud18 小时前
阿里云代理商:部署OpenClaw高效办公六式 智能打理日常任务
人工智能·阿里云·云计算·openclaw
luoqice19 小时前
嵌入式linux用nfs挂载ubuntu目录的配置步骤
linux
我科绝伦(Huanhuan Zhou)19 小时前
分享一个很实用的K8S巡检脚本
linux·docker·kubernetes
Net_Walke19 小时前
【Ubuntu】共享文件夹 /mnt/hgfs 下不显示问题解决
linux·运维·ubuntu
CHANG_THE_WORLD19 小时前
PDFIUM如何处理宽度数组
java·linux·服务器
孙同学_19 小时前
【Linux篇】应用层自定义协议与序列化
linux·服务器·网络
航Hang*19 小时前
第3章:Linux系统安全管理——第1节:Linux 防火墙部署(firewalld)
linux·服务器·网络·学习·系统安全·vmware
桦019 小时前
【Linux复习】:多线程
linux·运维
Gary jie19 小时前
AI上下文管理与记忆架构详解
人工智能·机器学习·架构·openclaw
南境十里·墨染春水19 小时前
linux学习进展 基础命令 vi基础命令
linux·运维·服务器·笔记·学习