Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
在继续 OpenClaw onboarding 之前,准备 WSL2、Node 22、npm 和 Codex。
wsl --status wsl -l -v
NAME STATE VERSION * Ubuntu Running 2
wsl --set-version Ubuntu 2
wsl --install
mkdir -p ~/.local ~/.local/bin ~/.npm-global/bin npm config set prefix "$HOME/.npm-global"
nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install 22 nvm use 22
node -v npm -v
npm i -g @openai/codex codex --version