đŸĻž
Complete Setup Guide

OpenClaw Setup:
Your AI Assistant, Right On Your Machine

WhatsApp, Telegram, Discord — one AI across all platforms. A complete step-by-step guide for beginners.

@techfireco
⚡ Short on Time?

We'll Handle the Entire Setup!

If all of this feels overwhelming or you just don't have the time, don't worry. We offer a done-for-you OpenClaw setup service — we'll install, configure, and connect all your channels for you.

📩 DM @techfireco on Instagram âœ‰ī¸ Email Us
00

What is OpenClaw? 🤔

Understand first, then set it up

OpenClaw is an open-source AI gateway — in simple terms: a program that runs on your computer and turns apps like WhatsApp, Telegram, Discord, Slack into your personal AI assistant.

It's literally like building your own Jarvis from Iron Man — except it comes in lobster form đŸĻž

  • Chat with AI through your messaging apps
  • Get your computer to do tasks (open programs, web search)
  • It remembers your conversations — gets smarter over time
  • Your data stays on your computer — not on any external server
01

What Do You Need First? ✅

Check these before installing

đŸ–Ĩī¸ Computer (Required!)

🍎Mac
đŸĒŸWindows
🐧Linux
❌Phone Only? Won't Work

đŸ“Ļ Node.js v22 or Above

Node.js is a tool that runs JavaScript programs — OpenClaw is built on it.

💡

How to check: Type node --version in your terminal. If you see v22.x.x or higher — you're good! If not, go to nodejs.org and download the LTS version.

🤖 AI Service Account (Pick One)

A

Anthropic (Claude) — Recommended ✨

Claude Opus 4.5 is incredibly smart. Sign up at anthropic.com → Get your API key from the Console.

B

OpenAI (ChatGPT)

This works great too. Sign up at openai.com → Get your key from platform.openai.com/api-keys.

âš ī¸

NEVER share your API Key! It's just like a password.

âąī¸ Time: Approximately 30 Minutes

It's not difficult — just follow the steps one by one. Once the setup is done, you won't need to do it again.

02

Install OpenClaw 🚀

Just one command — and the magic happens

1

Open Terminal / Command Prompt

  • Mac: Command + Space → "Terminal" → Enter
  • Windows: Windows key → "cmd" or "PowerShell" → Enter
  • Linux: You already know how 😄
2

Run the Install Command

Copy the command below — according to your OS:

Mac / Linux
Terminal curl -fsSL https://openclaw.ai/install.sh | bash
Windows (PowerShell)
PowerShell iwr -useb https://openclaw.ai/install.ps1 | iex
â„šī¸

This command downloads the installer from the internet and runs it directly. A lot of text will scroll by — that's normal, just wait 2–5 minutes.

3

Verify the Installation

Terminal openclaw --version

If you see a version number like v2025.x.x — 🎉 It's installed! If not, close the terminal and reopen it, then try again.

đŸ› ī¸ Our Service

Finding the Installation Complicated?

No worries! We have a dedicated setup team. Just reach out — we'll handle your complete OpenClaw setup — installation, AI connection, WhatsApp/Telegram linking, everything. You just sit back and enjoy!

📩 DM Us on Instagram âœ‰ī¸ Email Us
03

Onboarding Wizard 🧙

Personalize your AI

1

Start the Wizard

Terminal openclaw onboard --install-daemon
💜

--install-daemon means: OpenClaw will keep running silently in the background — even if you close the terminal, the AI stays ready!

2

Q1: What Do You Want to Name Your Assistant?

Type anything — "Jarvis", "Alfred", "Lobster Larry", or any fun name you like! Hit Enter.

3

Q2: Select Your AI Provider

Use the arrow keys to choose: Anthropic (Claude) or OpenAI. Hit Enter.

4

Q3: Enter Your API Key

Paste the key you copied earlier. Nothing will appear on screen — that's normal. Hit Enter.

🔐

How to get Anthropic API Key: console.anthropic.com → "API Keys" → "Create Key" → Copy

🔐

How to get OpenAI API Key: platform.openai.com/api-keys → "Create new secret key" → Copy

5

Q4: Select a Model

