How To Set Up OpenClaw (Beginner-Friendly Guide)
Written by, John Soriano on February 25, 2026
If you can use Telegram and copy-paste a few commands, you can run OpenClaw.
This guide is written for non-technical business owners who want an AI operator that can actually do work, not just chat.
What OpenClaw does in plain language
OpenClaw is your AI operations assistant. You message it, and it can:
- create invoices,
- send payment links,
- send SMS reminders,
- track leads,
- maintain your task and knowledge system,
- and run recurring jobs automatically.
Think of it as a digital operator for your one-person company.
Before you start
You need these ready:
- A Linux machine or VPS that stays online.
- Docker installed.
- Telegram account (for messaging OpenClaw).
- AWS account (for secure key storage in Secrets Manager).
- Your service accounts/keys (Xendit, M360, Airtable, etc.).
Step 1: Install and start OpenClaw
Install OpenClaw, then run:
openclaw gateway start
openclaw status
If status is healthy, OpenClaw is running.
Step 2: Set your workspace
Your workspace is where memory and project files live.
openclaw config set agents.defaults.workspace /home/nuc/Agentic
openclaw gateway restart
You only need to do this once.
Step 3: Secure your keys (important)
Do not keep API keys in plain text files. Use AWS Secrets Manager.
Example secret names:
openclaw/prod/xenditopenclaw/prod/m360openclaw/prod/airtable
Store JSON values, for example:
{
"api_key": "...",
"webhook_verify_token": "..."
}
OpenClaw can load these securely at runtime.
Step 4: Connect Telegram
- Create your Telegram bot via BotFather.
- Link bot token in OpenClaw channel setup.
- Send a message to your bot.
- Confirm OpenClaw replies in Telegram.
Once this works, you can run operations from chat.
Step 5: Bring your business modules online
Start simple and add one domain at a time:
- Finance (Xendit)
- Notifications (M360 SMS)
- Leads (pipeline tracking)
- Knowledge (notes and memory)
- Marketing (Airtable social calendar)
This keeps setup clean and avoids confusion.
Step 6: Use a safe posting and automation flow
For content and social:
- Keep ideas and drafts in Airtable.
- Use statuses like:
idea → draft → approved → scheduled → published. - Let OpenClaw post only approved content at first.
- Move to full autonomy when you trust the workflow.
Step 7: Add nightly automation
Set recurring jobs for memory and maintenance, for example:
- nightly memory consolidation,
- overdue invoice checks,
- lead follow-up reminders,
- schedule prep for next day.
This is where OpenClaw saves real time.
Step 8: Keep guardrails in place
Use these rules from day one:
- always secure secrets in AWS,
- always log actions,
- start with low-risk automations,
- notify after every important action,
- review weekly and improve workflows.
Automation works best when it is both fast and accountable.
Quick checklist (copy this)
- OpenClaw running (
openclaw status) - Workspace configured
- Secrets stored in AWS Secrets Manager
- Telegram connected
- Finance + SMS tested
- Airtable workflow connected
- Nightly automation enabled
- Action logs reviewed
Final note
OpenClaw is most powerful when you treat it like an operator, not a toy.
Start with one workflow. Make it reliable. Then scale.
That is how non-technical founders build technical leverage.