VOOZH about

URL: https://www.eesel.ai/blog/how-to-use-clawd-bot

โ‡ฑ A complete guide on how to use Clawd Bot (now OpenClaw) | eesel AI


A complete guide on how to use Clawd Bot (now OpenClaw)

๐Ÿ‘ Stevia Putri
Written by

Stevia Putri

Last edited February 1, 2026

Expert Verified
๐Ÿ‘ Image alt text

Thereโ€™s a lot of talk about OpenClaw, the open-source AI assistant thatโ€™s had a few name changes (you might know it as Moltbot or Clawdbot). It's often pitched as a personal "AI employee" you can text on WhatsApp to control your computer, which sounds pretty cool.

But what does that really mean in practice? This guide will walk you through everything. Weโ€™ll cover what OpenClaw is, its main features, how you actually use it, what it costs, and importantly, the security considerations you canโ€™t ignore. It's an incredibly powerful tool, but that power comes with some serious technical hurdles and risks. Let's get into it.

What is OpenClaw (formerly Moltbot and Clawdbot)?

OpenClaw is a free, open-source, self-hosted AI agent from developer Peter Steinberger. If you've been following its development, you've seen the name changes. It started as Clawdbot, switched to Moltbot after a trademark nudge from Anthropic (who make the Claude AI), and has now landed on OpenClaw. <quote text="1. Clawdbot was too close to Claude so they had to change it.

  1. Mold bot was a terrible name that had users and the space in general making jokes so they changed it again" sourceIcon="https://www.iconpacks.net/icons/2/free-reddit-logo-icon-2436-thumb.png" sourceName="Reddit" sourceLink="https://www.reddit.com/r/ClaudeCode/comments/1qr6jwz/comment/o2lx8fc/"> So, what does it do? Imagine it as a bridge between your phone's messaging apps (like WhatsApp, Telegram, Signal, or iMessage) and your computer. You install a program called a "Gateway" that runs in the background on your machine. When you send it a command like, "find that screenshot I took of the sales chart," the gateway shoots your request to an AI model. The AI figures out the right terminal commands to run on your computer, the gateway executes them, and the result pops up back in your chat.

Its main draw is privacy. Since it all runs on your hardware, your files and prompts stay on your machine, except for the text that goes to your chosen AI model's API. This gives you a level of control that's rare with most cloud-based AI tools.