Recommended options:

  • claude-opus-4.5 — Smartest, slightly expensive
  • claude-sonnet-4.5 — Smart and affordable
  • gpt-4 — OpenAI option
6

Q5: Do You Want to Set Up Messaging Channels?

Say Yes — to connect apps like WhatsApp, Telegram. You can also add them later.

7

Q6: Select Your Channels

Use the space bar to pick the ones you want, then press Enter. Options: WhatsApp, Telegram, Discord, Slack, and more!

8

Q7: Install the Gateway Daemon?

Definitely say YES! This keeps OpenClaw running 24/7 in the background.

04

What Was Created on Your PC? 📂

Understanding what the setup did

📁 .openclaw Folder

A hidden folder has been created in your home directory:

  • Mac/Linux: /home/username/.openclaw
  • Windows: C:\Users\username\.openclaw

Inside it:

  • openclaw.json — all your settings
  • credentials/ — API keys stored securely
  • workspace/ — AI's workspace files
  • logs/ — history of everything that happened

🔌 The Gateway — Control Center

The Gateway is a background program that manages everything: AI communication, channel handling, running commands. It runs on port 18789.

05

Is Everything Working? 🔍

Test it before moving ahead

1

Gateway Status Check

Terminal openclaw gateway status

You should see: ✓ Gateway is running ✓ Port: 18789 ✓ Status: healthy

Don't see it? Run this:

Terminal openclaw gateway start
2

Open the Dashboard

Terminal openclaw dashboard

A cool control panel will open in your browser! To go directly: http://127.0.0.1:18789/

3

Send Your First Message! 🎉

Type this in the dashboard chat box:

First Message Hello! Can you introduce yourself?

If the AI replied — CONGRATULATIONS! Setup complete! 🎊

06

Messaging Channels Setup 📱

Connect WhatsApp, Telegram, Discord — and more

đŸ’Ŧ WhatsApp Setup (A Bit Tricky, But Worth It!)

1

Login Command

Terminal openclaw channels login whatsapp
2

Scan the QR Code

A QR code will appear in the terminal. Now:

  • Open WhatsApp on your phone
  • Three dots (menu) → "Linked Devices" → "Link a Device"
  • Scan the QR code from the terminal using your phone camera
  • Wait — it will connect!
3

Approve Your Number

For security, only approved numbers can chat with the AI:

Terminal openclaw pairing approve whatsapp +91XXXXXXXXXX
4

Test It

Send yourself a WhatsApp message: "Hey! Are you working?" — Did the AI reply? 🎉

âœˆī¸ Telegram Setup (The Easiest One!)

1

Create a Bot via BotFather

Open Telegram → Search for @BotFather → Type /newbot → Give it a name → Copy the token (a string of numbers).

2

Add the Token to Config

Terminal openclaw config edit

In the file, add this under the channels section:

JSON Config "telegram": { "botToken": "paste-your-token-here" }
3

Restart and Test

Terminal openclaw gateway restart

Find your bot on Telegram → Start it → Type "Hello!" → You'll get a reply! 🤖

🎮 Discord Setup (For the Gamers!)

1

Create a Bot on Discord Developer Portal

Go to discord.com/developers/applications → "New Application" → Name it → "Bot" section → "Add Bot" → "Reset Token" → Copy the token.

Turn ON these 3 settings:

  • Presence Intent
  • Server Members Intent
  • Message Content Intent
2

Add to Config

JSON Config "discord": { "token": "your-bot-token-here" }
3

Invite the Bot to Your Server

Developer Portal → OAuth2 → URL Generator → Check "bot" → Permissions: Send Messages, Read Messages, Read Message History → Copy the URL → Open it in your browser → Select your server → Authorize!

4

Restart and Test

Terminal openclaw gateway restart

Message your bot in the Discord server — you'll get a reply!

📡 Even More Channels are Supported!

Slack Google Chat Signal iMessage (Mac) Matrix And More!

Each channel has its own setup — check the OpenClaw docs: docs.openclaw.ai

đŸ’ŧ Professional Service

Channel Configuration Giving You a Headache?

