You installed OpenClaw. Now what? This is the guide I wish I had when I started. No theory. No fluff. Just the exact steps to go from fresh install to a useful AI agent that works for you every day.
I run 13 AI agents on a Mac Mini. They handle my podcast clips, social posts, newsletter, guest research, analytics, community management, and morning briefs. All while I sleep.
But I didn't start with 13 agents. I started with one. And it took me a few weeks to figure out what actually matters.
This guide covers everything a beginner needs to know. From your first conversation to your first cron job to building something real.
- What OpenClaw Actually Is
- Your First 30 Minutes
- SOUL.md and AGENTS.md: Teaching Your Agent Who It Is
- Memory: How Your Agent Remembers Things
- Your First Cron Job (The Daily Brief)
- Skills: Giving Your Agent New Abilities
- 5 Best Use Cases for Beginners
- Which AI Model to Use
- Security: What to Do Before Anything Else
- Common Mistakes and How to Avoid Them
- What to Build Next
What OpenClaw Actually Is
OpenClaw is an open-source AI agent that lives on your machine. A Mac Mini, a laptop, a VPS. It runs 24/7 and you talk to it through Telegram, WhatsApp, Discord, or Signal.
It's not ChatGPT. You don't ask it questions and get answers.
You give it a personality, memory, tools, and a job. Then it does the job. Autonomously. While you sleep.
Think of it as hiring a digital employee. You write a job description (SOUL.md), give it access to your tools, and let it work. It can browse the web, write code, read your emails, create files, manage your calendar, and talk to other agents.
The key difference from other AI tools: OpenClaw runs on YOUR machine. Your data stays with you. You're not locked into one AI provider. If Claude goes down, switch to GPT, Gemini, Qwen, or Kimi. You own everything.
Your First 30 Minutes After Installing
You've installed OpenClaw. You've connected Telegram. Now here's exactly what to do.
Step 1: Say hello
Open Telegram and send your agent a message. Something simple like "Hey, who are you?" It will respond with whatever defaults are in the system. That's fine. You're about to change everything.
Step 2: Create your SOUL.md
This is the most important file. It's your agent's personality, values, and rules. Navigate to your OpenClaw workspace folder and create a file called SOUL.md.
Here's a starter template:
# SOUL.md
You are my personal AI assistant. Your name is [pick a name].
## Rules
- Be direct and concise. No filler words.
- When I ask you to do something, just do it. Don't ask for permission.
- If you're unsure, try to figure it out first. Then ask.
- Write everything important to memory files immediately.
## What you know about me
- My name: [your name]
- My timezone: [your timezone]
- My business: [what you do]
- What matters to me: [your priorities]
## Communication
- I message you on Telegram
- Be proactive. If you notice something important, tell me.
- Keep responses short unless I ask for detail.
The more specific you are, the better your agent performs. Tell it your writing style preferences, what you hate (I told mine: no em dashes, no emojis, no corporate language), and what your goals are.
Step 3: Create your AGENTS.md
This is the instruction manual. It tells your agent how to operate: what files to read, how to handle memory, safety rules, and workflows.
# AGENTS.md
## Every Session
1. Read SOUL.md first
2. Read memory/YYYY-MM-DD.md for today's context
3. Read MEMORY.md for long-term context
## Memory
- Daily notes: memory/YYYY-MM-DD.md (create the memory/ folder if needed)
- Long-term: MEMORY.md
- When I tell you something important, write it down IMMEDIATELY. Not later.
## Safety
- Don't run destructive commands without asking
- Never share private data
- When in doubt, ask
Step 4: Test with a real task
Don't start with something complicated. Give it a simple, real task:
- "Search for the top 5 trending topics about [your industry] today and summarize them."
- "Read this article and give me 3 key takeaways: [paste URL]"
- "Create a markdown file with a weekly plan for my business."
Watch how it responds. Correct it when it gets things wrong. Every correction makes it better.
SOUL.md and AGENTS.md: Teaching Your Agent Who It Is
These two files are the foundation of everything. Every time your agent wakes up, it reads these files first. They are its identity and operating manual.
SOUL.md = who the agent is. Personality, tone, values, preferences.
AGENTS.md = how the agent works. Processes, rules, file structure, workflows.
The biggest mistake beginners make: writing vague instructions. "Be helpful" means nothing. "When I send you a URL, summarize it in 3 bullet points and save to memory/YYYY-MM-DD.md" is a real instruction.
Memory: How Your Agent Remembers Things
OpenClaw doesn't use a database. It uses markdown files. That's it. And it works better than you'd expect.
Two types of memory:
Daily logs: memory/YYYY-MM-DD.md
Raw notes of what happened today. Decisions made, tasks completed, things you told it. Think of it as a daily journal.
Long-term memory: MEMORY.md
Curated knowledge that persists. Your preferences, important facts, project status, lessons learned. This is the agent's long-term brain.
The critical rule: your agent wakes up fresh every session. If it didn't write something to a file, it's gone. Train your agent to write everything down immediately. Not "later." Not "at the end." Now.
Here's what I add to my AGENTS.md:
## Write It Down IMMEDIATELY
When I tell you something, correct you, or give you a rule:
1. Write it to memory/YYYY-MM-DD.md IN THE SAME TURN
2. If it's a permanent rule, update AGENTS.md too
3. If it's a correction about how something works, update the relevant file
If you forget something I already told you, that's a failure.
Your First Cron Job: The Daily Brief
This is the single best use case for beginners. And the one that made me realize how powerful OpenClaw actually is.
A cron job is a task your agent runs on a schedule. Set it up once. It runs every day at the time you choose.
The daily brief: every morning, your agent searches the web for news about your industry, checks your calendar, scans your community (if you have one), and sends you a clean summary on Telegram.
You wake up. Open Telegram. Read a 2-minute brief. You're caught up.
How to set it up
Tell your agent: "I want a morning brief every day at 7AM. Here's what I want in it:"
- Top 5 news items about [your industry]
- My calendar events for today
- Any urgent emails I need to know about
- Weather in [your city]
Your agent will create the cron job for you. You don't need to write cron expressions manually. Just describe what you want and when you want it.
For email integration, I recommend Resend.com if you want to send reports by email without giving your Gmail credentials. It's AI-friendly and has a free tier.
Skills: Giving Your Agent New Abilities
Skills are plugins you can install from ClawHub. They teach your agent how to do specific things.
Skills I recommend for beginners:
| Skill | What It Does |
|---|---|
| Website | SEO best practices for building websites |
| Weather | Current weather and forecasts |
| Summarize | Summarize URLs, podcasts, videos |
| Apple Reminders | Manage reminders on macOS |
| Skill Vetter | Screen skills for security risks before installing |
To install a skill, just tell your agent: "Install the Weather skill from ClawHub." It handles the rest.
5 Best Beginner Use Cases
1. Daily brief
Already covered above. This is your first project. Get news, calendar, and industry updates delivered to Telegram every morning. Once it works, you'll never go back.
2. Build a website
This surprised me the most. I told my agent on Telegram: "I want a website for my community with a blog for SEO." By the end of the morning, I had a full landing page with dynamic pricing, a blog, and proper SEO structure.
You need two free accounts: GitHub (for the code) and Vercel (for hosting). Tell your agent to walk you through both. Once connected, you can build any website or app just by chatting on Telegram.
Why this beats Lovable or v0: you don't need to be at a computer. I finished my website at the gym, texting on Telegram while my agent sent me screenshots of updates.
3. Market research assistant
Tell your agent to find data about your niche every day. It can scan Reddit, Hacker News, YouTube, and industry blogs. Every morning you get a report with trending topics, competitor moves, and opportunities.
My agent Crawly does this at 12:30AM every night. By morning, my whole team has context on what's happening in the world.
4. Content creation from any source
Give your agent a YouTube video, a podcast transcript, or a blog post. Ask it to create:
- 3 Twitter/X posts
- A LinkedIn post
- A newsletter draft
- Key takeaways document
Install the YouTube Transcript Downloader skill from ClawHub to pull transcripts from any video. Once you have the transcript, everything else flows from it.
5. Always-on assistant
This is the use case that changes how you work. Your agent is always available on Telegram. Need a form? It creates one on Tally. Need a calculation? Done. Need to research something? It goes and does it.
I was at the gym, needed a signup form for a tweet I was about to publish. Told my agent to create a Tally account, build a form, and generate the link. By the time I finished my set, the form was ready.
Which AI Model to Use
Short answer: Claude Opus 4.6 for everything.
That's what I run. All 13 agents, all cron jobs, everything. It handles coding, writing, research, and complex reasoning.
If you want to optimize costs, here's the tiered approach:
| Task Type | Recommended Model | Why |
|---|---|---|
| Main agent (thinking) | Claude Opus 4.6 | Smartest available. This is your brain. |
| Writing | Claude Sonnet 4.6 or Opus | Sonnet is often cited as better for writing |
| Heartbeat checks | Gemini Flash 2.5 | Nearly free. $1-2/month. Perfect for simple checks. |
| Repetitive tasks | Kimi K2.5 or Qwen | Cheap muscle for high-volume work |
| Complex coding | Opus or Codex | You need the best for anything structural |
The smart approach from one of our community members: always talk to the smartest model. Then ask that smart model to suggest cheaper alternatives for the repetitive stuff. Use Opus as the brain, cheaper models as the muscles.
Security: What to Do Before Anything Else
This matters more than most guides tell you.
The basics
- Never install on your personal computer. Use a separate machine, VM, or VPS.
- Create a dedicated email account for your agent. It will use this to sign up for tools.
- Treat it like a new hire. Read-only access first. Increase permissions as trust builds.
- Run
openclaw doctorregularly. It flags security issues automatically.
API key protection
Keep your API keys in a .env file, not in openclaw.json. Use local encryption to protect them. If you're on macOS, enable FileVault. On Windows, use built-in encryption. Your agent can walk you through the setup.
Anti-loop rules
Add this to your AGENTS.md to prevent your agent from burning tokens on failed tasks:
## Anti-Loop Rules
- If a task fails twice with the same error, STOP and report. Do not retry.
- Never make more than 5 consecutive tool calls without checking in.
- If a command times out, report it. Do not re-run silently.
After every project
Ask your agent: "Can you check if there is no leak and we are safe?" It will scan the code for exposed API keys, email addresses, or anything dangerous and fix it.
Common Mistakes (And How to Avoid Them)
Mistake 1: Starting too big
Don't try to build 10 agents on day one. Start with one agent, one task. Get that working perfectly. Then add another.
Mistake 2: Vague instructions
"Be my assistant" is not a job description. "Every morning at 7AM, search for the top 5 AI news stories and send me a summary on Telegram" is a job description. Be specific.
Mistake 3: Not logging failures
Every time your agent gets something wrong, write a rule. Wrong subtitle? Rule. Post flopped? Rule. Clip had no audio? Rule. The agents compound. That's the whole point.
Mistake 4: Stacking integrations too early
Don't connect email + calendar + Notion + GitHub all on the first day. Get Telegram working first. Add one integration at a time. If something breaks, you know exactly what caused it.
Mistake 5: Expecting perfection on day one
The first week is messy. Accept it. The second week is better. By week three, you wonder how you ever did it manually. Every failure makes the system smarter because every mistake becomes a permanent rule.
What to Build Next
Once your first agent is stable and your daily brief is running, here's the path:
- Week 1-2: One agent, one cron job (daily brief). Get it reliable.
- Week 3: Add a second task. Content creation from a source (YouTube, podcast, blog).
- Week 4: Build something visible. A website, a form, a dashboard.
- Month 2: Add a second agent for a different function. A researcher, a content writer, an analyst.
- Month 3: Start connecting agents. A dispatcher that coordinates. A reviewer that checks quality.
That's how I got to 13 agents. Not overnight. One at a time, each one solving a specific problem.
I share the exact playbooks, skill files, and workflows behind this system inside OpenClaw Lab. Weekly lives, AMAs, and a community of 260+ builders figuring this out together.
Or start with the free interactive installer at installopenclawnow.com.
I share the exact playbooks, skill files, and workflows behind this system inside OpenClaw Lab. Weekly lives and AMAs with experts.
Join OpenClaw Lab →