The full build · exact prompts · 2026

How to Build Your Own AI Agent OS

The exact prompts. The exact order. Zero code.

In this guide you're going to build your own AI agent operating system.

One dashboard where all your AI agents live, share one memory, and keep working while you're at the gym.

You'll get the exact prompts, in the exact order, from the setup running my business right now.

By the end you'll know how to build the dashboard, set up the shared memory, wire in your agents, hand them tasks on a board, and open the whole thing from your phone anywhere in the world.

And you don't write a single line of code to do it.

Stick with me to the end, because there's one setting almost everyone misses that decides whether this works at all.

5steps to build it
7prompts, copy-paste
0lines of code
1afternoon
Everything you need — free, open them now ↓
TODAY · twelve places Claude tab Hermes tab terminal notes app task app docs email chat app sheets none of them remember you none of them talk to each other ONE SCREEN every agent, side by side no tabs · no switching ONE SHARED MEMORY ONE TASK BOARD

Where you're going: twelve scattered places on the left, one operating system on the right. Five steps to get there.

§1 I · thirty seconds on why

Right now your AI life is a pile of tabs.

Claude here.

Hermes there.

OpenClaw in a terminal.

Notes somewhere else.

Nothing talks to each other.

Nothing remembers you.

EVERY MORNING · 9:00am Agent one knows nothing about you Agent two knows nothing about you Agent three knows nothing about you you, re-explaining everything

Three smart agents. Three empty memories. One human refilling all of them, every single morning.

§2 II · what the switching costs

Harvard measured it. Four hours a week.

Workers toggle between apps around 1,200 times a day, and lose almost four hours a week just reorienting after all that switching.

SWITCHES A DAY 1200 one every 24 seconds HOURS LOST A WEEK 4 gone, every week OF YOUR WORK TIME 9% about five weeks a year ← the switching tax on every working year

"Workers toggled between apps and websites about 1,200 times a day — adding up to just under four hours a week reorienting after toggling."

— Harvard Business Review, August 2022 · 137 workers, 20 teams, 3 Fortune 500 companies

§3 III · and every interruption

Twenty-three minutes to refocus.

Gloria Mark's research at UC Irvine found it takes about 23 minutes to properly get back into a task after each interruption.

deep focus ! "let me just check…" climbing back… 23 minutes focus, finally now multiply that by 1,200 switches a day
§4 IV · the real problem

The tools are smart. The glue is exhausted.

You're the one carrying context between apps, re-explaining your business to every AI, every day.

YOU the glue agent one agent two your notes your tasks nothing here is connected — except you
§5 V · the fix

Three pieces. Let's build it.

One dashboard. One shared memory. One task board where agents pick up work. That's the whole architecture.

PIECE ONE ONE SCREEN PIECE TWO ONE SHARED MEMORY PIECE THREE ONE TASK BOARD reads writes
Step one. Build the dashboard.
§6 Step 1 · the dashboard VI · install claude code

Two commands. That's the technical part.

Open your terminal and paste these. This is the most technical moment of the entire build, and it's copy-paste.

npm install -g @anthropic-ai/claude-code
claude

What you're watching: the install, the version check, then claude starting up and asking you to log in.

✅ You now have: Claude Code installed and logged in. Type claude in any folder and it starts.
§7 Step 1 · the dashboard VII · prompt one

The prompt that builds the dashboard.

This is close to word-for-word what built the first version of my system. Paste it, send it, and let it work.

Prompt 1 · Mission Control
Create a beautiful operating system dashboard, hosted locally on my computer, for managing my AI agents. I want a mission control home page that shows the live status of every agent — which ones are online and what they're working on. Give each agent its own section with a chat panel, a file workspace, and a control room. Start with Claude Code, and make it easy to add more agents later using the same pattern. Make it run in my browser at localhost.

What you're watching: that exact prompt going in, and the local address coming back out the other side.

✅ You'll see: a local address, usually localhost:3000. Open it in your browser — that page is Mission Control.
§8 Step 1 · the dashboard VIII · what you just built

That page becomes your morning.

Here's mine after a lot of refining — live status of every agent, what's running, what happened since I last looked.

What you're watching: my real dashboard, recorded live — agent status, latency, token burn and today's list, all on one screen.

§9 Step 1 · the dashboard IX · describe, review, refine

It won't be perfect first pass. Mine wasn't.

You look at it, then tell Claude what's wrong in plain English. That loop is the entire skill.

What you're watching: three real refinements — "the agent cards are too small", "put the sidebar on the left", "make the status update live".

You describe in normal words It builds every line of code You look say what's wrong It fixes then you keep going the describing is the skill now — and anyone can describe things THE WHOLE BUILD LOOP
Thinking it? "I can't code, so this isn't for me."

You're not a coder in this system. You're a director — you describe, you review, you say what to change.

