Skip to main content
Open Source ยท 377k+ GitHub Stars

The Community Docs for OpenClaw

Guides, architecture deep-dives, and production recipes for the world's most popular open-source AI agent

70+Guides
50+Channels
32k+MCP Servers
10,700+Skills on ClawHub

Up and Running in Minutes

Install OpenClaw, connect a channel, and start chatting with your AI agent. The Quick Start guide gets you from zero to a working agent in under 5 minutes.

Terminal
# Install OpenClaw
curl -fsSL https://openclaw.ai/install.sh | bash

# Configure your LLM provider
openclaw config set provider openrouter
openclaw config set model deepseek/deepseek-chat-v3-0324

# Connect Telegram
openclaw channel add telegram

# Launch
openclaw start