๐Ÿฆž What is OpenClaw?

And why is everyone losing their minds about it


Jack Coy ยท SydClaw Meetup ยท March 2026

QR code to slides
View slides ยท Follow along on your phone

The Hype Is Real

0 100k 200k 315k Nov 25 Jan 26 Feb 26 Mar 26
315k+ โญ stars
in ~4 months
#9 GitHub repo of all time
Surpassed React's 10-year record in under 100 days
"Rebuilt my entire site via Telegram while watching Netflix. Never opened my laptop."
"Reviewed logs, identified root cause, fixed configs, redeployed. All over voice while walking the dog."
"Less than 24 hours in: cleaned up Linear issues, wrote email follow-ups, opened 3 PRs."
"Built a weekly meal planning system. Shopping lists sorted by store and aisle."
"Set up on my Raspberry Pi with Cloudflare. Built a website from my phone in minutes."

Real quotes from the community. So... let's talk about what this actually is.

The AI Tool Landscape

Where does OpenClaw fit?

๐Ÿ’ฌ Chat UIs ChatGPT, Claude.ai, Gemini You go to a website, ask a question
๐Ÿ’ป Coding Agents Claude Code, Codex, Cursor AI reads/writes code in your repo
โšก Automation Zapier, Make, n8n When X happens โ†’ do Y. AI bolted on, not built in.
๐Ÿ”ง Agent Frameworks LangChain, CrewAI, AutoGen Dev tools to build agents
๐Ÿฆž Personal Agents OpenClaw Always-on AI that lives on your machine

The Key Shift


๐Ÿ” Reactive AI

  • You go to the AI
  • You ask a question
  • You get an answer
  • Session ends

ChatGPT, Claude.ai, coding agents...

๐Ÿฆž Proactive AI

  • The AI is always running
  • It monitors, checks, schedules
  • It reaches out to you
  • It builds memory over time

OpenClaw

OpenClaw vs Coding Agents

๐Ÿ’ป Claude Code / Codex

  • Lives in your terminal
  • You open it, use it, close it
  • Scoped to your codebase
  • Memory scoped to code โ€” not your life
  • No messaging integration
  • Amazing at coding

๐Ÿฆž OpenClaw

  • Always running on your machine
  • Messages you on WhatsApp/Discord
  • Knows about your life, not just code
  • Persistent memory across sessions
  • Cron jobs, heartbeats, automation
  • Can spawn coding agents inside it

They're complementary, not competing. You can run Claude Code as a sub-agent inside OpenClaw.

How It Works

Three core pieces

๐Ÿ“ฑ
Channels
WhatsApp
Telegram
Discord
iMessage
Slack
โŸท
๐Ÿง 
Gateway
Always-on daemon
Agent loop
Sessions & memory
Cron & heartbeats
โŸท
๐Ÿ”ง
Tools & Models
Shell / filesystem
Web search / browser
Claude, GPT, Gemini
Sub-agents / nodes

Message comes in โ†’ Gateway runs agent turn โ†’ Agent thinks + uses tools โ†’ Response goes back out

Also: Web Control UI ยท Nodes (iOS/Android/macOS) ยท Plugins โ€” but the above is the core.

Features

A quick reference for the technically curious

๐Ÿ’ฌ 20+ Messaging Platforms
WhatsApp ยท Telegram ยท Discord ยท Signal ยท Slack ยท iMessage ยท LINE ยท Matrix ยท IRC ยท Teams ยท Twitch ยท Google Chat ยท Nostr ยท and more
๐Ÿค– Multi-Model Support
Claude ยท GPT ยท Gemini ยท Ollama ยท any OpenAI-compatible API. Switch models per task. Use local or remote.
๐Ÿ“ฑ Nodes (iOS, Android, macOS)
Connect devices to extend the agent โ€” phone camera, location, voice, notifications, contacts. Mac nodes add screen recording, canvas, and system control.
๐Ÿค– Sub-Agents
Spawn background workers for coding, research, or parallel tasks. Orchestrate multiple agents from one conversation.
โฐ Cron Jobs & Heartbeats
Schedule recurring tasks, periodic check-ins, monitoring. The agent wakes up on its own and acts.
๐Ÿงฉ Skills & ClawHub
Modular capability packages. Community marketplace. Install skills like npm packages for your agent.
๐ŸŽ™๏ธ Voice & Media
Voice note transcription, text-to-speech, image generation, file attachments in and out.
๐Ÿง  Workspace & Sessions
Persistent workspace files, conversation history across channels, auto-compaction, semantic memory search over your notes.

