Set Your First Goal
Pick one goal and follow a complete, end-to-end learning arc to build something real.
You have a running agent that can receive messages. Now pick what you want to build.
Each goal below is a complete, self-contained learning arc — 2-3 pages that take you from zero to a working setup. Pick one based on what you actually want.
The goals
| Goal | Difficulty | Time | What you'll build |
|---|---|---|---|
| Daily Briefing | Beginner | ~20 min | Automated morning summary of weather, calendar, and email |
| Personal Assistant | Beginner | ~45 min | A conversational assistant you text like a person |
| Work Hub on Slack | Intermediate | ~1.5 hr | Agent in Slack that preps meetings and triages emails |
| Research Assistant | Intermediate | ~1 hr | Search-and-summarize agent with a growing knowledge base |
| Life Ops | Intermediate | ~1 hr | Household automation, reminders, and family coordination |
| Voice Control | Intermediate | ~45 min | Hands-free assistant with spoken responses |
| Finance Alerts | Intermediate | ~2 hr | Pre-market briefings and real-time price alerts |
Not sure? Start with Daily Briefing.
It's the fastest to complete (~20 min), teaches cron jobs and prompt design, and works with the Telegram channel you just set up. You can always add a second goal after.
What each goal teaches
Daily Briefing — Beginner · ~20 min
"Every morning at 7am, my agent sends me a weather, calendar, and email summary — without me asking."
Best if you want to see OpenClaw's automation side first. You'll learn cron jobs, prompt design, and how to route output to a channel.
Personal Assistant — Beginner · ~45 min
"I text my agent like a person. It handles tasks, answers questions, and remembers context."
Best if you want a conversational assistant you can actually use day-to-day. You'll go deeper on SOUL.md, memory, and giving your agent real tools.
Start: Connect Your Messaging App →
Work Hub on Slack — Intermediate · ~1.5 hr
"My agent lives in Slack, handles my meeting prep, triages emails, and posts updates to channels."
Best if your work already happens in Slack. You'll set up Slack Socket Mode, build automations around your work calendar, and add integrations.
Research Assistant — Intermediate · ~1 hr
"I can ask my agent to research any topic, summarize findings, and build a knowledge base over time."
Best if your use case is information work — research, writing, synthesis. You'll learn web search and fetch skills and how to build persistent memory.
Start: Search, Fetch & Summarize →
Life Ops — Intermediate · ~1 hr
"My agent manages household logistics, reminds family members, and handles recurring tasks."
Best for home automation and family coordination. You'll learn proactive crons, multi-person channel setup, and standing orders.
Voice Control — Intermediate · ~45 min
"I can talk to my agent hands-free and it responds out loud."
Best if you want a truly ambient assistant. You'll enable Talk Mode, connect TTS/STT, and configure your agent for spoken conversation.
Finance Alerts — Intermediate · ~2 hr
"My agent monitors my watchlist and sends me pre-market briefings and price alerts."
Best if you follow markets. You'll set up financial data skills, cron patterns for morning/evening briefings, and webhook-triggered alerts.
Not sure which one?
Start with Daily Briefing. See the callout above.
After your goal
Once you've completed a goal arc, go to Level Up for deeper concepts — memory systems, multi-agent setups, deployment, and more. Those pages are modular: read what's relevant when you need it.