What is OpenClaw?
OpenClaw is a free, open-source AI agent that runs on your own computer. Unlike ChatGPT or Claude's web interface, OpenClaw doesn't just answer questions — it can actually do things on your behalf: read files, send emails, browse the web, run commands, and automate multi-step workflows. Think of it as hiring a digital assistant that lives on your machine.
Created by Peter Steinberger (originally called Clawdbot, then briefly Moltbot), OpenClaw exploded in popularity in early 2026 and now has over 100,000 GitHub stars. It's backed by companies like AWS, AMD, Baidu, and Tencent, with NVIDIA building its own hardware-optimised version.
What You'll Need
OpenClaw runs on macOS, Linux, or Windows (via WSL). The minimum requirements are modest — any modern computer works. You will also need an API key from at least one AI provider (OpenAI, Anthropic, Google, etc.) since OpenClaw uses these models as its "brain." See our API Key guide if you don't have one yet.
Step 1: Install OpenClaw
The quickest way is via the official installer:
curl -fsSL https://openclaw.ai/install.sh | bashThis downloads and sets up everything. Alternatively, you can clone from GitHub and build yourself, or use the Docker image for isolated environments. AWS users can spin up a pre-configured instance on Amazon Lightsail with one click.
Step 2: Connect Your AI Provider
Open the OpenClaw dashboard in your browser (typically localhost:4200). Go to Settings → AI Providers and enter your API key. OpenClaw supports all major providers: OpenAI, Anthropic, Google, xAI, DeepSeek, and local models via Ollama.
For cost efficiency, we recommend starting with Claude Sonnet 4 or GPT-4o for complex tasks, and GPT-4o mini or Gemini Flash for simple ones. OpenClaw can route between models automatically.
Step 3: Pair Your Browser
OpenClaw works through a browser pairing system. When you first open the dashboard, it generates a pairing code. Enter this code to create a secure connection between your browser and the agent. This means you can interact with OpenClaw from any browser — including your phone.
Step 4: Connect Messaging (Optional)
One of OpenClaw's best features is messaging integration. You can connect it to WhatsApp, Telegram, Discord, or Slack so you can message your AI agent just like texting a friend. Go to Settings → Messaging and follow the provider-specific setup guide. Most take under 5 minutes.
Step 5: Install Skills
Skills are OpenClaw's plugin system — they extend what your agent can do. The built-in skills cover web browsing, file management, shell commands, and email. The ClawHub marketplace has 100+ community-built skills for everything from calendar management to home automation. Install them from Settings → Skills → Browse ClawHub.
Step 6: Start Using It
That's it! Go to the Chat tab and start giving your agent tasks. Try something simple first: "What's on my calendar today?" or "Summarise the last 5 emails in my inbox." As you get comfortable, move to multi-step tasks: "Research flights to Tokyo for next month, compare prices, and save the best options to a spreadsheet."
Security Tips
OpenClaw has system access, so treat it with care. Never expose your OpenClaw dashboard to the public internet — keep it behind your firewall or VPN. Rotate your gateway auth token regularly. Review third-party skills before installing (some have been found to contain malicious code). And start with a dedicated user account with limited permissions rather than running it as admin.
💡 The token costs for OpenClaw go directly to your AI provider. Use our cost calculator to estimate monthly spend based on your usage patterns.