Free Guide ยท No Coding Required

Build Your Personal AI Agent in 60 Minutes

OpenClaw gives you a powerful AI assistant that lives in your messaging apps, handles your busywork, and actually remembers what you tell it.

What is OpenClaw?
OpenClaw is free, open-source software you install on your Mac or Linux computer. Once set up, it gives you a personal AI assistant that lives in Telegram, Slack, or WhatsApp. You talk to it in plain English โ€” it responds, takes action, and remembers everything. Think of it as a very smart personal assistant that never sleeps, for just a few dollars a month.
00

You Don't Need to Be Technical

AI agents aren't just for engineers. If you can use Slack, you can build one.

You're busy. You don't have time to learn programming. But you also don't want to feel left behind as AI transforms everything. Here's the deal: you don't need to understand how AI works under the hood โ€” you just need to know how to use it.

01

How It Works

Every time you message your agent, this happens in about a second.

1
You send a message
Via Telegram, Slack, WhatsApp, or terminal
2
OpenClaw reads your files
Loads SOUL.md, USER.md, MEMORY.md โ€” your agent's identity and history
3
The AI model understands your request
Claude, GPT, or Minimax processes what you're asking with full context
4
It takes action
Calls tools, runs skills, or spawns sub-agents
5
It remembers
Writes important details back to MEMORY.md
6
You get a response
Personalized, context-aware, and ready for your next message
WHO it isSOUL.md

Personality, tone, values. What makes your agent feel like yours.

WHO you areUSER.md

Your preferences and goals. Helps the agent tailor everything to you.

What it remembersMEMORY.md

Long-term memory that persists across every session, forever.

Your environmentTOOLS.md

Your local setup โ€” device names, shortcuts, preferences.

Main Agent

The Boss

Full-time ยท Has memory ยท Knows you

Sub-Agent
Warren

๐Ÿ“ˆ Investment tracking

Sub-Agent
Crawly

๐Ÿ” Research & info

Sub-Agent
Cathie

โœ๏ธ Content creation

02

Setup in 30 Minutes

Get OpenClaw installed and your first agent running.

โš ๏ธ One Small Technical StepInstallation uses the command line โ€” the black text window. It takes 2 minutes and is the only moment that requires copying and pasting commands.
# Download OpenClaw
git clone https://github.com/openclaw/openclaw.git
cd openclaw

npm install && npm run setup
1
Telegram (Recommended)

Message @BotFather โ†’ type /newbot โ†’ copy API token โ†’ paste into setup wizard.

2
Slack

Go to api.slack.com โ†’ Create App โ†’ copy OAuth token โ†’ paste into setup wizard.

3
WhatsApp

Select WhatsApp in the setup wizard and follow the QR code scanning flow.

03

Understanding Models

Use the right AI for the right job โ€” and save money doing it.

Claude
Anthropic

Best for writing, analysis, nuanced reasoning. Less likely to make things up.

Haiku
Fast ยท $
Sonnet
Balanced ยท $$
Opus
Best ยท $$$
GPT
OpenAI

Best for coding, general tasks, complex multi-part instructions.

4o Mini
Fast ยท $
4o
Balanced ยท $$
o1
Reasoning ยท $$$
MiniMax
Minimax

Best for high-volume, cost-sensitive tasks where speed matters most.

M2.5
Fast ยท $
TaskBest ChoiceWhy
Quick reminders, simple lookupsHaiku / 4o MiniFast and cheap
Writing, editing, brainstormingSonnetClaude excels at nuanced language
Coding, technical tasksGPT-4oOpenAI leads at code generation
Complex analysis, multi-step reasoningOpus / o1Use heavyweights for hard stuff
04

Building Your Bot's SOUL

This is where most people get stuck โ€” here's the full picture.

SOUL.md defines who your agent is โ€” its personality, tone, and values. Two people using identical tools but different SOUL.md files will have completely different experiences.

05

Memory & Context

Without memory, your agent resets every conversation.

โšก

Short-Term

Current conversation only. Resets when the session ends โ€” like RAM.

in-session
๐Ÿ“…

Daily Memory

A log for each day you use OpenClaw. Auto-referenced for the past 2 days.

YYYY-MM-DD.md
๐Ÿง 

Long-Term

Persistent facts and preferences that never expire. Your agent's permanent memory.

MEMORY.md
โœ… Best PracticeBefore ending any session: "Update memory with what we worked on today and what's pending."
06

Skills

Skills are like apps for your agent.

Watch: Installing & Creating Skills (add your YouTube link here)

๐Ÿšจ Gmail โ€” Use a Dedicated AccountNever connect your personal Gmail. Create a new account just for your bot.
07

Advanced Patterns

Once you're comfortable with the basics, here's how to level up.

Watch: Advanced Agent Patterns (add your YouTube link here)