๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
๐Ÿฆž
OpenClaw Bootcamp ยท Day 1

What Is OpenClaw?
The AI Agent That Runs Your Life

The complete beginner-to-advanced introduction. By the end of this lesson you'll understand exactly what OpenClaw is, why it's different from every other AI tool, and what you'll build across this 16-day bootcamp.

Full Overview Architecture Beginner Friendly No Code Required
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
What We Cover Today

Day 1 Agenda

๐Ÿค”

The Problem

Why existing AI tools fall short and what we actually need from an AI in 2025

๐Ÿฆž

What OpenClaw Is

The mental model, the origin story, and the "pet lobster" framework explained

โšก

How It's Different

OpenClaw vs ChatGPT vs Claude: a side-by-side comparison of what actually matters

๐Ÿ—๏ธ

The Architecture

Gateway, Channels, Memory, Tools: the 4-layer system that makes it all work

๐Ÿ”ฎ

What You'll Build

A preview of where you'll be at the end of this 16-day bootcamp

๐Ÿ—บ๏ธ

The Full Roadmap

How each of the 16 days builds on the last. Your learning arc.

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
The Problem

AI tools today are reactive.
You have to go to them.

What AI tools do now
  • โœ—Memory is managed through their platform, not files your agent can read and update directly
  • โœ—Proactive messaging requires paid plans and stays inside their app
  • โœ—No deep knowledge of your routines, goals, or long-term context
  • โœ—Tools are sandboxed. No real access to your files, shell, or machine.
  • โœ—Locked to one provider's models. No freedom to switch or go local.
  • โœ—No true always-on daemon. Shuts down when you close the app.
What you actually want
  • โœ“Remembers everything you've told it, forever
  • โœ“Sends you a morning briefing without being asked
  • โœ“Knows your goals and proactively helps with them
  • โœ“Manages your calendar, inbox, and files. For real.
  • โœ“Reachable on WhatsApp, Telegram, Discord, anywhere
  • โœ“Runs 24/7 whether you're online or asleep
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Definition

OpenClaw is an open-source
personal AI agent framework

It's not a chatbot. It's not a wrapper around ChatGPT. OpenClaw is a persistent, autonomous AI agent that runs on your machine, has its own identity, memory, schedule, and tools. It talks to you through the apps you already use.

ONE-LINE DEFINITION
OpenClaw = Gateway + Memory + Tools + Channels + SOUL
A daemon that connects your chosen AI model to the real world, with a persistent identity and memory that never resets.
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Mental Model

Think of it as a pet lobster ๐Ÿฆž

๐ŸŸ

Food = Models

The AI model (Claude, GPT-4, Llama) is the food. You can swap providers any time.

๐Ÿชธ

Tank = Gateway

The Gateway is the tank: the always-on environment where your agent lives 24/7.

๐Ÿ“œ

Rules = SOUL.md

A plain text file: the lobster's personality, hard limits, and core values.

๐Ÿง 

Memory = Logs

Every conversation is remembered in structured memory files it can search later.

๐Ÿ› ๏ธ

Tricks = Skills

Skills are what the lobster can do: browse the web, send emails, run code.

๐Ÿ’“

Heartbeat = Schedule

HEARTBEAT.md tells it what to do every 30 min, even when you're not there.

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Origin Story

From ClawdBot to the world's most starred AI agent

๐ŸŒฑ

ClawdBot: The Prototype

A personal experiment: a persistent AI assistant that lived in a terminal and remembered conversations across sessions.

๐Ÿ”„

MoltBot: The Rebuild

Complete rewrite with a Gateway architecture, multi-channel support, and a structured workspace file system.

๐Ÿฆž

OpenClaw: Open Source Release

Released publicly and exploded. 336,000+ GitHub stars. The de-facto standard for personal AI agents.

๐Ÿš€

Today: 35+ Providers, Mobile Nodes, Skills Marketplace

Full ecosystem: iOS/Android nodes, macOS app, Lobster pipelines, and enterprise-grade security.

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Comparison

OpenClaw vs ChatGPT vs Claude

