Get Started with OpenClaw

Install OpenClaw and start automating with 5000+ ready-to-use skills in minutes

Choose Your Installation Method

Install OpenClaw locally or use the cloud version - both methods give you access to the full skill library

💻

Local Installation

Install OpenClaw on your Mac, Windows, or Linux machine for complete control and privacy

Full privacy - data never leaves your machine
Works offline
Maximum performance
Install Guide
☁️

Cloud Installation

Use OpenClaw on Vercel, Railway, or other cloud platforms for instant setup

Setup in minutes
No local installation required
Access from anywhere
Deploy Guide
🐳

Docker Setup

Use Docker for a consistent development environment across all platforms

Cross-platform compatibility
Easy version management
Isolated environment
Docker Guide

Quick Start in 3 Steps

Get up and running with OpenClaw skills in just a few minutes

1

Install OpenClaw

Choose your preferred installation method and follow the setup guide

# Using npm
npm install -g openclaw

# Using homebrew (Mac)
brew install openclaw
2

Browse & Install Skills

Explore our skill library and install skills with a single command

# Install a skill
openclaw install web-scraper-pro

# List all installed skills
openclaw list
3

Start Automating

Run your skills and automate your workflows

# Run a skill
openclaw run web-scraper-pro --url "https://example.com"

# Get help
openclaw run --help