Guide
How to set up OpenClaw
Published 2026-09-15 · Updated 2026-09-15 · By Locus
OpenClaw is an open-source agent framework with a gateway, a control UI, and a CLI. Setup takes six steps: install, onboard, and connect your tools — including Locus Pro for paid APIs. Work through them in order.
Setup, step by step
Step 1
Check Node.js
OpenClaw needs a recent Node. Check yours first; the installer provisions the rest.
node --version
Step 2
Install OpenClaw
On macOS, Linux, or WSL2, run the installer. On Windows, use the PowerShell installer instead.
curl -fsSL https://openclaw.ai/install.sh | bash
Step 3
Onboard
Start onboarding, connect your model access, and let it verify with a real completion. Keep the gateway in the foreground until everything works.
openclaw onboard --install-daemon
Step 4
Add Locus Pro
Register the hosted Locus Pro MCP server so the agent can call paid tools from one prepaid balance.
openclaw mcp set locus '{"url":"https://api.paywithlocus.com/api/credits/mcp","transport":"streamable-http","auth":"oauth"}'Step 5
Approve access
Complete OAuth for the Locus Pro server, then confirm it is registered.
openclaw mcp login locus
Step 6
Verify tools
List registered servers and ask the agent to search the Locus catalog for a capability, such as company enrichment, to confirm paid calls work.
openclaw mcp list
What the Locus Pro step buys you
Steps 1 to 3 give you a working agent with free tools. Steps 4 and 5 add the paid layer: thousands of specialist APIs the agent discovers by outcome, each with its price shown up front, settled per call from one balance with policy controls. No per-provider accounts, keys, or subscriptions. For what to install next, see the best tools for an OpenClaw agent.