Feature๐Ÿฆž OpenClawChatGPTClaude.ai
Memory your agent owns and controlsโœ“ Files on disk~ Managed via their UI~ Managed via their UI
Proactively messages youโœ“ Yes (HEARTBEAT)~ Tasks (paid only)~ Cowork only
Runs 24/7 as a true daemonโœ“ Always-on~ Scheduled tasks onlyโœ— No
Works on WhatsApp / Telegramโœ“ Native~ WhatsApp onlyโœ— No
Custom personality (SOUL)โœ“ Full control~ System prompt~ Custom instructions
Real shell access on your machineโœ“ exec tool~ Sandboxed only~ Claude Code CLI only
Swap AI models freelyโœ“ 35+ providersโœ— OpenAI onlyโœ— Anthropic only
Fully open sourceโœ“ MIT Licenseโœ— Closedโœ— Closed
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
The Key Insight
ChatGPT and Claude are conversations.
OpenClaw is an employee.

Conversations end. Employees keep working. The shift from "tool you use" to "agent that acts on your behalf" is what OpenClaw makes possible.

24/7
Always running
35+
AI model providers
336k+
GitHub stars
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Architecture Overview

The 4-Layer Architecture

โšก
Layer 1
Gateway (Daemon)

The long-lived background process that owns all connections. Listens on port 18789. Manages the agent runtime, tool streaming, heartbeat scheduler, and WebSocket API.

๐Ÿ“ก
Layer 2
Channels

How you talk to your agent. WhatsApp, Telegram, Discord, iMessage, Slack, Matrix, all routing through one Gateway. Group chat, DMs, voice notes all supported.

๐Ÿง 
Layer 3
Memory & Soul

Seven workspace files define identity, memory, schedule, and behavior. SOUL.md, HEARTBEAT.md, MEMORY.md and more. Every behavior is a file on disk.

๐Ÿ› ๏ธ
Layer 4
Tools & Skills

Browser automation, shell execution, web search, file system, Calendar, Gmail, and a growing marketplace of community skills.

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Layer 1 Explained

The Gateway: Your Agent's Home

๐Ÿ“ฑ WhatsApp
โœˆ๏ธ Telegram
๐ŸŽฎ Discord
๐Ÿ’ฌ iMessage
๐ŸŒ WebChat
โšก GATEWAY (port 18789)
Agent Runtime ยท Scheduler ยท WebSocket API
๐Ÿง  Memory
๐Ÿ› ๏ธ Tools
๐Ÿ“ Workspace
๐Ÿ’“ Heartbeat
Claude
GPT-4o
Llama 3
Gemini

The Gateway is the single process that orchestrates everything. Start it once and it runs forever.

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Layer 2

Channels: Talk Where You Already Are

๐Ÿ“ฑ

WhatsApp

Full DM + group chat via the Baileys protocol

โœˆ๏ธ

Telegram

Easiest setup: just a bot token, 5 minutes

๐ŸŽฎ

Discord

Server integration with mention-based activation

๐Ÿ’ฌ

iMessage

macOS only. Native Messages app integration.

๐Ÿ’ผ

Slack

Plugin-based. Full workspace integration.

๐Ÿ“ก

Mattermost

Self-hosted team communication platform

๐ŸŒ

WebChat

Built-in browser Control UI at port 18789

๐Ÿ“ฑ

iOS / Android

Native mobile nodes with voice, camera, location

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Layer 3 Preview: Deep Dive on Days 9 & 10

Memory: What Makes Your Agent Actually Yours

OpenClaw has a 4-tier memory system. Not all memories are equal. Some are permanent, some fade over time.

๐Ÿ”๏ธ T0 Soul Memory | SOUL.md | Never changes, defines identity
๐Ÿง  T1 Core Memory | MEMORY.md | Key facts promoted by the agent
๐Ÿ“… T2 Working Memory | Daily logs | Recent context, fades with time
๐Ÿ’ฌ T3 Session | Active conversation | Cleared when chat ends

Memory is file-based, searchable, and completely under your control.

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Layer 4 Preview: Deep Dive on Days 11 & 12

Tools: From Talking to Doing

