MODULE 01 · COURSE 01: YOUR FIRST AI AGENT
Module 1: What Is OpenClaw?
The honest one-liner
OpenClaw is software you run on a computer (yours, or a cheap server) that gives you an AI agent you can talk to through your normal messaging apps — WhatsApp, Telegram, Discord, iMessage, and more.
That's it. That's the thing.
Why does that matter?
You've already used ChatGPT. You've probably used Claude. So what's the difference?
Those tools are websites. You open a tab, you type, you get an answer, you close the tab. They don't know what happened yesterday. They don't reach out to you. They wait.
An OpenClaw agent is different:
It lives where you already are. You text it in WhatsApp the same way you'd text a friend. No app switching. No browser tabs. Just a message. It remembers. Your conversations persist. It knows what you talked about last week, what projects you're running, what you like and don't like. The more you use it, the more it feels like it actually knows you. It can act on its own. You can set it up to message you every morning with a briefing. To watch your inbox and flag urgent stuff. To run checks every 30 minutes and only bother you if something needs attention. It has a real schedule, not just a waiting game. It has a personality you define. Your agent isn't a generic "Assistant." It has a name. A tone. Rules about what it will and won't do. You shape it.A real example
Jeremy Kirby (who built this course) runs multiple businesses using AI agents. One of them watches his Discord servers and handles support questions while he sleeps. Another one monitors his trading infrastructure and sends him alerts. Another manages content pipelines.
None of these are custom-coded apps. They're OpenClaw agents with the right setup.
That's the potential. You start with "answer my questions in WhatsApp." You end up with an AI workforce.
What OpenClaw is NOT
Before we go further — a few things to clear up:
- It's not a hosted service. There's no OpenClaw cloud. You run it. That means you control your data.
- It's not magic. Under the hood, it connects to AI providers like Anthropic (Claude), OpenAI, or others. You need an API key. That costs money, but usually very little for personal use.
- It's not plug-and-play (yet). There's a setup process. It's not hard, but you do need to run a couple of commands. This course walks you through every step.
The architecture in plain English
Here's what actually happens when you send a message to your agent:
- You send a message in WhatsApp (or wherever)
- OpenClaw's Gateway catches that message
- The Gateway passes it to an AI agent (like Claude or GPT)
- The agent thinks, possibly uses tools, and writes a response
- The Gateway sends the response back to your messaging app
Key terms you'll see everywhere
| Term | What it means | |------|--------------| | Gateway | The OpenClaw process that sits between your chat apps and the AI | | Agent | The AI brain — thinks, responds, uses tools | | Channel | The messaging app you're using (WhatsApp, Telegram, etc.) | | SOUL.md | A file that defines your agent's personality and behavior | | Heartbeat | A scheduled check-in the agent runs automatically | | Cron | Scheduled tasks (like "run this every morning at 8am") | | Skills | Add-on packages that give your agent new capabilities |
You don't need to memorize all of these now. They'll click as you go.