What Is OpenClaw?
A plain-language introduction to OpenClaw, why it exploded, and how AIClawGuide fits in as an unofficial community guide.
The short version
OpenClaw is an open-source, self-hosted AI agent system. The Orange Paper frames it in one sentence that is more useful than any abstract definition:
- ChatGPT is a consultant
- OpenClaw is an operator
That difference matters because OpenClaw is designed to stay online, connect to real channels, call tools, keep memory, and work through a gateway you control.
Core snapshot as of March 11, 2026
The current Orange Paper snapshot highlights a project that moved unusually fast:
- 280,000+ GitHub stars
- 53,232+ forks
- 1,075+ contributors
- 13,729 registered ClawHub skills
- 55 bundled skills
- 20+ supported message channels
- recommended stable line:
v2026.3.8
Those numbers are part of why OpenClaw no longer fits the “interesting side project” category.
How it differs from a hosted chat product
Hosted chat tools answer questions inside a product someone else runs. OpenClaw changes the control surface:
- you choose the model
- you choose the runtime
- you choose the channels
- you choose the skills
- you own the data and operational risk
That last point is important. Self-hosting gives you control, but it also makes security and cost control your responsibility.
Why people install it
Most people are not installing OpenClaw because they want “more AI.” They install it because they want a different kind of AI:
- a system that can live in Telegram, QQ, Feishu, Discord, or WhatsApp
- a system that can keep state and memory across sessions
- a system that can switch between Claude, GPT, Gemini, DeepSeek, GLM, Kimi, MiniMax, and local Ollama
- a system that can grow by adding skills
In other words, the appeal is not only model quality. It is routing, extensibility, persistence, and control.
Why the community calls it “raising lobsters”
OpenClaw inherited a lobster mascot from its earlier names. In Chinese communities, running and maintaining an OpenClaw instance quickly became known as “raising lobsters.” The phrase spread because it makes a technical project feel social and legible.
That culture is part of the project’s growth story, but it also hides a serious operational truth: raising a lobster means maintaining a live system with real costs and real security boundaries.
What AIClawGuide is
AIClawGuide is not the official OpenClaw website.
It is an unofficial community guide that reorganizes the source material into operator-friendly paths:
- deployment
- channels
- models
- skills
- security and cost
- comparisons and ecosystem context
When we reference official documentation or official sponsor information, we say so directly. Everything else on this site is community-built editorial guidance.
The right way to start
The Orange Paper strongly implies a sequence that removes confusion:
- Get a local install working.
- Configure one model path only.
- Add one easy channel, usually Telegram.
- Learn security and budget basics before you expand.
- Add skills only after the base loop is stable.
That order is much safer than jumping straight into a public cloud deployment with multiple channels and random third-party skills.
Where to go next
- Read History of OpenClaw
- Read Why OpenClaw Is So Popular
- Start with the Install Hub
- Review OpenClaw Architecture
- Read OpenClaw Security & Cost Control