常用命令

# install
curl -fsSL https://openclaw.ai/install.sh | bash

# auto start
openclaw gateway install
# ~/.config/systemd/user/openclaw-gateway.service
systemctl --user is-enabled openclaw-gateway.service

systemctl --user status openclaw-gateway
systemctl --user start openclaw-gateway
systemctl --user restart openclaw-gateway

# 授权
openclaw devices list
openclaw devices approve xxxx

# multi agent

# 通过 control ui 向 coding agent 发送消息,命令行建立 session 后,在 control ui 中可以切换 session
openclaw agent --agent coding --message "hello"