OpenClaw Story

Clawd → Moltbot → OpenClaw. A weekend build that became an open agent platform with global community momentum.

Weekend Launch

100k stars and 2M visitors in the first wave of adoption.

Open Agent Platform

Run agents locally with clear permissions and auditable automation.

Chat Integrations

WhatsApp, Telegram, Discord, and Slack integrations ship out of the box.

Community-Driven

Shared governance, transparent development, and open security reviews.

Quick Start

Install OpenClaw in one step, then launch the onboarding wizard.

$ curl -fsSL https://openclaw.ai/install | sh
$ openclaw onboard

Installation

Choose curl, npm, or pnpm based on your environment.

$ curl -fsSL https://openclaw.ai/install | sh
$ npm install -g openclaw
$ pnpm add -g openclaw

Onboarding Wizard

Use the guided flow to initialize your workspace and baseline policies.

$ openclaw onboard

Auth Setup

Configure OAuth or API keys for secured operations and service access.

$ openclaw auth login
$ openclaw auth add --provider oauth
$ openclaw auth add --provider api-key

Gateway & Dashboard

Bring up the local gateway and verify your dashboard is reachable.

$ openclaw gateway up
$ openclaw dashboard open

Channel Pairing

Pair chat apps using QR or token-based flows with approval checkpoints.

WhatsApp QR

Scan the QR code and approve device pairing.

$ openclaw channels add whatsapp

Telegram

Authorize with a bot token and apply scope rules.

$ openclaw channels add telegram

Discord

Connect the OpenClaw bot to approved servers.

$ openclaw channels add discord

Slack

Use app tokens for scoped, workspace-safe automation.

$ openclaw channels add slack

DM Safety & Pairing Approvals

Enforce safety modes and approvals before agents can respond in DMs.

$ openclaw pair
$ openclaw safety enable --mode strict

Verification

Verify channel health, permissions, and policy compliance.

$ openclaw verify

Next Steps

Deploy apps, enable remote access, and extend capabilities with modules.

Apps

Install approved agent apps and automation packs.

Remote Access

Securely enable remote control and monitored operations.

Operations

Use dashboards and audit logs to keep deployments compliant.