Openclaw常用命令
外观
远程访问UI
ssh -N -L 18789:127.0.0.1:18789 user@host
默认是18789端口映射到远程电脑的18789
配置命令
openclaw configure
查看所有已配置模型
openclaw models list
查看当前默认模型
openclaw models current
切换默认模型
openclaw models set yuanbao/hunyuan-turbo
临时切换单次对话(不改变默认)
openclaw chat --model yuanbao/hunyuan-turbo --prompt "测试"