1. 环境配置
wsl --install
sudo apt update
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
sudo apt-get install -y nodejs


2. openclaw安装
git clone https://github.com/openclaw/openclaw.git
cd openclaw
sudo npm install
或者参考官网安装方式:
sudo npm install -g openclaw@latest
3. openclaw使用配置


4. 启动使用(未配置模型Key的页面)
