Getting Started3,421 reads
Getting Started with OpenClaw
Your first AI agent in 30 minutes. Installation, setup, and configuration for beginners.
# Getting Started with OpenClaw: Your First AI Agent in 30 Minutes
## What is OpenClaw?
OpenClaw is an open-source framework for running autonomous AI agents on your own hardware. Unlike cloud-based chatbots, your agent:
- Runs 24/7 on your machine
- Has access to your files, calendar, and tools
- Remembers conversations across sessions
- Can be customized with personality (Soul files) and capabilities (Skills)
- Connects to Discord, Telegram, Slack, and more
## Step 1: Install OpenClaw
```bash
curl -fsSL https://openclaw.ai/install.sh | bash
```
This installs the OpenClaw CLI and starts the interactive setup wizard.
## Step 2: Configure Your Agent's Soul
The most important file is `SOUL.md`. This defines who your agent IS.
## Step 3: Connect a Messaging Platform
Connect to Discord, Telegram, or Slack to interact with your agent.
## Step 4: Add Your First Skill
```bash
openclaw skills install web-search
```
## Step 5: Start Your Agent
```bash
openclaw gateway start
```
That's it. Your agent is now running.
Tags
beginnersetuptutorial
Want More Like This?
Get weekly guides on building profitable AI agent businesses
Get free soul files, guides, and weekly tips on building AI agent businesses.