If you can write a text message, you can direct an agent.

§10 Step 1 · the dashboard X · where this goes

Mine has seven agents wired in.

Claude Code, OpenClaw, Hermes, Antigravity, Codex, Gemini and Free Claude Code — every feature on it built with that same describe-review-refine loop.

What you're watching: clicking straight down the agent list — every agent is a page in one app, not a tab in a browser.

Claude Code OpenClaw Hermes Antigravity Codex Free Claude Code ONE DASHBOARD chat · workspace · control room every agent, same layout shared memory
Step two. The memory vault.
§11 Step 2 · the memory XI · prompt two

Download Obsidian, then let AI interview you.

Obsidian is free, and underneath it's just plain text files in a folder. Paste this and it builds your structure, then asks you the questions.

Prompt 2 · the vault + the interview
Create a memory vault structure in Obsidian for my business. I want folders for Goals, Journal, Business Context, Decisions, and Memory. Then interview me about my business — what I do, who my customers are, what I'm working on, what I've already tried — and write everything into the Business Context folder as organized notes.
Thinking it? "Great, another app to learn."

There's nothing to learn. You make a folder and let the AI fill it — you'll spend more time answering its questions than using the app.

It's a notes app you'll mostly never open, because your agents read it for you.

✅ Why this step matters: instead of staring at a blank page, the AI asks and you answer. Talk your answers out loud if your tool takes voice — you'll get far more context down, far faster.
§12 Step 2 · the memory XII · prompt three

Now plug the vault into the dashboard.

Back in Claude Code. This is the prompt that turns a pile of chat tabs into an operating system.

Prompt 3 · wire the vault in
Connect my dashboard to my Obsidian vault at this folder path. Every agent should read from the vault for context at the start of a session, and save important outcomes, decisions, and new information back into the vault at the end. Add Goals, Journal, and Memory pages to the dashboard that display live from the vault.

What you're watching: both vault prompts going in — the folders getting built, the interview starting, then every agent wired to read and write the same brain.

§13 Step 2 · the memory XIII · what it feels like after

Bot sitting: deleted.

My vault passed 1,200 memories in its first month. Open a fresh chat with any agent now and it already knows the goal I set on Monday.

What you're watching: my real memory layer — 614 notes, 1,254 links between them, spun around live. Every bright star is something an agent can use tomorrow.

EVERYONE ELSE you: "so I run a business that does…" (you type it all out again) AI: a generic answer chat ends · everything it learned about you evaporates starts cold · every time WITH A SHARED MEMORY you: "what should I ship today?" it already knows your sites it already knows yesterday's work it already knows Monday's goal AI: a specific answer, for you starts warm · every time same model · different context · completely different answer
§14 Step 2 · the memory XIV · and notice who owns it

It's text files. On your machine.

No subscription holds your brain hostage, and any new agent that launches next year gets pointed at the same vault on day one.

What you're watching: the real folders in my vault, and the agents that read them and write back into them.

Thinking it? "So my business notes get uploaded somewhere?"

No. The vault is a folder on your own machine, and the dashboard runs on your machine too.

Move it to a new laptop by copying a folder.

Step three. Wire in your agents.
§15 Step 3 · the agents XV · prompt four

Same prompt. New name. Every time.

Each agent installs with one or two commands, then joins the dashboard with this exact pattern. The pattern is the important part.

Prompt 4 · the add-an-agent pattern
Add [agent name] to my dashboard using the same layout as Claude Code — chat panel, workspace, control room. Connect it to the Obsidian vault so it reads context and writes memories like the others.

What you're watching: the same prompt, four times, with only the name swapped — Hermes, OpenClaw, Codex, Gemini.

✅ You now have: more than one agent on the dashboard, all reading and writing the same vault.
§16 Step 3 · the agents XVI · which ones to add

Claude Code is the builder.

It built the dashboard, and it runs my heaviest work — my SEO content publishes across five websites through it, schema and indexing handled in the same run.

ONE JOB EACH · THEY ARE NOT INTERCHANGEABLE Claude Code THE BUILDER builds the features publishes 5 websites schema + indexing Hermes THE LONG-RUNNER give it a big goal walk away it keeps working OpenClaw THE WORKHORSE open source gets the volume done runs on your machine Free Claude Code THE BUDGET LAYER same Claude tooling cheap + free models for the everyday jobs all four read and write the same memory
§17 Step 3 · the agents XVII · prompt five

Hermes is the long-runner.

Goal Mode: give it a big goal, walk away, and it works on its own until the goal is done. Inside my setup it powers named agents with specific jobs.

Prompt 5 · create a named agent
Create a Hermes agent called Oracle. Its job is to check my competitors' sites and news each morning and write a short report into the vault flagging anything I should react to.