๐ŸŒ

Browser

Full browser automation. Visit URLs, click buttons, scrape data, fill forms.

โš™๏ธ

Exec

Run actual shell commands on your machine. Real power. Real results.

๐Ÿ”

Web Search

Brave, Perplexity, Gemini, Grok. Pluggable search providers.

๐Ÿ“

File System

Read, write, organize files on your local machine or server

๐Ÿ“ง

Gmail / Calendar

Manage your inbox and schedule via OAuth-connected skills

๐Ÿ›’

Skills Marketplace

Community-built skills for Obsidian, server health checks, and more

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Real World

What People Actually Build With OpenClaw

  • 01
    Morning Briefing Agent: Sends a Telegram message every morning with your calendar, top news, weather, and daily focus. Fully autonomous. (HEARTBEAT.md)
  • 02
    Personal Memory Vault: Every conversation, task, and idea stored and searchable. Ask "what did I say about X last month?" (MEMORY.md)
  • 03
    Inbox Zero Manager: Reads emails, categorizes them, drafts replies, surfaces only what needs your attention. (Gmail skill)
  • 04
    Dev Assistant: Writes code, runs tests, commits to Git, deploys. All triggered from a WhatsApp message. (exec + Claude Code)
  • 05
    Research Engine: Searches the web, reads papers, summarizes findings, saves to Obsidian. Overnight. (browser + file tool)
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Audience

Who Is OpenClaw For?

๐Ÿง‘โ€๐Ÿ’ป

Developers

Build powerful automated workflows. Let your agent write and deploy code. Run shell commands from your phone.

exec, skills, API hooks, Claude Code
๐Ÿง‘โ€๐Ÿ’ผ

Professionals & Entrepreneurs

Automate your inbox, calendar, research, and reporting. Get daily briefings and delegate routine tasks.

Gmail, Calendar, HEARTBEAT, web search
๐ŸŽ“

AI Enthusiasts

Explore the cutting edge of autonomous agents, multi-agent systems, and local LLMs. Fully open source.

Ollama, multi-agent, SOUL architecture
๐Ÿ”’

Privacy-First Users

Run entirely offline with local models via Ollama. Your data never leaves your machine. No subscriptions.

Ollama, self-hosted, Docker
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Prerequisites

What You Need to Follow Along

โœ“ You need
  • โœ“
    Node.js 22.14+ (Node 24 recommended)
    We'll install this on Day 2
  • โœ“
    An AI API key (Anthropic, OpenAI, or Google)
    Day 3 covers free alternatives with Ollama
  • โœ“
    macOS, Linux, or Windows (WSL2)
    WSL2 recommended for Windows users
  • โœ“
    A text editor (VS Code recommended)
    You'll edit .md files throughout the course
โœ— You don't need
  • โœ—
    Prior experience with AI or LLMs
  • โœ—
    A server or VPS (we set this up on Day 14)
  • โœ—
    Programming experience (helpful but not required)
  • โœ—
    Any paid AI subscription (Ollama is free)
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Sneak Peek

This is all it takes to get started

# Step 1: Install OpenClaw (macOS / Linux)
curl -fsSL https://openclaw.ai/install.sh | bash

# Step 2: Run the setup wizard (2 minutes)
openclaw onboard --install-daemon

# Step 3: Verify it's running
openclaw gateway status

# Step 4: Open your Control UI
openclaw dashboard

# That's it. Your AI agent is alive. ๐Ÿฆž

We'll walk through every single step on Day 2 in detail.

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Your Learning Journey

The Full 16-Day Bootcamp Map

DAY 01What Is OpenClaw
DAY 02Install & First Run
DAY 03Models & Ollama
DAY 04Cost Optimization
DAY 05Channels
DAY 06Workspace Files
DAY 07SOUL.md
DAY 08HEARTBEAT.md
DAY 09Memory Explained
DAY 10Advanced Memory
DAY 11Tools & Skills
DAY 12Integrations
DAY 13Docker
DAY 14VPS Deploy
DAY 15Agentic Coding
DAY 16Multi-Agent

