OpenClaw Has 247K Stars. Here's What It Actually Does.

When OpenClaw hit 247K stars on GitHub in 8 weeks, it became the fastest-growing open-source project in history. I had Claude analyze the entire codebase. Here is what OpenClaw actually is, what it can do, and why a quarter million people care.


What is OpenClaw

OpenClaw is an AI assistant that lives in your messengers. WhatsApp, Telegram, Discord, Slack, Signal, iMessage, Teams -- you pick the app, OpenClaw is already there.

You text it like you would text a friend. "Remind me about the meeting tomorrow at 9." "Summarize this article." "Turn on the lights." It reads your message, thinks, and replies -- right in the same chat.

One assistant. All your messengers. That is the core idea.

The backstory: Austrian developer Peter Steinberger released it as "Clawdbot" in November 2025. Anthropic sent a trademark complaint (too close to "Claude"), it became Moltbot, then OpenClaw. Steinberger joined OpenAI and handed the project to an open-source foundation.


What it can actually do

Your daily assistant. "Add milk to the grocery list." "What is on my schedule today?" "Remind me to call the dentist at 3pm." It works with Apple Notes, Apple Reminders, Things 3, Notion, Trello, and Obsidian -- whatever you already use for tasks and notes.

Manage your code. Create pull requests, check CI pipelines, review issues, delegate coding tasks to Claude Code or Codex. Developers use it to manage GitHub workflows without leaving their messenger.

Control your smart home. "Turn on the living room lights." "Play jazz in the kitchen." It works with Philips Hue, Sonos, Spotify. It can even check security cameras via RTSP feeds.

Summarize anything. Paste a link to an article, a YouTube video, a podcast -- it reads, transcribes, and gives you the summary. It can generate images via OpenAI and transcribe audio via Whisper.

Automate your Mac. This is where it gets interesting. OpenClaw has a tool called Peekaboo that can see your screen, click buttons, fill forms, and navigate applications. You write in Telegram: "log into the admin panel" -- and it does it. It literally sees the screen, finds the login field, types your email, hits submit. macOS only, but real desktop automation through your messenger.

Show things on your phone. OpenClaw has something called Canvas -- the agent generates an interactive HTML page (a dashboard, a chart, a game) and pushes it directly to your phone screen. You ask "show me the weekly sales summary" and an interactive dashboard appears on your iPhone. Your phone becomes the agent's display.

Make voice calls. Through Twilio or Telnyx, the agent can place and receive actual phone calls. Voice recognition, speech synthesis, real conversations.

Run scheduled tasks. Set up cron jobs directly from chat. "Every Monday at 9am, send me a summary of open issues." The agent runs on a schedule without you needing to ask.


Multiple agents, one system

You can create separate agents for different purposes. A "work" agent that handles coding and project management. A "home" agent for smart home and personal reminders. A "family" agent with limited permissions for shared use.

Each agent has its own personality, its own AI model, its own set of tools, and its own memory. The routing system decides which agent handles which message based on the channel, the sender, or even the specific chat group.

You can set it up so WhatsApp goes to your everyday assistant and Telegram goes to your deep-work coding agent. Different messengers, different agents, same system.

Agents can even delegate tasks to each other. One agent working on a complex request can spawn child agents to handle subtasks in parallel and combine the results.


It remembers

OpenClaw stores memory as simple text files. Every conversation, every decision, every fact worth keeping. When you ask "what did we decide about the database last week?" it searches through its memory and finds the actual answer -- not just the last few messages.

It uses vector search under the hood, which means it understands meaning, not just keywords. Ask about "the budget discussion" and it finds notes about finances even if the word "budget" was never used.

Before a long conversation runs out of context, the agent automatically saves the important parts to memory. Nothing gets lost.


Your phone as a peripheral

OpenClaw connects to phones through a companion app (iOS and Android). The phone becomes a peripheral device:

  • Camera -- the agent can take a photo through your phone. "Take a picture of what is in front of you" -- it captures, analyzes, responds.
  • Location -- "Where am I?" -- it reads GPS coordinates.
  • Display -- push dashboards, forms, or interactive apps to the phone screen.
  • Voice -- "Hey Claude" wake word for hands-free voice interaction.

The phone connects to a central server (the Gateway) over Wi-Fi or VPN. The Gateway always runs on a stationary machine -- a Mac Mini, a Linux server, a home PC that stays on.


What it cannot do

It does not think strategically. It executes tasks, it does not set goals or plan long-term.

It does not learn from experience. It follows instructions. If it makes a mistake, it will make the same mistake again unless you change the instructions.

It cannot interact with the physical world beyond what smart home devices and phone sensors allow.

It requires API keys. The AI thinking happens on cloud services (Anthropic, OpenAI). You pay per usage. OpenClaw itself is free and open-source (MIT license), but the AI models behind it cost money.

Desktop automation is macOS only. Peekaboo requires a Mac with Screen Recording and Accessibility permissions. No Windows, no Linux.


Who is this for

A solo developer who wants GitHub, CI, and code review accessible from any messenger.

A small business owner who needs a first-line support agent responding in WhatsApp and Telegram simultaneously.

An executive who wants meeting summaries, reminders, and a mobile dashboard pushed to their phone.

A smart home enthusiast who wants to control lights, music, and cameras through natural conversation.

A content creator who needs articles summarized, images generated, and videos transcribed.

Anyone tired of switching between apps. OpenClaw puts AI where you already spend your time -- your messenger.


What it costs

ComponentCost
OpenClaw (Gateway + all skills)Free (MIT license)
Companion apps (iOS/Android/Mac)Free
All extensions and pluginsFree
AI model API keys (Anthropic, OpenAI)Paid (main expense)
Voice calls (Twilio/Telnyx)Paid per minute

The main cost is AI API usage. How much depends on how often you use it and which models you choose. A casual user might spend $5-20/month. Heavy usage with premium models can be more.


The bottom line

247K stars are not for a breakthrough in AI. They are for solving a real problem: your AI assistant should live where you already communicate.

OpenClaw is not a chatbot. It is closer to an operating system for AI -- a core engine with skills, memory, channels, and automation capabilities that you assemble to fit your life.

Five-minute setup. Ten messaging platforms. One assistant that follows you everywhere.


Trying OpenClaw or building your own AI agents? Reply on X -- I am curious what workflows people are automating.

← Back to blog