What you're watching: Goal Mode, then Oracle pulling live competitor signals, Astros on content ideas, and Apollo listening — each one is just a role plus vault access.

§18 Step 3 · the agents XVIII · the budget layer

OpenClaw and Free Claude Code.

OpenClaw is the open-source workhorse for everyday tasks. Free Claude Code runs the same Claude tooling through OpenRouter, so routine jobs cost almost nothing.

fcc-initcreates the config file
fcc-serverafter you paste your OpenRouter key in

Then wire it in with the same pattern prompt as everything else.

What you're watching: 120 real builds it has already made on this machine, and one of them opening live in the preview pane.

§19 Step 3 · the agents XIX · start small

Don't install all of them today.

Start with Claude Code plus one more. The pattern means you can add the rest any weekend — and next month's brand new agent slots in as one more card.

agent already in agent already in NEXT MONTH the new one slots in here 1 · a chat panel 2 · a workspace 3 · a control room 4 · the shared memory the system stays · the parts upgrade
Step four. The task board.
§20 Step 4 · the board XX · prompt six

Stop doing the work. Start assigning it.

One prompt turns your dashboard into something agents can pull work from.

Prompt 6 · the Kanban board
Add a Kanban board to my dashboard with columns for To Do, In Progress, and Done. Agents should be able to watch the board, pick up task cards, work on them in parallel, and move them to Done with a summary of what they did written into the vault.

What you're watching: the board prompt going in, then the prompt that locks a finished job in as a repeatable workflow.

§21 Step 4 · the board XXI · your mornings change shape

Drop the cards. Go to the gym.

I drop a batch on — draft the outline, check indexing, pull this week's numbers — and come back to finished work in Done with notes in the vault explaining what happened.

What you're watching: my real board — backlog, building, review, done — with finished work sitting in the done column and its live preview attached.

9:00am · you 10:30am · done write the outline check indexing pull the numbers draft the emails all four running at once — while you're at the gym DONE ✓ outline written ✓ indexing checked ✓ numbers pulled ✓ emails drafted
§22 Step 4 · the board XXII · the rule that makes it work

Manual, then assisted, then automated.

Never automate a task you haven't first done by hand with the agent. People who skip straight to full automation get garbage and blame the AI.

1 · MANUAL do it in chat, back and forth 2 · ASSISTED turn it into a repeatable workflow 3 · AUTOMATED hand it to an agent to run alone skip the middle and you get garbage — the AI was fine, the process was missing
Prompt 7 · lock in a job that works
Save that exact process as a workflow called weekly report, so an agent can run it from a Kanban card.
✅ Your first week: do a task in chat until you'd sign your name to the output, then save it as a workflow. One task at a time. Within a month you'll have a stack of them running without you.
Thinking it? "Would this even work for my kind of business?"

The board doesn't care what you sell. A card is a job — write this, check that, pull those numbers, chase that list.

Members run agencies, ecommerce, coaching, local services and content businesses on the same setup.

Step five. Access from anywhere.
§23 Step 5 · anywhere XXIII · the private line

Install Tailscale. It's free.

It creates a private network only your own devices can see — no exposing your computer to the internet, no router settings.

What you're watching: the whole travel setup — connect, get your private address, install on your phone, bookmark it, and the one setting people miss.

Thinking it? "Isn't opening my computer up like that risky?"

You're not opening anything to the internet. Tailscale builds a private network that only devices signed into your own account can see.

No ports, no router settings, nothing public.

the Mac at home dashboard · vault · agents never stops working private line · only your devices your laptop, anywhere your phone, anywhere public internet · locked out
§24 Step 5 · anywhere XXIV · the setting everyone misses

Stop your Mac going to sleep.

System Settings → Lock Screen → turn on "prevent automatic sleeping when display is off". This single toggle is the difference between the whole thing working and not.

What you're watching: the same dashboard on a phone screen — same board, same chats, same memory, a layout built for your thumb.

✅ You now have: one bookmark that opens your whole system from any country. Same cards, same chats, same memory.
§25 XXV · two honest catches

What nobody tells you.

Your home internet is the speed limit, and a power cut at home means waiting until it's back.

CATCH ONE · SPEED ~200ms noticeable from far away — but fine CATCH TWO · POWER power cuts at home? the dashboard goes dark until it's back the fix: a second copy on the travel laptop, vault synced
§26 XXVI · that's the full build

What it stacks up to.

One screen kills the toggling. The vault kills the re-explaining. The board takes whole categories of work down to zero minutes of your attention.

Before the build ~4 hrs a week lost
  • Twelve tabs open, one of them yours
  • Re-explain your business to each AI, daily
  • ~1,200 app switches a day
  • 23 minutes to refocus after every one
  • Everything the AI learned dies with the chat
  • Every new model launch means starting over
  • Work only happens while you're at the desk
