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.
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.
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 |
Personality, tone, values. What makes your agent feel like yours.
Your preferences and goals. Helps the agent tailor everything to you.
Long-term memory that persists across every session, forever.
Your local setup โ device names, shortcuts, preferences.
The Boss
Full-time ยท Has memory ยท Knows you
Warren
๐ Investment tracking
Crawly
๐ Research & info
Cathie
โ๏ธ Content creation
Setup in 30 Minutes
Get OpenClaw installed and your first agent running.
# Download OpenClaw
git clone https://github.com/openclaw/openclaw.git
cd openclaw
npm install && npm run setup
Message @BotFather โ type /newbot โ copy API token โ paste into setup wizard.
Go to api.slack.com โ Create App โ copy OAuth token โ paste into setup wizard.
Select WhatsApp in the setup wizard and follow the QR code scanning flow.
Understanding Models
Use the right AI for the right job โ and save money doing it.
Best for writing, analysis, nuanced reasoning. Less likely to make things up.
Best for coding, general tasks, complex multi-part instructions.
Best for high-volume, cost-sensitive tasks where speed matters most.
| Task | Best Choice | Why |
|---|---|---|
| Quick reminders, simple lookups | Haiku / 4o Mini | Fast and cheap |
| Writing, editing, brainstorming | Sonnet | Claude excels at nuanced language |
| Coding, technical tasks | GPT-4o | OpenAI leads at code generation |
| Complex analysis, multi-step reasoning | Opus / o1 | Use heavyweights for hard stuff |
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.
Memory & Context
Without memory, your agent resets every conversation.
Short-Term
Current conversation only. Resets when the session ends โ like RAM.
in-sessionDaily Memory
A log for each day you use OpenClaw. Auto-referenced for the past 2 days.
YYYY-MM-DD.mdLong-Term
Persistent facts and preferences that never expire. Your agent's permanent memory.
MEMORY.mdSkills
Skills are like apps for your agent.
Watch: Installing & Creating Skills (add your YouTube link here)
Advanced Patterns
Once you're comfortable with the basics, here's how to level up.
Watch: Advanced Agent Patterns (add your YouTube link here)
More guides, courses & templates on the way.
Sign up to get access to future guides, courses, and templates to work with AI โ delivered straight to your inbox.