Context Is Everything

Same model. The only difference is what it knows.

Fresh session
What should I have for dinner?
Here are some popular options: pasta, stir fry, tacos, grilled chicken, salad...
Generic answer.
Model knows nothing about you.
Mid-conversation
...yeah I'll try that recipe,
I've been vegetarian for years
โ”ˆ 15 messages later โ”ˆ
What should I have for dinner?
Since you're vegetarian, how about a Thai basil tofu stir fry or a chickpea curry?
Better โ€” it remembered from earlier.
But resets next session.
๐Ÿฆž OpenClaw
๐Ÿ“‚ Loaded before you type anything
SOUL.md ยท USER.md ยท AGENTS.md ยท TOOLS.md
"Jack is vegetarian, lives in Sydney,
wife Aom is Thai, loves spicy food..."
๐Ÿ” memory_search โ†’ thai-recipes.md
What should I have for dinner?
It's 28ยฐ in Sydney tonight โ€” perfect for that som tum recipe Aom showed you last week ๐ŸŒถ๏ธ
Deeply personal from message one.
Persists. You control all of it.

Same model, same mechanisms. The difference is what it knows before it starts thinking โ€” and how much of that you control.

The Workspace

What makes your agent yours

~/.openclaw/workspace/
โ”œโ”€โ”€ AGENTS.md
โ”œโ”€โ”€ SOUL.md
โ”œโ”€โ”€ USER.md
โ”œโ”€โ”€ MEMORY.md
โ”œโ”€โ”€ TOOLS.md
โ”œโ”€โ”€ HEARTBEAT.md
โ””โ”€โ”€ skills/
AGENTS.md
"Read SOUL.md โ€” this is who you are.
Read USER.md โ€” this is who you're helping.
Don't ask permission. Just do it.
trash > rm. When in doubt, ask."
SOUL.md
"Be genuinely helpful, not performatively helpful.
Have opinions. Disagree, prefer things.
Take initiative, not instructions.
Funny and a bit unhinged โ€” but can flip to
serious instantly."
USER.md
"Name: Jack ยท Timezone: Australia/Sydney
Loves: retro gaming, Rocket League, ATLA
Wife: Aom ยท Cat: Momo
Wants an assistant that's a badass but also fun"

Same model, same code, completely different agent.
Two people running OpenClaw will have totally different experiences.

What People Are Doing With It

Real use cases from the community

๐Ÿ“ฌ
Inbox Management
Triage emails, clear spam, draft replies, morning rollup. One user cleared 10,000 emails on day one.
โ˜€๏ธ
Daily Briefings
Weather, calendar, reminders, health stats, trending topics, relevant reading โ€” delivered every morning.
๐Ÿณ
Meal Planning & Groceries
Weekly meal plans, shopping lists sorted by store and aisle, dinner reminders. Saves an hour a week.
๐Ÿ“ฑ
Build From Your Phone
"Rebuilt my entire website via Telegram while watching Netflix." Code, deploy, manage โ€” no laptop needed.
๐Ÿ“‹
Project Management
Break down projects, manage GitHub/Linear issues, research before meetings, create invoices, track work.
๐Ÿ 
Smart Home & Life Admin
Home Assistant & Homey integrations, cost tracking, school test reminders, calendar conflict resolution, voice control.

What I'm Doing With It

Real examples, not hypotheticals