We understand — WhatsApp QR, Discord bot permissions, API tokens — it can all be confusing. Contact us and we'll handle the complete setup for you — one-time fee, lifetime use.

🚀 DM @techfireco on Instagram âœ‰ī¸ Email Us
07

Make OpenClaw Even Smarter 🧠

Install skills

đŸŽ¯ What are Skills?

Skills are like apps — install them and OpenClaw learns to do new things. Like web search, managing your calendar, controlling Spotify, organizing files, etc.

1

Browse Available Skills

Head to clawhub.ai — you'll find hundreds of skills!

2

Install a Skill (Example: Web Search)

Terminal openclaw skills install web-search

Now ask the AI: "Search for information about dinosaurs" — and it will!

⭐ Top Recommended Skills

calendar weather spotify file-organizer code-helper web-search
08

Advanced Settings 🔧

Feeling comfortable? Now customize it

🎭 Change the AI's Personality

There's a SOUL.md file that defines the AI's behavior:

Terminal cd ~/.openclaw/workspace nano SOUL.md

Inside it, you can write things like:

SOUL.md You are a helpful and funny AI assistant. You love making jokes and being encouraging. You sometimes bring up interesting tech facts.

Save it (Ctrl+X → Y → Enter), then:

Terminal openclaw gateway restart

💰 Set a Spending Limit

To avoid overspending — add this to your config:

JSON Config "limits": { "maxTokensPerDay": 100000, "alertWhenOver": 50000 }

🤖 Use Multiple AI Models

Use a smart model for important tasks, and a cheaper model for smaller ones:

JSON Config "models": { "chat": "claude-opus-4.5", "quick": "claude-sonnet-4.5", "cheap": "gpt-3.5-turbo" }

🔄 Keep OpenClaw Running 24/7

Even after your computer restarts:

Mac / Linux openclaw gateway --install-daemon
💡

On Windows, you'll need to set up a Windows Service — full instructions are available at docs.openclaw.ai.

09

Having Problems? Let's Fix Them! đŸ› ī¸

Common issues and their solutions

❌ Getting "Command not found"

  • Close the terminal and open a new one
  • Run the installer again
  • Manually add to PATH (ask someone experienced for help)

❌ "Gateway won't start"

Another program might be using port 18789. Try this:

Terminal openclaw gateway --port 18790

❌ "AI is not responding"

  • Is your API key correct? Double-check it
  • Do you have credits in your account? Check it
  • Check the logs to see what's happening:
Terminal openclaw logs

❌ "WhatsApp keeps disconnecting"

  • Keep your phone connected to the internet
  • Don't manually log out from WhatsApp
  • Re-scan the QR code if needed
10

Cool Things to Do with OpenClaw 🌟

Ideas to get started

  • Get photosynthesis explained in simple language
  • "Remind me about the science project tomorrow at 4 PM" — set a reminder
  • Learn how to build a simple HTML website
  • Research interesting facts about Ancient Egypt
  • Get help writing a story — "A robot that wanted to become a chef"
  • Understand quadratic equations step by step
  • Practice a conversation in Spanish
  • Have a fun chat: "If you could be any animal other than a lobster, which would you pick?"
11

Safety Tips 🔒

Important things to keep in mind

  • NEVER share your API key on social media — it's like a password
  • Don't share your home address, phone number, or card details with the AI
  • Keep the pairing system ON — so only approved numbers can chat with the AI
  • Always double-check important information from the AI — it can make mistakes sometimes
  • Don't use it to copy homework — use it to learn!
12

Want to Learn More? 📚

Official resources

  • docs.openclaw.ai — Official detailed documentation
  • github.com/openclaw/openclaw — View the source code
  • clawhub.ai — Discover hundreds of skills
  • Advanced projects: build your own skills, set up automations, try multi-agent systems
đŸŽ¯ @techfireco Service

Complete OpenClaw Setup — Leave It to Us!

Finished reading the guide? If you still find the setup difficult — or simply don't have the time — we offer a done-for-you service.

✅ Installation  âœ… AI Connection  âœ… All Channels  âœ… Skills  âœ… Personality Setup

One-time setup, lifetime use. DM us!

📩 DM @techfireco on Instagram âœ‰ī¸ Email Us