安装 一键安装主要方式(没有运行环境如python,npm等): Windows PowerShell 一键安装: 右键点击开始菜单,选择“Windows PowerShell (管理员)”。 运行命令:Set-ExecutionPolicy Bypass -Scope Process -Force (可选,解除限制)。 输入命令:npm install -g openclaw@latest。 Linux/WSL 安装: 使用命令:curl -fsSL https://openclaw.ai/install.sh …