OpenClaw is the most popular self-hosted AI agent framework. You host it on your own machine or VPS, choose your model provider, connect any channel (WhatsApp, Telegram, Discord, email), and extend it with skills. Every guide on this hub is independently researched and annotated — we link back to creators and original sources.
Guides
What Is OpenClaw?
OpenClaw is a personal AI assistant runtime that you host on your own machine or VPS. Unlike hosted products (ChatGPT, Claude Cowork), OpenClaw gives you control over which model provider answers your questions, which channels reach the agent, and which skills your agent can run.
The gateway routes incoming messages to the right agent, applies allowlist rules, and isolates sessions per sender. A user can start with a Claude backend, swap to a local Ollama model mid-project, and keep the same skills and conversation history. The skill ecosystem — via ClawHub — ranges from "get the weather" to "manage GitHub PRs" to "rebalance DeFi positions."
If you've used ChatGPT or Claude and wished you controlled the plumbing, OpenClaw is the direct answer. Compare it with similar agents: IronClaw (security-hardened fork), NemoClaw (NVIDIA-optimised), or see the full comparison table on the homepage.
At a Glance
| License | MIT (free, open source) |
| Install | npm install -g openclaw |
| Requires | Node.js 22.16+ or Node 24 |
| Channels | WhatsApp, Telegram, Discord, iMessage, email, and more |
| Model providers | Anthropic, OpenAI, Ollama (local), and any OpenAI-compatible API |
| Official skills | 53 (see Skills Database) |
| Community skills | 13,700+ on ClawHub (third-party, use with caution) |
| Typical monthly cost | ~$7 (cheap model) to ~$20 (typical) — full breakdown |
Related on This Site
- IronClaw — security-hardened fork with mandatory skill allowlisting and sandboxed defaults
- NemoClaw — OpenClaw on NVIDIA OpenShell, containerised and policy-controlled
- Weekly News Digest — OpenClaw releases, CVEs, and community updates every Monday