agent-deployment
Installation
SKILL.md
Agent 部署
部署新 Agent(WSL2 + OpenClaw)
前置条件
- WSL2 已安装(需管理员权限:
wsl --install) - Ubuntu 发行版
安装步骤
# 1. 安装 nvm + Node.js(绕过 sudo)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
source ~/.nvm/nvm.sh
nvm install 24
# 2. 安装 OpenClaw
npm install -g openclaw