๐Ÿ’ฌ Replaced ChatGPT & Claude Desktop
All my AI usage goes through OpenClaw now. Discord threads feel like chat sessions โ€” but persistent and connected to everything else.
๐ŸŒ Sites Built for Family & Friends
โ€ข Arc Raiders database โ€” items, weapons, crafting, enemies, search, Playwright tests
โ€ข Gender reveal site โ€” live voting, AI images, photo gallery, bilingual. Built in one session.
๐Ÿ“Š Automated Monitoring
Media server health checks, OpenClaw update alerts, GitHub issue watching โ€” reports posted to Discord daily.
๐Ÿค– Bot-to-Bot Collaboration
My agent and a friend's agent talk on Discord โ€” coordinating dinner plans across calendars, collaborating on designs.
๐ŸŽค This Slide Deck
Built by chatting with my agent in a Discord thread. It wrote the code, fact-checked the claims, pushed to GitHub.
๐Ÿง  Memory System โ€” Observes, reflects, consolidates. More in my next talk โ†’

Where Does Your Data Go?

Know the boundaries before you share your secrets

๐Ÿ 
Your Machine
Workspace files
Memory & history
Config & secrets
Session transcripts
โœ… You control this
โ†’ prompts โ†’
โ†’ messages โ†’
โ†’ fetches โ†’
๐Ÿค– LLM Provider *
Anthropic, OpenAI, Google...
Sees everything in your prompt:
workspace files, memory, conversation
๐Ÿ’ฌ Connected Services
Discord, WhatsApp, Calendar, Email...
Can send messages, create events,
post data on your behalf
๐ŸŒ The Internet
Web search, file downloads,
APIs and websites

The agent can reach out to any
public internet resource

* Self-hosted LLM? Prompts stay on your network. Remote LLM? Your context leaves your machine with every request.

What Could Go Wrong

Honest risks โ€” you should know these before you start

๐Ÿ’ป It runs commands on your machine
The agent has real access to your filesystem. A hallucination, misunderstood instruction, or malicious prompt injection can delete files, install things, or run destructive commands. In the worst case, a compromised agent could turn your machine into something you didn't intend.
๐Ÿ’‰ Prompt injection is real
Someone sends your agent a crafty message, and it follows their instructions instead of yours. Group chats and public channels are the biggest risk surface.
๐Ÿ”Œ It can act on your integrations
Whatever access you give it โ€” messaging, calendar, email โ€” it can use. A confused agent might post to the wrong channel, send an email you didn't intend, or create events.
๐Ÿ”“ Know your identity model
On WhatsApp, the agent shares your phone number โ€” messages appear to come from you. Use a dedicated number. On Discord and Telegram, it's a separate bot identity. Either way, allowFrom controls who can reach it.
๐Ÿคท Large, fast-moving codebase
400K+ lines. ~2,000 PRs merged per month. New releases almost daily. Features ship fast โ€” but so do breaking changes. You're trusting a lot of code you haven't read.
๐Ÿ’ธ Token costs add up
Always-on means always-spending. Heartbeats, cron jobs, long conversations โ€” each one is an API call. Easy to burn through credits without realizing.

Managing Your Risk

It can only do what you've given it access to

๐Ÿง  Be intentional about what you connect
Every integration you add is access you're granting โ€” permanently, until you revoke it. Only connect what you need, when you need it, with the minimum scope to get the job done.
๐Ÿ” Understand what you're actually exposing
"Read my recent emails" might mean access to all emails โ€” and possibly send permissions too. A calendar integration for reminders might also let it create or delete events. Know what each permission actually grants โ€” not just what you intend to use it for.
โš ๏ธ Every scope is an attack surface
The agent might misinterpret "clean up those emails" and delete everything. Or a prompt injection could exploit access you've granted. The more integrations connected, the bigger the blast radius โ€” whether from a mistake or an attack.
๐Ÿข The Trust Gradient
Start with chat only โ€” no integrations
Add tools as you need them
Observe how it behaves with each one
Grant more access over time based on trust
Stay conscious of your total exposure
Like onboarding a new employee โ€”
more responsibility over time.

