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 之前准备 Node 22、npm、Codex 和模型默认值。
nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash source ~/.zshrc nvm install 22 nvm use 22 nvm alias default 22
node -v npm -v
npm i -g @openai/codex
codex login codex --version
openclaw models set openai-codex/gpt-5.5