OpenClaw: How to Get Your Own AI Assistant on WhatsApp, Telegram, and Discord

Picture this: you're chatting with friends on WhatsApp when you need to settle a debate about movie trivia. Instead of opening another app or googling, you just mention @openclaw right in the group chat, and boom - your personal AI assistant jumps in with the answer. No switching apps, no copy-pasting, just seamless AI help wherever you're already chatting.

That's the magic of OpenClaw, and I'm genuinely excited to share this with you because it's one of those "why didn't I know about this sooner?" discoveries.

What Exactly Is OpenClaw?

OpenClaw is an open-source, self-hosted gateway that connects your favorite chat apps directly to AI agents. Think of it as a bridge that lets you chat with Claude (Anthropic's AI) through WhatsApp, Telegram, Discord, iMessage, and more - all from one setup running on your own computer.

Unlike the ChatGPT mobile app or Google Gemini app that live in their own isolated bubbles, OpenClaw integrates AI assistance directly into the messaging apps you already use every day. One Gateway process serves all your chat platforms simultaneously, creating a unified AI experience across your digital life.

The best part? It's completely free and open-source under the MIT license. You're not paying monthly subscriptions or feeding your conversations to yet another tech company's data collection machine.

Why You'd Want Your Own Personal AI Assistant

Before we dive into the how, let's talk about the why. You might be thinking, "I already have ChatGPT on my phone - why do I need this?"

Here's the thing: having AI assistance scattered across different apps creates friction. You're chatting with your family about weekend plans on WhatsApp, discussing work projects on Discord, and coordinating with friends on Telegram. When you need AI help, you have to context-switch to a separate app, explain the situation all over again, get your answer, then manually bring it back to your original conversation.

OpenClaw eliminates that friction entirely. Your AI assistant becomes a natural part of your existing conversations and workflows.

Privacy and Control That Actually Matters

When you use OpenClaw as a self-hosted AI assistant, your data stays on your machine. Your conversations with the AI don't get stored on some company's servers to be analyzed, monetized, or potentially breached. You control everything - from the AI model you use to how long conversations are remembered.

This isn't just theoretical privacy theater. In a world where every tech company wants to harvest your conversations for training data, running your own AI assistant means your personal thoughts, work discussions, and family conversations remain actually private.

No More Monthly Subscriptions

Once you've set up OpenClaw, your only ongoing cost is the API usage with your chosen AI provider (like Anthropic Claude). For most people, this runs a few dollars per month - a fraction of what you'd pay for multiple AI app subscriptions. Plus, you get to use the latest, most capable models without waiting for app updates.

Multi-Channel Magic

The real superpower is having one AI assistant across all your platforms. Set it up once, and suddenly you have intelligent help in group chats, direct messages, voice channels, and even iMessage if you're on Mac. Your AI assistant learns your preferences and maintains context across all these platforms.

What You Need to Get Started

Let's be honest about the technical requirements here. OpenClaw isn't a one-click mobile app - you'll need to be comfortable opening a terminal and running a few commands. But if you can install software on your computer and follow step-by-step instructions, you can absolutely do this.

System Requirements

  • Computer: Mac, Linux, Windows, or even a Raspberry Pi
  • Node.js 22+: This is the runtime OpenClaw uses
  • Internet connection: For AI API calls and messaging app connections
  • Anthropic Claude API key: Your AI brain (paid, but usage-based pricing)
  • Comfort level: Basic terminal usage - think "intermediate beginner"

If you've ever installed software via command line, updated homebrew, or followed a GitHub installation guide, you're already qualified. The setup wizard does most of the heavy lifting.

The Anthropic Claude Connection

OpenClaw works with Anthropic Claude as its AI backend, which means you'll need an API key from Anthropic. This is a pay-per-use service, but it's remarkably affordable for personal use. Most people spend $2-5 per month on API calls, which is less than a single coffee.

Claude is genuinely impressive - it's helpful, nuanced, and great at understanding context. Having it accessible across all your messaging platforms feels like living in the future.

Step-by-Step OpenClaw Setup

Alright, let's get your personal AI assistant up and running. I'll walk you through this like I'm sitting next to you.

Step 1: Install Node.js

First, make sure you have Node.js 22 or higher. Check your version:


node --version

If you don't have Node.js or need to upgrade, head to nodejs.org and install the latest LTS version.

Step 2: Install OpenClaw

You have two installation options. Pick the one that feels more comfortable:

Option A: Using npm (recommended):


npm install -g openclaw@latest

Option B: Using the install script:


curl -fsSL https://openclaw.ai/install.sh | bash

Both methods install OpenClaw globally on your system, making the openclaw command available everywhere.

Step 3: Run the Setup Wizard

This is where OpenClaw's user-friendly side shines. The setup wizard walks you through everything:


openclaw onboard --install-daemon

The wizard will:

  • Configure your AI provider (Anthropic Claude)
  • Set up your preferences
  • Install the background daemon service
  • Create your local configuration

Follow the prompts, and don't worry if you make a mistake - you can always run the wizard again.

Step 4: Start Your Gateway

Once setup is complete, start your OpenClaw gateway:


openclaw gateway start

You should see confirmation that your gateway is running. OpenClaw also provides a web dashboard at http://127.0.0.1:18789/ where you can monitor connections and manage settings.

Step 5: Get Your Anthropic API Key

Head over to console.anthropic.com, create an account, and generate an API key. You'll add this to your OpenClaw configuration - the setup wizard will guide you through this step.

Setting Up Your Chat Platforms

Now for the fun part - connecting your messaging apps. Each platform has its own setup process, but OpenClaw makes it surprisingly straightforward.

WhatsApp AI Assistant Setup

Getting AI on WhatsApp is probably the most exciting integration because WhatsApp doesn't officially support bots for personal accounts.

OpenClaw connects to WhatsApp via WhatsApp Web, which means:

1. Open the OpenClaw web dashboard (http://127.0.0.1:18789/)

2. Navigate to the WhatsApp connector

3. Scan the QR code with your phone (just like connecting WhatsApp Web)

4. Your OpenClaw AI assistant is now available in WhatsApp!

In individual chats, your AI responds to every message. In group chats, mention @openclaw to get its attention. It's seamless and feels completely natural.

Telegram Personal AI Assistant

Telegram's bot API makes this integration particularly smooth:

1. Message @BotFather on Telegram

2. Create a new bot with /newbot

3. Choose a username (like YourNameBot)

4. Copy the bot token BotFather gives you

5. Add this token to your OpenClaw configuration

6. Start chatting with your personal AI assistant!

Your Telegram AI assistant can handle direct messages, group chats, and even supports media like images and documents.

Discord AI Chatbot Integration

Discord bots require a bit more setup, but OpenClaw handles the complexity:

1. Go to Discord Developer Portal

2. Create a new application

3. Navigate to the Bot section

4. Create a bot and copy the token

5. Add the token to your OpenClaw configuration

6. Use Discord's OAuth2 URL generator to invite your bot to servers

In Discord, your AI assistant can participate in text channels, respond to mentions, and even handle voice channel interactions if you've enabled those features.

iMessage Integration (macOS Only)

If you're on Mac, OpenClaw can integrate with iMessage through the system's messaging framework. This is particularly cool because it brings AI assistance to your most personal messaging platform.

The setup process varies based on your macOS version and security settings, but the OpenClaw documentation at docs.openclaw.ai provides detailed guidance.

Tips and Tricks for Your AI Assistant

Once you've got OpenClaw running, here are some ways to get the most out of your personal AI assistant:

Group Chat Etiquette

In group chats, your AI assistant activates with mentions (@openclaw). This prevents it from jumping into every conversation uninvited. Train your friends and family that mentioning the bot brings helpful AI assistance into the discussion.

Media Support Magic

OpenClaw supports images, audio files, and documents across platforms. You can send a photo to your AI assistant on WhatsApp and ask it to describe what's happening, or upload a PDF on Telegram and ask for a summary.

Memory and Sessions

Your OpenClaw AI assistant remembers context within conversations and can maintain different "personalities" or focuses for different platforms. Work discussions on Discord can stay professional while family chats on WhatsApp remain casual.

Mobile Node Integration

OpenClaw supports mobile nodes through iOS and Android apps, extending your AI assistant's capabilities to location services, camera access, and push notifications. It's like having a truly integrated AI companion across all your devices.

Frequently Asked Questions

Is OpenClaw difficult to set up?

If you're comfortable with basic computer tasks like installing software, you can handle OpenClaw. The setup wizard does most of the work, and the community is helpful if you get stuck.

How much does it cost to run?

OpenClaw itself is free. Your only cost is API usage with Anthropic Claude, which typically runs $2-5 per month for personal use. Much cheaper than multiple AI app subscriptions.

What happens if my computer is off?

Your AI assistant won't be available when your computer is off, since it's self-hosted. Many users run OpenClaw on always-on devices like Raspberry Pis or VPS servers for 24/7 availability.

Can I use different AI models?

While OpenClaw primarily works with Anthropic Claude, the open-source nature means the community is constantly adding support for other AI providers and models.

Is my data really private?

Yes - your conversations stay on your machine and only go to your chosen AI provider (like Anthropic) for processing. No third-party data collection or storage.

What if something breaks?

The OpenClaw community at discord.com/invite/clawd is active and helpful. Plus, since it's open-source, you can always check the GitHub repository for troubleshooting guides.

Why OpenClaw Beats the Alternatives

Compared to standalone AI apps like ChatGPT or Google Gemini, OpenClaw offers something fundamentally different: integration into your existing digital life rather than another app to context-switch between.

The ChatGPT app is polished and user-friendly, but it lives in isolation. Google Gemini has impressive capabilities, but again, it's another separate app. OpenClaw makes AI assistance ambient - it's there when you need it, in the platforms where you're already having conversations.

The self-hosted aspect isn't just about privacy (though that's important). It's about control and customization. You decide which features to enable, how long to maintain conversation history, and even which AI models to use as support expands.

Plus, there's something satisfying about running your own AI infrastructure. It's like having your own personal technology stack rather than being a tenant in someone else's digital ecosystem.

Ready to Get Your Own AI Assistant?

Setting up OpenClaw takes about 30 minutes, and the payoff is having intelligent assistance seamlessly integrated into your daily digital life. Whether you're settling debates in group chats, getting help with work projects, or just having fun with AI conversations, OpenClaw makes it feel natural and effortless.

The open-source, self-hosted approach means you're investing in a tool you truly own, with a community of users constantly improving it. As AI capabilities continue advancing, your OpenClaw setup evolves with them.

Head over to openclaw.ai to get started, and don't hesitate to join the community Discord if you want to connect with other users sharing tips and tricks.

Get tips like this daily - subscribe to the Have AI Do It newsletter for more practical AI guides that help regular people leverage these amazing tools in their everyday lives.