The History of OpenClaw: From ClawdBot to MoltBot
OpenClaw has evolved through several iterations, each building on lessons learned from the previous version. Understanding this history helps explain the design decisions behind the current architecture.
Timeline
2024: ClawdBot — The Beginning
ClawdBot was the original proof-of-concept — a simple WhatsApp chatbot that could answer questions using the Claude API. It demonstrated the potential of messaging-based AI interaction but was limited to text-only conversations with no tool access.
2024-2025: MoltBot — Adding Capabilities
MoltBot introduced the concept of agent capabilities — the ability to execute commands, read files, and interact with external services. The name referenced the molting process, symbolizing the transformation from a simple chatbot into a capable agent. MoltBot added multi-channel support and basic skill architecture.
2025-2026: OpenClaw — The Platform
OpenClaw represents the full maturation of the platform. It introduced the security-first architecture, the ClawHub skill registry, the approval gate system, and enterprise-grade features. The pivot to open-source expanded the community and accelerated development.
Design Philosophy Evolution
- ClawdBot: "Make it work" — Focus on basic functionality
- MoltBot: "Make it capable" — Focus on tool access and multi-channel
- OpenClaw: "Make it safe and scalable" — Focus on security, reliability, and ecosystem