What is OpenClaw? Agentic AI that can automate any task
Date:
Mon, 30 Mar 2026 10:07:00 +0000
Description:
OpenClaw is a free and open-source AI agent that connects LLMs to your apps and files, automating tasks via chat. Here's what it does, how it works, and the risks involved.
FULL STORY ======================================================================Copy link Facebook X Whatsapp Reddit Pinterest Flipboard Threads Email Share this article 0 Join the conversation Follow us Add us as a preferred source on Google Newsletter Tech Radar Pro Are you a pro? Subscribe to our newsletter Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed! Become a Member in Seconds Unlock instant access to exclusive member features. Contact me with news and offers from other Future brands Receive email from us on behalf of our trusted partners or sponsors By submitting your information you agree to the Terms & Conditions and Privacy Policy and are aged 16 or over. You are
now subscribed Your newsletter sign-up was successful Join the club Get full access to premium articles, exclusive features and a growing list of member rewards. Explore An account already exists for this email address, please log in. Subscribe to our newsletter You've probably used an AI powered toools to draft an email or summarize a document. But what if your AI assistant could actually send that email, organize your inbox, and schedule the follow-up
call while you're making coffee? That's the gap OpenClaw is designed to fill.
Professionals dealing with repetitive digital workflows are paying close attention to this tool. If you manage calendars, chase leads, handle customer messages, or juggle a dozen browser tabs at once, OpenClaw promises to hand those tasks to an AI that can carry them through from start to finish, not just tell you how to do them yourself. What is OpenClaw (aka Moltbot or Clawdbot)? OpenClaw is an open-source AI agent that runs on your own hardware and connects large language models (LLMs) like Claude or ChatGPT to the software and services you use every day. Unlike a chatbot , it doesn't stop
at generating a response. It can take actions: reading and writing files, sending messages, browsing the web, executing scripts, and calling external APIs, all through familiar messaging apps like WhatsApp , Telegram, or Slack. Article continues below You may like Hostinger launches one-click OpenClaw AI agent deployment Microsoft says OpenClaw is "not appropriate to run on a standard personal or enterprise workstation" so should you be worried? Moltbot is now OpenClaw - but watch out, malicious 'skills' are still trying to trick victims into spreading malware
The project was created by Austrian developer Peter Steinberger, founder of PSPDFKit. It's built around a local "Gateway" process that acts as the
control plane, sitting between your messaging apps and the AI model, routing instructions and executing tasks. Think of it as giving your AI a pair of hands and a persistent memory, rather than just a voice. The LLM provides the reasoning; OpenClaw provides the infrastructure to act on it.
What makes it stand out from managed AI platforms is the degree of control it gives you. Your conversation history, session state, and tool execution all stay on your own infrastructure. The only calls going out are to your chosen LLM provider's API. Launch, virality, and early reception OpenClaw started life in November 2025 under the name Clawdbot. It was renamed Moltbot in January 2026 following a trademark complaint from Anthropic, and then rebranded again as OpenClaw three days later. Within weeks of that final rename, the project passed 100,000 GitHub stars and became one of the most-discussed tools across developer communities on Reddit, LinkedIn, and X.
The viral moment was partly driven by the Moltbook project, an experimental platform where OpenClaw agents can interact with each other rather than with human users. Nvidia CEO Jensen Huang said at GTC 2026 that OpenClaw was "probably the single most important release of software, you know, probably ever," drawing comparisons to the long-term impact of Linux. Are you a pro? Subscribe to our newsletter Sign up to the TechRadar Pro newsletter to get
all the top news, opinion, features and guidance your business needs to succeed! Contact me with news and offers from other Future brands Receive email from us on behalf of our trusted partners or sponsors By submitting
your information you agree to the Terms & Conditions and Privacy Policy and are aged 16 or over.
Sam Altman was taken enough by the project to hire Steinberger directly and announced in February 2026 that OpenClaw would move to an open-source foundation. Current state, what's next, pros and cons OpenClaw has surpassed 250,000 GitHub stars, moving past React as the most-starred non-aggregator project on the platform. Steinberger is now at OpenAI, and the project is governed by an independent open-source foundation. Enterprise adoption is growing, with Nvidia reportedly running OpenClaw instances across its
internal teams for tasks ranging from tooling development to code writing.
That said, the platform is still maturing. Security researchers at Cisco, Gartner, and Trend Micro have all flagged real risks around how the tool is deployed by default, and the skill marketplace has seen supply chain abuse. We'll cover both in more detail below. What to read next Google has quietly made Gmail, Docs, and other Workspace apps work better with OpenClaw OpenClaw is making terrifying mistakes showing AI agents aren't ready for real responsibility The Moltbot AI assistant rebrand provoked an explosion of interest and scams Swipe to scroll horizontally
Pros
Cons
Free and open-source
Complex to configure
Runs on your own hardware
Security risks by default
Works with any major LLM
Requires Node.js setup
100+ built-in skills
Skill marketplace risks
Multi-channel support
Steep learning curve
Persistent memory
Prompt injection exposure How does OpenClaw work? At its core, OpenClaw is a local orchestration layer. You install it on your machine or a server, and it runs a background process called the Gateway, which listens on port 18789 by default. When you send a message through WhatsApp, Telegram, or another connected channel, the Gateway receives it, normalizes it, and routes it to the right agent session.
The agent runtime then loads context from a set of plain-text workspace
files. These include SOUL.md, which defines how the agent behaves; AGENTS.md, which describes its role; and TOOLS.md, which governs what it can do. It also searches a local memory folder for anything relevant from past conversations. All of this gets compiled into a system prompt and sent to your chosen LLM.
The LLM reads the full context and decides what to do next. If the task just needs a reply, it writes one. If it needs to take an action, it requests a tool call. The agent runtime intercepts that request and executes it
directly: running a shell command, opening a browser, reading or writing a file, or calling an API. The response then streams back to you through the original messaging channel.
Memory is file-based and local. Because everything is written to files on
your machine rather than a remote server, OpenClaw sessions persist across restarts. Tell it about a project on Monday, and it still knows about it on Friday. You can also configure multiple agents with different personalities, tools, and permissions, all running through a single Gateway process.
Capabilities are extended through Skills, which are Markdown instruction
files stored in the workspace. Over 100 built-in skills are available, covering things like calendar management, email, browser automation, and CRM integration. The community maintains a registry where you can find and contribute additional skills. OpenClaw only injects the skills relevant to each specific request, rather than loading everything at once, which keeps
the system prompt manageable and the LLM responses focused. OpenClaw use
cases OpenClaw is model-agnostic, self-hosted, and highly configurable, which makes it flexible enough to cover a wide range of workflows. Businesses using it have reported particular value in automating lead-generation pipelines and cutting down on manual admin work.
Some of the most common practical use cases include: Inbox and calendar management: Sorting messages, drafting replies, scheduling meetings based on context Lead generation workflows: Prospect research, website auditing, and pushing results into a CRM Morning briefings: Pulling together news, tasks, and notifications into a daily summary Content pipelines: Drafting,
reviewing, and publishing content from a single prompt Code review
assistance: Integrating with developer tools to summarize pull requests or flag issues Internal tooling: Building lightweight custom tools for tasks
that don't justify a full software project File and data management: Organizing, searching, and transforming documents across folders API automation: Connecting to third-party services without writing custom integration code How to use OpenClaw OpenClaw is a Node.js application. As a prerequisite, you'll need Node.js 22 or later installed on your OS before you start. From there, the quickest path is running the official onboarding
wizard via a terminal command, which walks you through the process of connecting an LLM, linking your first messaging channel, and installing a background service to keep it running around the clock. It works on macOS, Linux, and Windows (with WSL2 recommended for Windows users).
If you want a safer managed deployment, VPS providers, including Hostinger
and DigitalOcean, offer one-click OpenClaw instances with hardened security images. That means you no longer need to handle server provisioning yourself, not to mention you get to keep it separate from your local network. Red Hat
AI also offers an enterprise deployment path through OpenShift, which adds role-based access controls without modifying the agent's code.
However, you should know that execution-focused agentic AI tools like
OpenClaw are not secure by default. Because the Gateway requires broad permissions to work effectively, a misconfigured or publicly exposed instance can be exploited. Security firm Acronis found that a honeypot mimicking an OpenClaw gateway attracted exploitation attempts within minutes of going
live. Keep the Gateway behind a loopback or trusted private network, manage API keys carefully, and vet any third-party skills before installing them
from the community registry.
======================================================================
Link to news story:
https://www.techradar.com/pro/what-is-openclaw
--- Mystic BBS v1.12 A49 (Linux/64)
* Origin: tqwNet Technology News (1337:1/100)