Setup
Connect your OpenClaw installation to OpenClawHQ
Your Installation Token
Use this token to link your OpenClaw instance to your account
Loading token...โ ๏ธ Keep this token secret. Regenerate if compromised.
One-line Install
RecommendedThis command installs OpenClaw, runs setup, and connects to OpenClawHQ automatically.
curl -fsSL https://openclawhq.com/api/install | bash -s -- --token Loading token...Step-by-step Setup
Install OpenClaw
Run this single command on your machine to install OpenClaw and connect it to OpenClawHQ.
curl -fsSL https://openclawhq.com/api/install | bash -s -- --token Loading token... # Note: If testing locally, the bridge must be npm linked.
Requires Node.js โฅ 22. Works on macOS, Linux, and Windows (WSL).
Complete onboarding
The installer runs the OpenClaw wizard and sets up your first agent.
# The installer automatically runs: openclaw onboard --install-daemon openclaw gateway --port 18789
The wizard will ask you to choose your AI provider and connect your first messaging channel.
Add more agents
Create specialized agents with unique roles and session keys.
openclaw agents add work --model anthropic/claude-opus-4-6 openclaw agents add personal --model anthropic/claude-sonnet-4-6
Each agent gets its own workspace, soul, and session store.
Set up heartbeats
Keep agents active with scheduled cron wakeups every 15 minutes.
openclaw cron add \ --name "work-heartbeat" \ --cron "*/15 * * * *" \ --session "isolated" \ --agent "work" \ --message "Check for new tasks. Report HEARTBEAT_OK if nothing urgent."
Stagger your agents by 2 minutes to avoid simultaneous API calls.
Connect Channels
Add messaging platforms to your agents. OpenClaw supports 11 channels.
openclaw channels login --channel whatsappTelegram
openclaw channels login --channel telegram --account my-botSlack
openclaw channels login --channel slack --account workspaceDiscord
openclaw channels login --channel discord --account bot-tokenSignal
openclaw channels login --channel signaliMessage
# Via BlueBubblesMatrix
openclaw channels login --channel matrixTeams
openclaw channels login --channel teamsWhat You Get
Multi-agent routing
Run 10+ specialized agents, each with their own soul, memory, and session
Heartbeat system
Agents wake every 15 minutes via cron, do their work, and sleep
Per-agent sandboxing
Restrict tools and filesystem access per agent
11 messaging channels
WhatsApp, Telegram, Slack, Discord, iMessage, Signal, and more
Diagnose Issues
Run this command to check your OpenClaw configuration:
openclaw doctorGateway status: Online ยท ws://127.0.0.1:18789