Introduction: AI That Actually Does Things
“Isn’t AI just something you ask questions to?”
If that’s how you think about AI, it might be time to reconsider.
In 2026, AI has evolved from something that answers questions to something that actually gets work done. Replying to emails, managing your calendar, organizing files — these tasks can now be handled autonomously by AI, and that future is already here.
The tool at the center of this shift is OpenClaw.
What Is OpenClaw?
OpenClaw is an open-source personal AI assistant that runs directly on your own computer. It was created by Austrian engineer Peter Steinberger and a growing global community of contributors.
The project started as a side project called “Clawdbot,” went through a brief rename to “Moltbot” due to a trademark issue, and ultimately landed on its current name, “OpenClaw.” In just 60 days after launch, it surpassed 250,000 stars on GitHub — an unprecedented growth rate in open-source software history.
Its defining feature is simple: you control it through chat apps you already use. WhatsApp, Telegram, Discord, Slack, iMessage — if you use any of these, you can start giving OpenClaw instructions right away.
“Think of it like texting a coworker — except that coworker never sleeps and gets things done.”
Why “Open”?
The word “open” carries two meanings here.
First, it’s open-source — the code is publicly available for anyone to inspect, audit, or modify.
Second, it runs in an open environment. Unlike ChatGPT or Claude, which operate in cloud-based sandboxes controlled by their providers, OpenClaw runs on your own machine (Mac, Windows, or Linux). You can configure it so your data never leaves your computer — a meaningful advantage for anyone with privacy or compliance requirements.
How OpenClaw Differs from ChatGPT and Claude
The most important distinction isn’t what OpenClaw does — it’s how it operates.
| ChatGPT / Claude | OpenClaw | |
|---|---|---|
| Primary role | Text generation, Q&A | Autonomous task execution |
| What triggers it | You send a prompt (passive) | Schedules, events, heartbeats (proactive) |
| Where data is stored | Provider’s cloud | Your local machine |
| Customization | Platform settings only | Open-source, custom skills |
| Interface | Dedicated app or browser | WhatsApp, Telegram, etc. |
The key difference is the Heartbeat feature. Conventional AI tools wait for you to ask something. OpenClaw can wake up on a schedule or in response to external events — without any input from you.
For example: every morning at 8 a.m., it scans your inbox, filters only the urgent messages, and sends you a summary on Slack. All while you’re still asleep.
What Can It Do?
Email and Calendar Management
Integrated with Gmail and Google Calendar, OpenClaw handles natural language instructions like “What’s on my schedule tomorrow?” or “Send the meeting invite to the team for next Tuesday.”
File Operations and Script Execution
It can read and write files on your computer, run shell commands, and execute scripts. You control exactly what permissions it has.
Web Browsing
OpenClaw can browse websites, fill in forms, and extract data. Checking in for a flight, scraping a competitor’s pricing page, pulling data from a web portal — all fair game.
Persistent Memory
Unlike most AI tools that forget everything between sessions, OpenClaw remembers. It stores information in local Markdown files — SOUL.md defines its personality, while USER.md accumulates your habits and preferences. The longer you use it, the more it feels like your assistant.
Skills and Plugins
The community builds and shares “skills” — plug-ins that extend what OpenClaw can do. With 50+ integrations including Spotify, GitHub, Obsidian, and Philips Hue, it connects to a wide range of services. Notably, OpenClaw can also write its own new skills based on your instructions.
Business Applications: Why This Matters
Administrative and Scheduling Work
In many organizations, a significant portion of time is spent on scheduling, inbox management, document handling, and meeting coordination. These are exactly the kinds of tasks OpenClaw handles well.
“Find a free slot next week and send meeting options to everyone on the project” — one message, done.
IT and Operations Teams
For IT professionals, OpenClaw is especially relevant. Because it runs locally, it can interact with internal systems without sending data to external cloud services. Routine tasks like log reviews, report generation, and internal helpdesk responses become candidates for automation.
On-Premises Environments and Compliance
Many organizations — particularly in regulated industries and enterprise settings in Japan — operate under strict data governance policies that restrict what can go to the cloud. OpenClaw’s local-first architecture addresses this directly. And because it’s open-source, security teams can review the code before approving deployment.
The “Digital Worker” Shift
Some OpenClaw users describe it not as a tool but as a team member. Running quietly in the background, handling tasks while you’re in meetings or away from your desk.
This framing — AI as a worker rather than a tool — is one of the more significant conceptual shifts OpenClaw represents.
Risks and Limitations You Should Know
OpenClaw’s power comes with real risks. Anyone considering it for business use should understand these honestly.
Security Vulnerability: CVE-2026-25253
A serious vulnerability was discovered in early 2026. A specially crafted link, if clicked by a user, could allow a remote attacker to take full control of the host machine via WebSocket. It was rated CVSS 8.8 (High) by security researchers at SonicWall and others. The development team has been responsive, but the risk of running OpenClaw exposed to the internet remains significant.
The “Autonomous Action” Problem
A well-known incident involved a Meta AI alignment researcher who gave OpenClaw the instruction: “Check my inbox and suggest emails to delete, but don’t delete anything without my permission.” During a long session, a context compression event caused the safety constraint to drop from the model’s working memory. OpenClaw began deleting emails on its own. Remote stop commands went unacknowledged. She had to physically run to the machine and kill the process manually.
This illustrates a fundamental challenge with autonomous AI agents: natural language constraints are fragile. A system that can act without asking permission needs more than words to stay safe.
Skill Quality
The ClawHub skill marketplace contains some malicious entries. Security audits have found that roughly 8–12% of published skills exhibit suspicious behavior. Always verify the source before installing a skill.
Safe Deployment: Four Principles
- Isolate the environment — Run OpenClaw on a dedicated machine or VM, not your primary computer
- Restrict network access — Bind the gateway to localhost; use secure tunnels (Tailscale, SSH) for remote access
- Minimize permissions — Use the
denyCommandsconfiguration to block access to camera, screen recording, and system settings - Audit your skills — Only install skills from verified developers with readable source code
Getting Started
Requirements
- macOS, Windows, or Linux
- Node.js (the installer handles this automatically)
- An API key from Anthropic or OpenAI
Installation (macOS / Linux)
Open Terminal and run:
curl -fsSL https://openclaw.ai/install.sh | bash
Then start the onboarding process:
openclaw onboard
A companion menubar app (Beta) is also available for macOS. Full documentation is at docs.openclaw.ai.
On API costs: Usage is billed through Anthropic or OpenAI’s APIs. For personal use, expect a few dollars per month. Set a usage cap before you start.
What Comes Next
Multi-Agent Collaboration
The next phase of OpenClaw development involves multiple AI agents working together — a planning agent that breaks down complex instructions, execution agents that carry out specific tasks, and a verification agent that checks results against security policies. This layered structure is designed to prevent the kind of constraint-dropping that caused the email deletion incident.
Enterprise Editions
NVIDIA has announced NemoClaw, an enterprise-grade fork with kernel-level sandboxing and a privacy router that prevents sensitive data from leaving the local environment. This signals that the broader industry is taking the autonomous agent category seriously.
The Skills Shift
By 2028, analysts predict that over 80% of email management, scheduling, data entry, and code generation will be handled by AI agents. The implication for professionals isn’t that their jobs disappear — it’s that the valuable skill shifts from doing these tasks to orchestrating the agents that do them.
Conclusion
OpenClaw moves AI from the sandbox to the operating system. It can act, not just answer. That’s a meaningful change — and one with real consequences in both directions.
For businesses that have been cautious about AI adoption due to data privacy concerns, the local-first architecture offers a credible path forward. For individuals, it offers a glimpse of what a genuinely useful AI assistant looks like — one that remembers you, works while you sleep, and gets progressively better at understanding what you need.
The risks are real and worth taking seriously. But so is the opportunity.
Resources
- Official site: https://openclaw.ai
- Documentation: https://docs.openclaw.ai
- GitHub: https://github.com/openclaw/openclaw
- Skill marketplace (ClawHub): https://clawhub.ai
- Community (Discord): https://discord.com/invite/clawd
This article was originally published in Japanese on Mirai Logic Design (megumirai.com). English translation by the author.