Each day builds on the previous. By Day 16 you'll have a fully autonomous AI team running on your own server.

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
๐Ÿง  Commit These to Memory

Day 1 Key Takeaways

  • 01
    OpenClaw is a persistent agent daemon. Not a chatbot. It runs 24/7 and acts on your behalf.
  • 02
    It works through channels you already use: WhatsApp, Telegram, Discord. No new app needed.
  • 03
    Every behavior is a file on disk: SOUL.md, HEARTBEAT.md, MEMORY.md. Total transparency.
  • 04
    The Gateway is the brain stem: one process running everything on port 18789.
  • 05
    Memory has 4 tiers: Soul, Core, Working, Session. Not all memories are equal.
  • 06
    It supports 35+ AI model providers, including free local models via Ollama.
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Reference

Day 1 Glossary

Gateway
The long-lived daemon process that orchestrates everything. Lives on port 18789.
Channel
A messaging surface (WhatsApp, Telegram, etc.) connected to the Gateway.
SOUL.md
The file that defines your agent's personality, values, and hard limits.
HEARTBEAT.md
The scheduling brain. Runs tasks every 30 minutes automatically.
Skill
A community-built extension that adds new capabilities (Gmail, Obsidian, etc.).
Node
A device (iOS, Android, macOS) connected to the Gateway with hardware access.
Workspace
The directory containing all 7 configuration files that define your agent.
exec
The tool that lets your agent run real shell commands on your machine.
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
FAQs

Common Misconceptions

โ“ "Is OpenClaw just a ChatGPT wrapper?"
No. OpenClaw is model-agnostic. You can use any of 35+ providers including completely free local models. ChatGPT is just one option.
โ“ "Do I need to code to use OpenClaw?"
Mostly no. 90% of the power comes from editing Markdown (.md) files in plain English. You write SOUL.md like a document, not code.
โ“ "Is it safe to give it shell access?"
Exec is powerful and requires care. OpenClaw has a --confirm flag, Docker sandboxing, and permission controls. We cover this on Day 13.
โ“ "Can I run it completely offline / for free?"
Yes. With Ollama and a local model like Llama 3 or Qwen, OpenClaw runs entirely on your machine with zero API costs. Day 3 covers the full setup.
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Join the Community

All the Skills. All the Builders.
One Place.

๐Ÿฆž
Official Community
skool.com/sprint
The home base for this bootcamp: skill files, walkthroughs, and a community of serious AI builders.
Join Free โ†’ skool.com/sprint
๐Ÿ“

All Skill Files

Every SOUL.md, HEARTBEAT.md, and template from every bootcamp day, ready to copy

๐Ÿค

AI Builders

Connect with people building their own agents. Share setups, get help, find inspiration

๐Ÿš€

Exclusive Content

Bonus walkthroughs, Q&A sessions, and early access to new days as they drop

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
Before Day 2

Your Day 1 Homework

  • 1
    โญ Star the repo on GitHub at github.com/openclaw/openclaw. Helps the project grow.
  • 2
    ๐Ÿฆž Join the community at skool.com/sprint. Introduce yourself to fellow builders.
  • 3
    ๐Ÿ”ง Check your Node version: run node --version in your terminal. Need 22.14+.
  • 4
    ๐Ÿ”‘ Get an API key from Anthropic, OpenAI, or Google. Or plan to use Ollama on Day 3 for free.
  • 5
    ๐Ÿค” Think about your use case. What do you want your agent to do for you every day?
๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
The next generation of productivity won't be
using AI tools.
It'll be delegating to AI agents.

By the end of this bootcamp, you won't just be using OpenClaw. You'll be running your own autonomous AI employee. One that works while you sleep, remembers everything, and gets smarter every day.

๐Ÿฆž OpenClaw Bootcamp
DAY 01 / 16
๐Ÿฆž
You just completed Day 1

Next up: Day 2

Install OpenClaw in 5 Minutes: Complete Setup Guide

Node.js Setup One-Line Install First Message Sent Dashboard Tour
COMING UP ON DAY 2
Zero to a fully running OpenClaw installation with a live chat session in under 10 minutes.