OpenClaw: The Open Source AI Assistant Taking Over 2026 and What It Means for Your Company
OpenClaw is the most popular open-source AI project on GitHub in 2026, boasting 346,000 stars. We explain what it is, how it works, its security risks, and how an SME can leverage it with guarantees.
If you follow technology news, it's impossible that you haven't heard about OpenClaw in recent weeks. The project has gone from being a personal experiment by an Austrian developer to becoming the most starred software repository on GitHub, surpassing React and Linux in just 60 days. In April 2026, it accumulated over 346,000 stars.
But beyond the numbers, what makes OpenClaw interesting for a company is what it promises: a personal, self-hosted, and open-source AI assistant that connects to WhatsApp, Telegram, Slack, and 20 other messaging platforms, and which can execute real tasks on your computer. That is, it doesn't just respond: it acts. This concept was already explained in detail in our article about AI agents for SMEs.
The question for an SME is not whether OpenClaw is cool. The question is whether it is safe, practical, and worth it compared to commercial alternatives. Let's analyze it without beating around the bush.
From Clawdbot to OpenClaw: The Three-Month Story
Peter Steinberger is an Austrian developer known for founding PSPDFKit, a PDF rendering company that sold in an $800 million deal. By the end of 2025, he published a personal project called Clawdbot: a bot that connected WhatsApp with AI models to automate daily tasks.
The project grew explosively. 9,000 stars on GitHub on launch day. 60,000 three days later. 190,000 in two weeks. A pace that no one had seen in the history of open source.
The path was not linear. Anthropic filed trademark complaints (the original name was too similar to "Claude"), so Steinberger first renamed it to "Moltbot" on January 27, 2026, and three days later to "OpenClaw" because, in his own words, "Moltbot never sounded quite right."
On February 14, 2026, Steinberger announced that he was joining OpenAI to lead its personal agents division. Sam Altman presented him as "a genius with incredible ideas about the future of intelligent agents interacting with each other." The OpenClaw project passed into the hands of a non-profit independent foundation that maintains the MIT license and community development.
What OpenClaw Is and What It Can Do
OpenClaw is an autonomous AI agent that runs on your machine and uses language models as its brain. The difference from a conventional chatbot is that it has "eyes and hands": it can browse the web, read and write files, execute commands in the terminal, send emails, and manage automations.
Messaging Platforms
What made OpenClaw go viral is that it responds in the channels you already use. It supports over 24 platforms: WhatsApp, Telegram, Slack, Discord, Signal, iMessage, Microsoft Teams, Google Chat, Matrix, LINE, and many more. All connect to a single gateway process, so you interact with the same agent from any platform.
For an SME, this means you can have an AI assistant available on the same WhatsApp you already use with your clients, without installing additional apps or migrating to new platforms.
Skills: The Capabilities Ecosystem
OpenClaw works with a Skills system that teaches it to perform specific tasks. A Skill is simply a Markdown file with instructions in YAML: it requires no SDK, compilation, or special environment. If you have read our article on Skills for AI agents, the concept is familiar.
ClawHub, the official Skills marketplace, has over 13,700 skills organized into categories: productivity, DevOps, finance, content creation, home automation, and communication. It is the equivalent of the app store for your AI agent.
MCP Compatibility
OpenClaw integrates the Model Context Protocol (MCP) through its mcporter module, which allows connecting the agent to external services in a standardized way. If you already have configured MCP servers to connect the AI to your CRM, database, or billing system, OpenClaw can leverage them directly.
Open Model: Bring Your Own AI
OpenClaw is agnostic regarding the AI model. You can use API keys from OpenAI, Anthropic, Google, or any other cloud model provider. But you can also run local models with Ollama or LM Studio, which means that none of your data leaves your infrastructure. For SMEs handling sensitive data subject to GDPR, this is a critical point.
How to Install and Run
The recommended installation is with Docker. The basic process is:
- Have Docker Desktop (macOS/Windows) or Docker Engine (Linux) and Node.js 22+
- Configure a Docker Compose file with OpenClaw and, optionally, Ollama for local models
- Add your API key from the AI provider of your choice
- Scan a QR code to link WhatsApp or another messaging platform
OpenClaw can run on a conventional computer, on a local server, or even on a Raspberry Pi. There are also one-click hosting options from providers like DigitalOcean or Hostinger for those who do not want to manage it.
Agent sandboxing is a feature that isolates agent executions in ephemeral containers, which protects your main system from unwanted actions. This is an important detail if you plan to give the agent the ability to execute commands.
The Security Issues: What You Need to Know
This is where the conversation gets serious. OpenClaw is growing at an unprecedented rate, but this attracts both enthusiastic developers and malicious actors. And the problems have not been slow to appear.
Critical Vulnerabilities
In February 2026, CVE-2026-25253 was discovered, a remote code execution vulnerability with a severity of 8.8 out of 10. The flaw allowed an attacker to trick OpenClaw into connecting to a malicious server and sending its authentication token. With that token, the attacker had full access to the agent as if they were the legitimate user.
The vulnerability was patched in version v2026.1.29, but affected all previous installations, including those that only listened on localhost.
Malicious Skills: The Marketplace Problem
Cisco analyzed the ClawHub Skills ecosystem, and the results were concerning. They initially found 341 malicious skills (12% of the registry), and subsequent analyses raised the figure to over 800 (20% of the marketplace). The campaign, dubbed ClawHavoc, primarily distributed Atomic macOS Stealer (AMOS) type malware.
The malicious skills used sophisticated techniques: some included hidden instructions that forced the agent to execute curl commands that sent data to external servers without the user knowing. Others employed prompt injection to make the agent ignore its internal security guidelines.
It is the digital equivalent of installing a browser extension that turns out to be a virus. The difference is that an OpenClaw skill has potential access to your terminal, your files, and your network.
China Reacts
The security implications were so significant that the Chinese government banned OpenClaw on government computers and in state agencies in March 2026. Major banks and public companies received instructions to uninstall it. The reason: an AI agent that requires broad access to private data and can communicate externally represents an unacceptable risk to government networks.
Curiously, at the same time, local governments in Shenzhen and Wuxi were subsidizing companies that build solutions on OpenClaw. Mass adoption and restrictions coexist.
OpenClaw vs. Commercial Alternatives: Which is Better?
For an SME that wants an AI chatbot or assistant, the decision is not as obvious as "free always wins." There are factors to consider:
When OpenClaw Makes Sense
- You have technical staff or a team that can manage Docker, updates, and security configuration
- Your use case is internal or low-risk: personal assistant, internal automations, proof of concept
- You need total control over the data and want to run everything on your infrastructure
- You want to experiment with AI agents without paying monthly licenses
When a Commercial or Managed Solution is Better
- You do not have technical staff to maintain the infrastructure and apply security patches
- The agent interacts directly with clients and you need guarantees of availability and quality
- You handle sensitive data in a regulated environment and need verifiable compliance
- You need professional support and SLAs in case of problems
Alternatives like Botpress (open source, more mature, and with a visual builder), Tidio (simple and economical for basic customer service), or managed solutions allow you to advance faster with less risk. But none offer the level of autonomy and flexibility that OpenClaw provides when configured correctly.
Practical Uses for an SME
If you decided to explore OpenClaw, these are the most realistic use cases for a business:
Internal Team Assistant
Configure OpenClaw connected to your company's internal documentation using RAG. Your team can consult procedures, policies, and manuals from Telegram or Slack without searching through folders. Since it is internal, the risk is lower than with a customer-facing agent.
Automation of Repetitive Tasks
Scheduling reminders, generating meeting summaries, monitoring brand mentions, processing routine emails. ClawHub's productivity skills cover many of these scenarios, although with the security precautions we mentioned.
Multichannel Chatbot Prototype
Before investing in a WhatsApp chatbot or Instagram chatbot for customer service, you can use OpenClaw to prototype the concept internally. Test what kind of questions arrive, what information the agent needs, and how it should respond. Once the concept is validated, you move to a professional implementation with guarantees.
AI Laboratory
For companies that want to understand artificial intelligence in a practical way, OpenClaw is an excellent experimentation environment. You can test different models, connect tools via MCP, and see how autonomous agents work without compromising production systems.
Security Recommendations if You Decide to Use It
If you dare to try it, these precautions are essential:
- Always update to the latest version. Vulnerabilities are patched quickly, but only if you apply the updates.
- Do not install skills without reviewing them. Read the content of the
SKILL.mdfile before installing it. If it includescurlcommands, calls to external URLs, or instructions to disable protections, discard it. - Run in an isolated environment. Use Docker sandboxing and do not connect OpenClaw to networks with critical production data.
- Use local models for sensitive data. If you are going to process client information, use Ollama locally instead of cloud APIs.
- Limit agent permissions. Do not give it access to your entire file system or the ability to execute any command. Define exactly what it can and cannot do.
- Monitor activity. Review the agent's logs regularly to detect unexpected behavior.
The Future of OpenClaw
With Steinberger at OpenAI and an independent foundation in charge, OpenClaw is at an interesting moment. The community is huge (346,000 stars and growing), the skills ecosystem expands daily, and the integration with MCP opens possibilities for connection with practically any enterprise system.
The challenges are clear: the security of the skills marketplace, the maturity for production environments, and the governance of a project that has grown much faster than its quality control infrastructure.
For SMEs, OpenClaw represents an opportunity to experiment with autonomous AI agents without economic barriers to entry. But responsible experimentation requires knowledge, caution, and, in many cases, professional support to avoid exposing the business to unnecessary risks.
How We Can Help
At Navel Digital, we work with companies that want to leverage AI in a practical and secure way. Whether you want to explore OpenClaw as an internal tool, implement a professional WhatsApp chatbot or Instagram chatbot for customer service, or integrate AI agents into your business processes, we accompany you through the entire process.
We analyze your case, design the solution that best fits your needs, and ensure that it works with the security and privacy guarantees your company requires. Contact us without obligation.