After the build ~1 afternoon to set up
  • One screen, every agent on it
  • One shared memory — zero re-explaining
  • Switching mostly disappears
  • Focus stays where you put it
  • Every session saved back to the vault
  • A new model is just a candidate to test
  • Cards get done while you're at the gym

My job moved up a level — less doing tasks, more deciding which tasks exist and checking the output.

§27
3,000+ business owners inside AIPB
258 documented wins
400k YouTube subscribers
38 countries
4 live calls a week
Skip the build

Or get the whole Agent OS, already built.

Everything in this guide exists as a finished system inside the AI Profit Boardroom.

The complete Agent OS pack — the Mission Control dashboard, ready to install
The Obsidian memory setup — the piece almost everyone skips
The Kanban agent workflows — work that finishes while you're out
The Tailscale travel mode guide — your setup in your pocket
Claude, Hermes, OpenClaw and Free Claude Code — already plugged in
Every prompt from this guide — waiting in the prompt library
The 30-day roadmap — vault first, agents next, automation last
Four coaching calls a week — share your screen, get your setup fixed live
Get the Agent OS → Inside the AI Profit Boardroom · skool.com/ai-profit-lab
Set up in an afternoon · used in 38 countries · updates ship as the OS improves
Thinking it? "Running all these agents must burn a fortune in tokens."

No — that's the biggest myth about it. The everyday work runs on a free local model on your own machine, free APIs slot in for more, and the heavy jobs use the CLIs you already pay for. Your Claude subscription already includes the Claude CLI, and the OS plugs straight into it, so you're not paying twice.

Inside the Boardroom there are full token-optimisation tutorials, so you learn to cut usage to the bone and stop thinking about it.

§28 XXVII · now the doubts

Three things in your head right now.

Wrong: "I'm not technical enough."

Right: You watched the whole build. It was one install command and then plain English prompts. I've helped over 3,000 business owners with this, and a chunk of them had never used AI at all before joining.

Wrong: "I don't have time."

Right: The core build — dashboard plus vault plus one agent — is an afternoon. Weigh that against four recovered hours every single week, forever. No time is the reason to build this.

Wrong: "It'll be outdated in a month."

Right: The models will be. The system won't. Mine has swapped models several times already, and every swap made it stronger with nothing rebuilt.

NO SYSTEM new model drops → start over new tool drops → start over again WITH A SYSTEM new model drops → you test it for one job it wins the job, or it doesn't you stay calm either way people aren't behind on tools — they're behind on having a system that absorbs tools

If every new release makes you feel behind, that isn't a tools problem. It's a no-system problem — and you just watched the fix.

Don't take my word for it

Members post their wins every day — agency owners, ecommerce founders, coaches and solo operators across 38 countries. Real businesses, real numbers, in their own words.

Read the 158-page wins doc →
§29 XXVIII · for when you're ready

One more layer: the studio.

Same describe-review-refine loop. Images, voice, live talk, video with an AI avatar, research feeding straight in. Build it after the core is running, not before.

What you're watching: the video pipeline inside the dashboard — brief, research and script, presenter and b-roll, edit and render, then the finished file.

§30 XXIX · your build order

One last time, in order.

1Install Claude Code and prompt the Mission Control dashboard.
2Create the Obsidian vault, let the AI interview you, then connect it.
3Wire in agents one at a time with the same pattern prompt.
4Add the Kanban board and automate in the manual-assisted-automated order.
5Set up Tailscale so the whole thing is in your pocket.
THE DASHBOARD mission control · every agent Claude Code · builds Hermes · long goals OpenClaw · volume Free Claude · cheap your laptop your phone the studio the task board THE SHARED MEMORY plain files · on your machine · yours
§31 Your move

Every prompt, pre-wired, inside the Boardroom.

You can build all of this from the guide above. Or start from the finished system and spend your afternoon using it instead.

The zip file — the Mission Control dashboard, installed today
The install video tutorial — every step, start to finish
The 30-day Agent OS roadmap — exactly what to set up each day
Every prompt from this guide — ready in the prompt library
Updates every time we improve the OS — no rebuilding
Four weekly coaching calls — your agent wiring, your vault, your workflows
3,000+ business owners — someone's already solved what you're stuck on at 11pm
A member map — meet Agent OS builders near you
Get the Agent OS → Inside the AI Profit Boardroom · skool.com/ai-profit-lab
258 documented wins · 38 countries · daily tutorials · live calls every week
§32 XXX · the last word

Build it once. Let it compound.

The models will keep changing.

Your operating system won't.

useful a normal chat tab · flat forever day 1 day 30 day 90 your setup compounds — theirs resets
5steps, in order
4 hrsa week, back
1screen, not twelve
0lines of code
Build it once. Let it compound.