OpenClaw is a viral, open-source autonomous AI agent designed to act as a proactive personal assistant. Unlike traditional chatbots that only respond to prompts, OpenClaw runs continuously in the background and can execute real-world tasks on your behalf.
- "The AI that does things": It can manage emails, schedule calendar events, book flights, and browse the web autonomously.
- Persistent Memory: It stores conversation history and user preferences locally (as Markdown files), allowing it to "remember" and learn your patterns over time.
- Proactive "Heartbeat": It features a "wake-up" loop that allows it to initiate actions—like alerting you to an urgent email—without being prompted first.
- Messaging Interface: You interact with it through everyday apps like WhatsApp, Telegram, Discord, and Slack rather than a dedicated website.
- Self-Hosted: It runs on your own hardware (Mac, Windows, Linux) or a private server (VPS), giving you control over your data.
- Model Agnostic: It acts as a "harness" for Large Language Models; you "bring your own key" for models like Claude, GPT-4, or DeepSeek, or run local models via Ollama.
- Skill Ecosystem: It supports over 100+ community-built "AgentSkills" through the ClawHub registry to extend its capabilities.
- Clawdbot: Original name (Nov 2025).
- Moltbot: Second name (Jan 2026).
- OpenClaw: Final name (Jan 30, 2026).
- "Lethal Trifecta": Security researchers warn that it can see sensitive data, read untrusted external info (like emails), and take actions, making it vulnerable to prompt injection.
- Malicious Skills: A significant percentage of community-contributed skills have been found to contain vulnerabilities or malware.
- Isolation is Required: Experts recommend running it only in a dedicated Virtual Machine or an isolated "disposable" device rather than your primary computer.