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.
Prepare Node 22, npm, Codex, and the model default before OpenClaw onboarding.
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