We use Clawdbot to run marketing workflows we don't want humans doing manually.
This isn't theory. This is the exact setup we use before plugging agents into distribution, SEO, replies, and outbound.
If you can copy/paste and follow instructions, you can set this up in ~20 minutes.
What You're Actually Building
You're setting up:
After that, you can start building agents on top. No Docker gymnastics. No server setup. Just local.
Step 1 — Create a Clean Folder
Create a folder on your laptop:
Don't mix this with random projects. Keep it isolated.

Step 2 — Install Cursor
Download Cursor from the official website: cursor.com/downloads.
Install it and open it. You don't need to know how to code — you just need it to run a terminal and edit files.
Step 3 — Open the Folder in Cursor
Inside Cursor:
Click "Open Folder"
Select clawdbot
Now everything runs inside that directory.

Step 4 — Install OpenClaw
Go to the OpenClaw GitHub repository:
Click the green "Code" button
Select "Download ZIP"
Unzip the downloaded file
Copy the unzipped folder into your clawdbot folder

Once the folder is inside your clawdbot directory, ask Cursor to set it up for you:

Ask Cursor to start localhost for you. When it's running, open your browser at:
You should see the OpenClaw dashboard.

If you see a dashboard, you're good.
Step 5 — Create a Telegram Bot
Open Telegram. Search: @BotFather
Type /newbot
Pick a name.
Pick a username (must end in bot).
It will give you a token that looks like:
Copy it.
Don't post it publicly. Whoever has it controls your bot.

Step 6 — Connect Telegram to OpenClaw
In OpenClaw, go to: Channels → Telegram

| Field | Value |
|---|---|
| Telegram Bot Token | Paste your token |
| Mode | polling |
| Webhook fields | Leave empty |
| Enabled | ON |
Click: Save → Reload → Probe
Success state
Running: Yes
If not, your token is wrong. Regenerate it in BotFather and try again.
Screenshot: Telegram settings with Running: Yes
Step 7 — Approve Pairing
When you message your bot the first time, it'll send a pairing code. In your terminal, run:
Replace YOUR_CODE with the code from Telegram.
Now message the bot again. If it replies, setup is complete.
Step 8 — Connect Claude
Inside your clawdbot folder, create a file:
Add:
Save it. Restart OpenClaw. Now your Telegram bot is backed by Claude.
Safety Notes
Running this on your main laptop is fine for testing, internal bots, and early experiments. But understand:
It runs with your user permissions
Your API keys are stored locally
It stays active while running
If this becomes revenue-generating, public-facing, or running 24/7 — move it to a separate machine.
What We Recommend
Dedicated old laptop
Or a used Mac Mini
Or at minimum, separate OS user
Clean isolation. No risk to personal files. Can run 24/7. Doesn't slow your main work.
Your thinking machine and your automation machine shouldn't be the same box.
What This Unlocks
Once this is running, you can build:
But all of that sits on top of this base layer.
This is the foundation. Get this right once. Then iterate.
Need Help Setting Up?
Email hello@get-ryze.ai and we'll walk you through it.






