Skip to main content

Documentation Index

Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt

Use this file to discover all available pages before exploring further.

This setup path is for macOS users who will run OpenClaw from the local terminal.

Install Node And NVM

Download Node from nodejs.org or install it through nvm. To use nvm, run:
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
Verify Node and npm:
node -v
npm -v

Install Codex

Install Codex globally:
npm i -g @openai/codex
Log in and verify that the CLI is ready:
codex login
codex --version

Set The OpenClaw Model Default

If OpenClaw is already installed on your machine, set the model used by the workshop profile:
openclaw models set openai-codex/gpt-5.5
If OpenClaw is not installed yet, continue to Accounts And Onboarding, install OpenClaw there, and then return to this model setting if needed.