← Agent Architect Kit Agent Pattern School

Independent project. OpenClaw is not built by Agent Pattern School — this page explains what it is so you can choose Level 1 with confidence. Canonical install, docs, and updates: openclaw.ai.

OpenClaw

The AI that actually does things.

Clears your inbox, sends emails, manages your calendar, checks you in for flights.

All from WhatsApp, Telegram, or any chat app you already use.

New β Beta

OpenClaw partners with VirusTotal for skill security — see openclaw.ai for announcements.

Quick start

Works everywhere. Installs everything. (Official one-liner — run on macOS, Linux, or Windows.)

curl -fsSL https://openclaw.ai/install.sh | bash

The installer can set up Node.js and dependencies. Alternatives (npm, “hackable” install, platform guides) are on the official site.

One-liner · npm · Hackable · macOS · Linux · Windows

What it does

Runs on your machine

Mac, Windows, or Linux. Anthropic, OpenAI, or local models. Private by default — your data stays yours.

Any chat app

WhatsApp, Telegram, Discord, Slack, Signal, iMessage — DMs and group chats.

Persistent memory

Remembers you and becomes uniquely yours: preferences, context, continuity.

Browser control

Browse, fill forms, extract data from sites.

Full system access

Files, shell, scripts — full access or sandboxed, your choice.

Skills & plugins

Community skills or your own; the agent can extend itself.

Works with

Examples — see the site for the full list (50+).

WhatsAppTelegramDiscordSlackSignaliMessage ClaudeGPTSpotifyHueObsidianBrowserGmailGitHub

View all integrations →

What people say

A small sample from the community (public posts). Many more on X and Discord.

“@openclaw is Jarvis. It already exists.”@nofil_ai
“Excellent reading thank you. Love oracle and Claw.”@karpathy
“OpenClaw is the first ‘software’ in ages for which I constantly check for new releases on GitHub.”@cnakazawa
“Why @openclaw is nuts: your context and skills live on YOUR computer, not a walled garden. It’s open source… Memory is amazing, context persists 24/7.”@danpeguine
“A smart model with eyes and hands at a desk… You message it like a coworker and it does everything a person could do with that Mac mini.”@nathanclark_
“It’s running my company.”@therno
“Persistent memory, persona onboarding, comms integration, heartbeats… the end result is AWESOME.”@AryehDubois
“Claw can just keep building upon itself just by talking to it in discord is crazy.”@jonahships_
“OpenClaw is a 24/7 assistant with access to its own computer… That’s the future, and we’re living it today.”@nickvasiles
“Not enterprise. Not hosted. Infrastructure you control. This is what personal AI should feel like.”@BioInfo
“A megacorp like Anthropic or OpenAI could not build this. Literally impossible with how corpo works.”@Dimillian
“Named him Jarvis. Daily briefings, calendar checks, reminds me when to leave for pickleball based on traffic.”@BraydonCoyer
“TLDR; open source built a better version of Siri that Apple ($3.6 trillion company) was sleeping on for years.”@Hesamation
“I’ve been running OpenClaw on my laptop for a week… You’re in control, you can hack it and make it yours.”@snopoke
“Everything Siri was supposed to be. And it goes so much further.”@crossiBuilds
“What @steipete has built with @openclaw is out of this world.”@KrauseFx
More quotes
“@openclaw is so fun to play around with. The future of agents will be so fun”@tyler6204
“This is nuts. @openclaw is a superpower.”@robmartinson
“Feels like we're living in the future”@Philo01
“2026 is already the year of personal agents.”@chrisdietr
“just use @openclaw man, it will set you free.”@serrrfirat
“AGI is a lobster, it will never sink!”@FrancisBrero

What people are building

Examples people share — patterns similar to what we teach in the course (agents, skills, real work).

15+ agent army

Multiple machines, Discord-driven fleet: email, decks, CLI tools, ads, posts, Codex workers.

multi-agent · discord · automation

Personal OS + briefings

Timeblocking, weekly reviews, meeting prep, family deadlines, invoices.

calendar · briefings · productivity

Voice-guided deploy fix

Diagnose builds, change configs, redeploy, open PR — over voice while away from desk.

voice · deploy · coding

One chat, many surfaces

Mail, messages, orders, reminders, GitHub, bookmarks, calls, vault workflows.

mail · personal-ai

Go deeper

Documentation, GitHub, community Discord, and skill hub (ClawHub) live on the official site. Agent Pattern School teaches patterns (memory, security, revenue) that pair well with OpenClaw — start with Agent Architect Kit, then Level 1.

Discord and install paths are linked from the official site and README.

If you want to switch: OpenClaw → Hermes Agent

This page is about OpenClaw. If you decide to migrate later, use this as the practical next-step guide.

Fast way (most people)

Use this if your OpenClaw setup is mostly clean and you want the fastest migration.

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
hermes --version
hermes claw migrate
hermes doctor
hermes

Preview only, no writes:

hermes claw migrate --dry-run

Clean way (messy setups)

Use this if your OpenClaw config is overloaded with old experiments and unused integrations.

hermes profile create myprofile
hermes -p myprofile config path
hermes -p myprofile config env-path
  • Copy only active API keys, channels, and working skills.
  • Bring persona files you still trust (for example SOUL.md).
  • Leave dead integrations and broken workflows behind.

After migration checklist

Migration typically carries persona, memory, skills, API keys, model configs, MCP servers, messaging tokens, TTS settings, and session behavior policies.