Learn How to Use OpenClaw

A beginner's guide to using OpenClaw after installation.

Starting OpenClaw

Once installed, start the gateway:

# Start the gateway
openclaw gateway start

# Check status
openclaw gateway status

# Or run in foreground to see logs
openclaw gateway

The gateway must be running for agents to respond.

Connecting a Model

Add your API key:

# Set API key (choose one)
export OPENAI_API_KEY=sk-...
export ANTHROPIC_API_KEY=sk-ant-...

# Or use the wizard
openclaw configure

Configure which model to use:

# View current config
openclaw config get

# Set default model
openclaw config set models.default openai:gpt-4o

Using the Dashboard

Access the web UI at:

http://127.0.0.1:18789

From the dashboard you can:

  • • View agent activity and conversations
  • • Configure channels and settings
  • • Manage agent prompts and memory
  • • Monitor system health

Installing Skills

Skills add capabilities to your agents:

# Browse available skills
openclaw skills list

# Install a skill
openclaw skills install web-search

# View installed skills
openclaw skills installed

Adding Integrations

Connect chat platforms:

# Connect Telegram
openclaw channels login telegram

# Connect Discord  
openclaw channels login discord

# Connect WhatsApp
openclaw channels login whatsapp

# Check channel status
openclaw channels status

Running Your First Automation

Start a chat session:

# Start chatting
openclaw chat

Try these prompts:

  • • "Search for latest news about AI agents"
  • • "Summarize the last 3 emails in my inbox"
  • • "What's on my calendar for tomorrow?"
  • • "Create a reminder to call Mom this weekend"

Common Next Steps

🤖 Run Multiple Agents

Configure multiple agents for different tasks.

🔔 Set Up Reminders

Have agents remind you about tasks.

📰 Create News Digest

Subscribe to feeds and get daily summaries.

🔄 Automate Workflows

Connect to n8n or Zapier for automation.

Ready to explore more?

Learn about capabilities or set up integrations.