OpenClaw Setup Guide

Go from design to running agents in five steps. Set up your OpenClaw workspace, configure your agents, and deploy.

Generate an architecture in Agent Architect to see personalized examples with your actual agent names and tools.

1
Step 1 of 5: Install

Install 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/cli

Verify the installation:

bash
openclaw --version