openclaw手册
目录
简介
openclaw 太火了,稍微玩一下。
安装/维护
pnpm install -g openclaw@latest
# 初始化
openclaw onboard --install-daemon
# 重启,也会重启 gateway
openclaw daemon restart
# 升级
openclaw update
# 卸载
openclaw uninstall使用/常用命令
启动服务 gateway
# gateway
# 启动
openclaw gateway
openclaw gateway start
# 关闭
openclaw gateway stop
# 状态
openclaw gateway status
openclaw gateway health
# 完整配置
openclaw configure 对话
# 进入命令行聊天框
openclaw tuichannel 配置
openclaw plugins list
openclaw channels list
# 重新配置
openclaw configure --section channels状态监控
# 日志
openclaw logs --follow
# agent
openclaw agents list
# 模型
openclaw models list
openclaw models set qwen-max
openclaw models status
openclaw configure --section models
openclaw status
openclaw health
# 端口/配置检查
openclaw doctor