Hereโ€™s a quick look at how a command gets processed, which you can see in the diagram below:

  1. You send a message from WhatsApp, like "How much disk space do I have left?"
  2. The message is picked up by the "OpenClaw Gateway" running on your computer (let's say a Mac Mini).
  3. The gateway forwards the command to an AI model's API, like Anthropic's Claude.
  4. The AI model returns the correct shell commands to check disk space.
  5. The gateway runs those commands right there in your computer's terminal.
  6. The answer is sent back to you on WhatsApp.
    A flowchart detailing the six steps of how OpenClaw processes a command, from the initial prompt to the final action.

How to set up OpenClaw

Before you dive in, you should know that setting up OpenClaw isn't like downloading a normal app. Youโ€™ll need to be comfortable with the command line and have a basic grasp of how servers and APIs work.

Hardware and software prerequisites

First, youโ€™ll need the right software. OpenClaw requires Node.js version 22 or higher.

It runs on macOS and Linux. If you're on Windows, you'll need to use the Windows Subsystem for Linux (WSL2) to make it work.

As for hardware, you could run it on your main laptop, but this is not ideal. For it to be useful, it needs to be on 24/7. That's why a dedicated, always-on machine like a Mac Mini or a Virtual Private Server (VPS) is the better choice. This also helps keep it separate from your personal machine, which is smart for security reasons weโ€™ll cover in a bit.

Installation process overview

Getting OpenClaw installed kicks off with a single command you run in your terminal:

"curl -fsSL https://openclaw.ai/install.sh | bash"

This script starts the installation. Once it's done, youโ€™ll run the "openclaw onboard" command. This brings up a setup wizard in your terminal that guides you through the rest. You'll need to connect your own large language model by providing an API key from a service like Anthropic (for Claude), OpenAI, or Google. This is what acts as the "brain" for your agent.

After that, you'll connect your messaging channels. For WhatsApp, you scan a QR code, and for Telegram, you provide a bot token.

Technical setup vs a managed solution

As you can see, this whole process is built for a technical crowd. You need to be okay with managing API keys, working in the terminal, and thinking about server security.

For business teams, this is usually where the idea stops. The time and expertise needed are pretty big hurdles. This is where platforms like eesel AI offer a different path. Instead of messing with servers and scripts, you "hire" an AI teammate. eesel connects to the tools you already use, like Zendesk, Slack, or Shopify, and learns from your data in minutes. No developer is needed, which means your team gets the benefits of AI without the technical headache.
An illustration of the eesel AI teammate, an alternative for businesses that don't know how to use Clawd Bot.

Core features and popular use cases

Once you have OpenClaw running, you can start using its real power. Itโ€™s all about automating tasks and getting info from your computer right from your phone, no matter where you are.

Interacting with your local machine

The most fundamental feature of OpenClaw is its ability to run shell commands on your computer. This opens up a world of possibilities.

For example, you could ask it to find a specific screenshot lost in a cluttered downloads folder. Or you could ask for a disk space report with Python-generated charts and get it sent to you as a PDF. The community has cooked up some wilder uses, like having the agent transcribe a voice message by stringing together tools like FFmpeg and the Whisper API. Itโ€™s like having a command-line pro on call 24/7.

Extending capabilities with skills

To make complex tasks simpler, OpenClaw uses "Skills." These are essentially pre-packaged scripts that teach your agent new tricks. The initial install comes with about 49 bundled skills covering everything from Apple apps (Notes, Reminders) and developer tools (GitHub) to smart home devices like Philips Hue and Sonos.

But the real fun is in the community contributions. There are directories like MoltDirectory with over 500 skills for almost anything you can think of, from controlling your Tesla to ordering groceries. And if you can't find a skill you need, you can build your own. You could create a custom skill that automatically resizes and watermarks images you send to it, for instance.

Proactive monitoring and persistent memory

OpenClaw isn't just reactive; it can be proactive. With features like "Heartbeats" (periodic checks) and "Cron jobs" (scheduled tasks), you can have your agent monitor things for you and take action when needed.

It also has a simple memory system. It uses markdown files like "SOUL.md" to define its personality and "USER.md" to remember things about you. This helps it keep context in conversations. Some developers are even building fascinating projects on top of this, like Moltbook, which is a kind of social network where different AI agents can interact with and learn from each other.

Security concerns to consider

OpenClaw's design comes with some major security risks. One expert even suggested it could lead to a future "Challenger disaster" for AI.

Its not secure, period. I mean.. if you know what you are doing and follow their documentation, you are pretty much safe.. but people just accepting everything through the installation process without reading anything... not Clawdbot fault.. everyone wants to jump on the hype train. Not secure because 'normal' users don't understand its power. In the first couple of hours when it came out nearly 2000 users exposed their api keys and sensitive data.

The inherent risks of remote shell access

The official documentation says it perfectly: "Running an AI agent with shell access on your machine isโ€ฆ spicy." You are opening a direct line from the internet to your computer's command line.

The biggest threat here is "prompt injection." This is where a sneaky message, maybe hidden in an email or a document your agent reads, could fool the AI into running malicious commands. We're talking about commands like "rm -rf", which could wipe all your files, or others that could leak your private data. This isn't just a theory; in one test, an injected prompt tricked a bot into deleting a user's entire email inbox.

Mitigation strategies and best practices

The developers know about these risks and have built in a key security feature: sandboxing with Docker. This lets you run commands in an isolated "container," which limits the damage a bad command could do. You can set it to sandbox commands from group chats (""non-main"") or to sandbox absolutely everything (""all"").

Beyond that, you should follow some basic mitigation strategies:

  • Run OpenClaw on a separate machine that doesn't hold sensitive personal data.
  • Whitelist specific commands that you know are safe.
  • Create API keys with the least amount of permissions necessary.
  • On macOS, give your terminal app Full Disk Access to prevent remote commands from failing silently.
    An infographic comparing the security risks of OpenClaw with the best-practice mitigation strategies.

    Pro tip

    On macOS, go to 'System Settings > Privacy & Security' and grant Full Disk Access to your terminal app *before* you start using OpenClaw. If a permission prompt pops up while you're away from your computer, the command will just fail without telling you why.

Is it right for your business?

These security risks suggest OpenClaw is better suited for personal projects rather than business-critical work involving sensitive data. The potential for unintended consequences is a significant factor for businesses to consider.

For business use cases, a managed AI solution like eesel AI provides an alternative built for a secure business environment. It includes features such as SOC 2 Type II compliance, data encryption, and role-based access controls. It also allows teams to simulate AI responses on past tickets before deployment, offering a controlled way to implement AI without direct shell access or the need to manage server security.
The eesel AI Agent provides a secure, managed solution for businesses looking to leverage AI without the security risks of direct shell access.

OpenClaw pricing

This part is pretty simple. The OpenClaw software is completely free and open-source under the MIT License. You can download it, change it, and use it without paying anything.

The actual cost is in using the large language model's API. Every time your agent "thinks," it's making an API call to a service like Anthropic's Claude, and you pay for that usage based on the amount of text processed (tokens).

The official docs give some rough monthly cost estimates:

Is OpenClaw the right AI assistant for you?

OpenClaw is an amazing piece of tech. Itโ€™s a powerful, modern, and highly customizable AI agent that gives you incredible control and privacy for personal automation projects.

But it all boils down to a trade-off: you get all that power in exchange for a complicated setup and a big security responsibility. It's a fantastic tool for developers, hobbyists, and tech lovers who understand the risks and have the skills to manage them. For that crowd, itโ€™s a great way to play with the future of personal AI.

For those who prefer a visual walkthrough, this video offers a great beginner's guide to OpenClaw (formerly Clawdbot), explaining the core concepts in just a few minutes.

This beginner's guide to OpenClaw explains the core concepts in just a few minutes.

However, for businesses looking to implement AI for customer service or internal support, the technical requirements and security risks are important considerations. These environments often require a solution that is secure, reliable, and user-friendly for the entire team. Instead of building an AI agent, think about hiring one. eesel AI is a secure, managed platform you can "hire" in minutes to handle support tickets, answer internal questions, and even act as an AI sales repโ€”all without writing code or worrying about server security.

Frequently Asked Questions

๐Ÿ‘ eesel

Hire your AI teammate

Set up in minutes. No credit card required.

Share this article

๐Ÿ‘ Stevia Putri

Article by

Stevia Putri

Stevia Putri is a marketing generalist at eesel AI, where she helps turn powerful AI tools into stories that resonate. Sheโ€™s driven by curiosity, clarity, and the human side of technology.

Related Posts

All posts โ†’
Guides

A deep dive into the Clawd Bot GitHub integration

A practical look at the Clawd Bot GitHub integration, covering its setup, capabilities, and the security considerations for professional development teams.

๐Ÿ‘ Stevia Putri
Stevia PutriยทFeb 1, 2026
Guides

A complete guide to a Clawd Bot LINE integration

Considering a Clawd Bot LINE integration? This guide walks through the technical possibilities, important security considerations, potential costs, and why a self-hosted solution might differ from a business-ready AI platform.

๐Ÿ‘ Stevia Putri
Stevia PutriยทFeb 1, 2026
Guides

An overview of the OpenClaw (formerly Clawd Bot) WhatsApp integration

A comprehensive guide to the Clawd Bot WhatsApp integration. Learn about OpenClaw's features, setup process, costs, security implications, and its limitations for business use cases.

๐Ÿ‘ Stevia Putri
Stevia PutriยทFeb 1, 2026
Guides

OpenClaw (Clawd Bot) Telegram integration: A complete guide

Discover the OpenClaw (formerly Clawd Bot) Telegram integration. Learn about its setup, powerful use cases for managing your digital life, and the often-overlooked hidden costs and security risks involved in self-hosting your own AI assistant.

๐Ÿ‘ Stevia Putri
Stevia PutriยทFeb 1, 2026
Alternatives

The 6 best Clawd Bot alternatives I tested in 2026

OpenClaw, formerly Clawd Bot, is a powerful open-source AI assistant, but its technical complexity, security considerations, and variable costs lead many to seek alternatives. This guide explores top choices for business automation, developers, and productivity users.

๐Ÿ‘ Stevia Putri
Stevia PutriยทFeb 1, 2026
Guides

A realistic guide to OpenClaw AI pricing

The OpenClaw AI software is free, but what's the real cost to run it? This guide provides a full breakdown of hardware needs, API usage fees, and the often-overlooked costs of setup, maintenance, and security.

๐Ÿ‘ Stevia Putri
Stevia PutriยทFeb 1, 2026
Guides

An honest OpenClaw AI review: The future of agents or a security risk?

Is OpenClaw AI the future of AI agents or a security risk? Our in-depth review covers its setup, features, pricing, and why businesses should be cautious.

๐Ÿ‘ Stevia Putri
Stevia PutriยทFeb 1, 2026
Guides

Molt Bot: A complete overview of the viral AI assistant

Molt Bot, a powerful open-source AI agent, has gained significant attention for its ability to control a computer's keyboard and mouse. We explore its features, capabilities, and the significant security considerations for business use.

๐Ÿ‘ Stevia Putri
Stevia PutriยทJan 30, 2026
Guides

IT helpdesk AI in 2026: 6 tools worth using

Six IT helpdesk AI tools compared for 2026: eesel AI, ServiceNow, Freshservice, Jira Service Management, ManageEngine, and Zendesk.

๐Ÿ‘ Amogh Sarda
Amogh SardaยทMay 6, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free