WhatsApp, Telegram, Discord â one AI across all platforms. A complete step-by-step guide for beginners.
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 UsUnderstand 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 đĻ
Check these before installing
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.
Claude Opus 4.5 is incredibly smart. Sign up at anthropic.com â Get your API key from the Console.
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.
It's not difficult â just follow the steps one by one. Once the setup is done, you won't need to do it again.
Just one command â and the magic happens
Copy the command below â according to your OS:
curl -fsSL https://openclaw.ai/install.sh | bash
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.
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.
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 UsPersonalize your AI
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!
Type anything â "Jarvis", "Alfred", "Lobster Larry", or any fun name you like! Hit Enter.
Use the arrow keys to choose: Anthropic (Claude) or OpenAI. Hit Enter.
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
Recommended options:
Say Yes â to connect apps like WhatsApp, Telegram. You can also add them later.
Use the space bar to pick the ones you want, then press Enter. Options: WhatsApp, Telegram, Discord, Slack, and more!
Definitely say YES! This keeps OpenClaw running 24/7 in the background.
Understanding what the setup did
A hidden folder has been created in your home directory:
/home/username/.openclawC:\Users\username\.openclawInside it:
openclaw.json â all your settingscredentials/ â API keys stored securelyworkspace/ â AI's workspace fileslogs/ â history of everything that happenedThe Gateway is a background program that manages everything: AI communication, channel handling, running commands. It runs on port 18789.
Test it before moving ahead
openclaw gateway status
You should see: â Gateway is running â Port: 18789 â Status: healthy
Don't see it? Run this:
openclaw gateway start
openclaw dashboard
A cool control panel will open in your browser! To go directly: http://127.0.0.1:18789/
Type this in the dashboard chat box:
Hello! Can you introduce yourself?
If the AI replied â CONGRATULATIONS! Setup complete! đ
Connect WhatsApp, Telegram, Discord â and more
openclaw channels login whatsapp
A QR code will appear in the terminal. Now:
For security, only approved numbers can chat with the AI:
openclaw pairing approve whatsapp +91XXXXXXXXXX
Send yourself a WhatsApp message: "Hey! Are you working?" â Did the AI reply? đ
Open Telegram â Search for @BotFather â Type /newbot â Give it a name â Copy the token (a string of numbers).
openclaw config edit
In the file, add this under the channels section:
"telegram": {
"botToken": "paste-your-token-here"
}
openclaw gateway restart
Find your bot on Telegram â Start it â Type "Hello!" â You'll get a reply! đ¤
Go to discord.com/developers/applications â "New Application" â Name it â "Bot" section â "Add Bot" â "Reset Token" â Copy the token.
Turn ON these 3 settings:
"discord": {
"token": "your-bot-token-here"
}
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!
openclaw gateway restart
Message your bot in the Discord server â you'll get a reply!
Each channel has its own setup â check the OpenClaw docs: docs.openclaw.ai
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 UsInstall 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.
Head to clawhub.ai â you'll find hundreds of skills!
openclaw skills install web-search
Now ask the AI: "Search for information about dinosaurs" â and it will!
Feeling comfortable? Now customize it
There's a SOUL.md file that defines the AI's behavior:
cd ~/.openclaw/workspace
nano SOUL.md
Inside it, you can write things like:
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:
openclaw gateway restart
To avoid overspending â add this to your config:
"limits": {
"maxTokensPerDay": 100000,
"alertWhenOver": 50000
}
Use a smart model for important tasks, and a cheaper model for smaller ones:
"models": {
"chat": "claude-opus-4.5",
"quick": "claude-sonnet-4.5",
"cheap": "gpt-3.5-turbo"
}
Even after your computer restarts:
openclaw gateway --install-daemon
On Windows, you'll need to set up a Windows Service â full instructions are available at docs.openclaw.ai.
Common issues and their solutions
Another program might be using port 18789. Try this:
openclaw gateway --port 18790
openclaw logs
Ideas to get started
Important things to keep in mind
Official resources
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!