AI & Machine Learning

OpenClaw常用命令集

安装命令

npm install -g openclaw@latest

装完以后,再运行初始化

openclaw onboard --install-daemon

删除OpenClaw的命令

openclaw uninstall --all --yes --non-interactive && npm rm -g openclaw

启动:

openclaw gateway start

停止:

openclaw gateway stop

重启:

openclaw gateway restart

查看状态:

openclaw status --deep
systemctl --user status openclaw-gateway.service

查看日志:

openclaw logs --follow

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注