This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| openclaw [2026/03/25 14:44] – Create OpenClaw page — open-source personal AI agent framework agent | openclaw [2026/03/30 22:23] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== OpenClaw ====== | ====== OpenClaw ====== | ||
| - | **OpenClaw** is an open-source, | + | **OpenClaw** is an open-source, |
| Unlike traditional chatbots confined to a browser tab, OpenClaw runs as a persistent daemon on the user's own hardware (macOS, Windows, Linux, or VPS) and acts as an autonomous " | Unlike traditional chatbots confined to a browser tab, OpenClaw runs as a persistent daemon on the user's own hardware (macOS, Windows, Linux, or VPS) and acts as an autonomous " | ||
| Line 7: | Line 7: | ||
| ===== History ===== | ===== History ===== | ||
| - | Peter Steinberger published the original project as **Clawdbot** on November 24, 2025 — a weekend hack bridging Claude and Telegram. The name was a pun on Anthropic' | + | Peter Steinberger published the original project as **Clawdbot** on November 24, 2025 — a weekend hack bridging Claude and Telegram. The name was a pun on Anthropic' |
| In February 2026, Steinberger joined OpenAI, and stewardship of the project transitioned to the **OpenClaw Foundation** at [[https:// | In February 2026, Steinberger joined OpenAI, and stewardship of the project transitioned to the **OpenClaw Foundation** at [[https:// | ||
| Line 13: | Line 13: | ||
| ===== Architecture ===== | ===== Architecture ===== | ||
| - | OpenClaw follows a hub-and-spoke architecture centered on the **Gateway** — a persistent WebSocket server process that routes messages between messaging channels and the AI agent core. | + | OpenClaw follows a hub-and-spoke architecture centered on the **Gateway** — a persistent WebSocket server process that routes messages between messaging channels and the AI agent core.((https:// |
| ==== Gateway ==== | ==== Gateway ==== | ||
| Line 47: | Line 47: | ||
| ==== LLM Providers ==== | ==== LLM Providers ==== | ||
| - | OpenClaw supports 14+ LLM providers out of the box, including OpenAI, Anthropic Claude, Google Gemini, DeepSeek, and local models via Ollama, vLLM, or LM Studio. Users can add custom providers through the '' | + | OpenClaw supports 14+ LLM providers out of the box, including OpenAI, Anthropic Claude, Google Gemini, DeepSeek, and local models via Ollama, vLLM, or LM Studio. Users can add custom providers through the '' |
| < | < | ||
| Line 102: | Line 102: | ||
| ===== Skills and Plugins ===== | ===== Skills and Plugins ===== | ||
| - | OpenClaw uses a modular **skill/ | + | OpenClaw uses a modular **skill/ |
| Skills are registered in '' | Skills are registered in '' | ||
| Line 149: | Line 149: | ||
| * **Persistent memory**: remembers user context, preferences, | * **Persistent memory**: remembers user context, preferences, | ||
| * **Autonomous execution**: | * **Autonomous execution**: | ||
| - | * **Extensible skills**: 5,700+ community-built skills; easy to create custom plugins | + | * **Extensible skills**: 5,700+ community-built skills; easy to create custom plugins((https:// |
| * **Cross-platform**: | * **Cross-platform**: | ||
| * **MIT licensed**: fully open-source and auditable | * **MIT licensed**: fully open-source and auditable | ||
| Line 155: | Line 155: | ||
| ===== Community and Ecosystem ===== | ===== Community and Ecosystem ===== | ||
| - | The OpenClaw ecosystem includes several notable companion projects: | + | The OpenClaw ecosystem includes several notable companion projects:((https:// |
| * **WebClaw** — a fast web client for OpenClaw ([[https:// | * **WebClaw** — a fast web client for OpenClaw ([[https:// | ||
| Line 162: | Line 162: | ||
| * **LiteClaw** — lightweight Python-based version of OpenClaw ([[https:// | * **LiteClaw** — lightweight Python-based version of OpenClaw ([[https:// | ||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 178: | Line 169: | ||
| * [[function_calling]] — LLM function/ | * [[function_calling]] — LLM function/ | ||
| * [[anthropic_context_protocol]] — Anthropic' | * [[anthropic_context_protocol]] — Anthropic' | ||
| + | |||
| + | ===== References ===== | ||