Where Should I Run This?

Pick your setup based on your comfort level

๐Ÿ–ฅ๏ธ
Mac Mini / Dedicated Machine
The community favorite. Always on, low power, can run local models too.
โœ… Full control
โœ… Local LLM option
โœ… No monthly cost
โš ๏ธ Need to maintain it yourself
โ˜๏ธ
VPS / Cloud VM
Cheap Linux VM ($5-10/mo). Always on, nothing to maintain physically.
โœ… Always available
โœ… Easy to set up
โœ… Remote by default
โš ๏ธ Remote models only (usually)
โš ๏ธ
Your Daily Driver
Your laptop or desktop. Fine for experimenting, not great long-term.
โœ… Nothing extra to buy
โœ… Good for trying it out
โš ๏ธ Agent has access to everything
โš ๏ธ Stops when you close the lid

Raspberry Pi also works great for a low-cost always-on setup. Isolate the agent from your personal files.

Getting Started

~5 minutes to your first conversation

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

Mac, Linux, WSL2, Raspberry Pi โ€” handles everything.

1
Get a machine
A VPS, spare laptop, Mac Mini, Raspberry Pi โ€” anything that stays on.
2
Run the install script
It installs OpenClaw, walks you through setup, and adds your API key.
3
Connect a channel
Telegram is the fastest. Discord for power users. WhatsApp via QR scan.
4
Say hello ๐Ÿฆž
Your agent is live. Start chatting and see what happens.

Pro Tip #1: Talk, Don't Configure

Don't configure it โ€” talk to it

You don't need to learn the config.
You don't need to manually edit files. You don't need the web UI.

Just ask your agent:
๐Ÿ’ฌ "Set up email so I get a daily morning summary"
๐Ÿ’ฌ "Connect my Google Calendar and remind me before meetings"
๐Ÿ’ฌ "Update your personality to be more concise"
๐Ÿ’ฌ "Add Telegram as a second channel"

OpenClaw can edit its own config, update its workspace files, and restart itself.
You provide credentials when needed. It handles the rest.

Pro Tip #2: Use Your Voice

Higher bandwidth than typing โ€” and hands-free

๐Ÿ–ฅ๏ธ
Desktop
Use a speech-to-text tool that pastes transcribed text directly into your chat. Talk naturally, send as a message.
e.g. SuperWhisper, OpenWhisper, macOS Dictation
๐Ÿ“ฑ
Phone
Send a voice note through your chat app. OpenClaw transcribes it automatically.

You say more when you talk than when you type.
More context = better answers. And even if the transcription is slightly off, the agent figures it out.

Pro Tip #3: Give Discord a Try

My preferred setup โ€” and why

Discord channel structure
๐Ÿงต Threading is a game changer
Start a thread for any topic โ€” feels like opening a new ChatGPT session. Temporary, focused, searchable later. Way better than one long chat.
๐Ÿ“‚ Channels organize your life
Each channel gets its own session context. Use your agent to generate a channel structure that reflects your life and projects.
๐Ÿ”• Mute the server, get pinged when it matters
I mute the whole server โ€” the agent pings me when something needs attention. No notification fatigue. Check in on your own schedule.
โšก Setup tips
โ€ข Dedicated private server โ€” just you and the bot
โ€ข Give it broad permissions (channels, threads, emoji, attachments) โ€” it's safe when the scope is a private server
โ€ข Set requireMention: false so it responds to everything
โ€ข Bot setup is more involved than Telegram โ€” use an AI to walk you through it

The Real Point


OpenClaw is infrastructure for a personal AI agent that you own.


An assistant that knows you, learns from you,
and reaches out when something matters.

It's early, it's messy, and you should go in with eyes open.
But it's also the most useful thing I've run on a computer in years.


github.com/openclaw/openclaw ยท docs.openclaw.ai ยท clawhub.com

๐Ÿฆž

Questions?


Thanks for listening!

QR code
View Slides