Chapter 1 / 95 min read

Part 1: Meet OpenClaw

This part is for first-time readers. Before you deploy anything, it helps to understand what OpenClaw actually is and why people treat it as more than just another chatbot.

01 What OpenClaw Actually Is

OpenClaw is an open-source, self-hosted AI agent system. Its core value is not casual conversation. Its core value is turning AI into a long-running assistant that can receive messages, call tools, execute tasks, and keep working inside your own environment.

A simple way to think about it:

  • ChatGPT behaves like an advisor. You ask, it answers.
  • OpenClaw behaves more like an operator. You give it work, and it goes off to do the work.

It can connect to 20+ messaging channels, including Telegram, WhatsApp, Discord, Slack, Feishu, DingTalk, and QQ. It can also manage schedules, process email, operate a browser, call command-line tools, write files, and extend itself through Skills.

OpenClaw vs a Regular Chat Assistant

DimensionChatGPTOpenClaw
Interaction styleQ&ATask execution
RuntimeWeb or appYour own machine or server
ExtensibilityPlatform-native featuresClawHub + local Skills
Data controlMostly platform-managedSelf-managed workspace and data
Model choicePlatform-drivenClaude, GPT, DeepSeek, Gemini, Ollama, and more
Open sourceNoYes, MIT

02 Key Snapshot

These numbers help frame the scale of the project:

MetricValue
GitHub Stars278,932
Forks53,232
Contributors1,075+
ClawHub Skills13,729
Built-in Skills55
Supported messaging channels20+
Recommended versionv2026.3.7

If you think of OpenClaw as a personal AI operating system, many of its design choices make more sense. It is not just a chat window. It is a system that ties together channels, models, memory, tools, and a working environment.

03 The Growth Story

OpenClaw grew at a speed that almost no ordinary open-source project sees.

TimeEvent
November 2025Started as ClawdBot, originally a weekend project
Mid-January 2026Hit 60,000 stars in roughly 72 hours
January 27, 2026Renamed to Moltbot after trademark pressure
January 30, 2026Renamed again to OpenClaw
Early February 2026Faced major vulnerability and supply-chain incidents
February 14, 2026Founder Peter Steinberger joined OpenAI
March 3, 2026Surpassed React in GitHub stars
March 8, 2026Released v2026.3.7 and entered a broader adoption phase

The important part is not only the speed. It is that the project's technical value, attention, controversy, and risk all rose at the same time.

04 The Founder and the Project Personality

Peter Steinberger was already well known in the iOS and macOS developer community. OpenClaw started as a lightweight assistant connected to messaging platforms, then quickly evolved into a full agent system.

The project feels different from a polished closed platform:

  • It is deeply engineering-first.
  • It favors files, command lines, and composability.
  • It exposes system structure instead of hiding everything behind a UI.
  • It feels hackable rather than sealed.

The project later moved into foundation-style open-source stewardship. OpenAI became one sponsor among others, but not the sole owner of product direction.

OpenClaw did not spread only because it can connect to chat apps. It spread because several forces lined up at once.

The growth curve looked unreal

Time pointStars
November 20250
Mid-January 202660,000+
Mid-February 2026145,000+
March 1, 2026241,000+
March 3, 2026250,000+
March 8, 2026278,932

At peak moments, the project was adding thousands of stars per day. That kind of momentum changes how people perceive a tool. It stops looking niche and starts looking inevitable.

“Raising lobsters” became a meme and a culture

Because the mascot is a lobster, the Chinese community turned using OpenClaw into “raising lobsters.” That made the project easy to talk about, easy to share, and surprisingly easy to remember.

The use cases felt concrete

Typical use-case clusters include:

  • Money workflows: research, information gathering, market assistance
  • Life assistant workflows: email, calendar, forms, file handling
  • Social / personality experiments: giving agents identity and long-term memory
  • Team deployments: plugging into Feishu, DingTalk, WeCom, and QQ

It also came with real warnings

OpenClaw became popular while several risks were repeatedly discussed:

  • Large numbers of low-quality or malicious Skills
  • API bills that can spiral out of control
  • Real security incidents early in the project lifecycle

That leads to the most important mindset for the rest of this course: OpenClaw is powerful, but it should not be deployed casually.