OpenClaw Setup Guide
Go from design to running agents in five steps. Set up your OpenClaw workspace, configure your agents, and deploy.
1
Step 1 of 5: InstallInstall OpenClaw CLI
OpenClaw is a framework for running multi-agent systems defined through Markdown files. Install the CLI globally to get started.
bash
npm install -g @openclaw/cliVerify the installation:
bash
openclaw --version