TRANSCRIPTEnglish

My Multi-Agent Team with OpenClaw

14m 30s2,924 words415 segmentsEnglish

FULL TRANSCRIPT

0:00

Well, sitting on my desk is a new Mac

0:02

Mini that I set up just for the purpose

0:04

of running my team of AI agents using

0:06

OpenClaw. I've got a developer, a

0:09

marketer, a project manager, a system

0:11

admin. They each have their own

0:12

personality. They've got a queue of

0:14

tasks tracked in this custom dashboard

0:16

that I built and I'm chatting with them

0:18

in Slack just like I would with my real

0:20

team members except they're agents

0:22

powered by OpenClaw and various large

0:25

language models. What a time this is.

0:28

But, you know, getting this up and

0:29

running was not a plug-and-play

0:31

situation. Over the past week and many

0:33

late nights, I had to figure out my

0:35

answers to question after question, some

0:38

technical, some strategic, like, should

0:40

I order a new Mac Mini or can I run

0:42

OpenClaw on a VPS? And what's this going

0:44

to cost me in API tokens? And could I

0:47

use my Claw Max plan? And what chat tool

0:50

is best for my agents, Telegram or

0:52

WhatsApp or Slack? Should I have it

0:54

power one agent or can I set up a team

0:56

of agents? and am I going to need a

0:58

custom dashboard for managing them? And

1:01

let's not forget about security. What

1:02

should my agents be able to access? And

1:04

how should I think about safeguards? And

1:06

most importantly, what's my use case

1:08

here? What will I have my team of agents

1:10

actually do for me? So today, I'll share

1:13

where I've landed on all of those

1:14

questions, and I'll show you my setup

1:16

for all of it. You know, to be honest, I

1:18

didn't see the appeal of OpenClaw at

1:20

first. Back when it was called Claudebot

1:22

and then Moltbot and it was buzzing

1:23

around Twitter a couple weeks ago,

1:25

everyone was talking about having their

1:27

agent respond to their emails for them

1:28

or book flights or order takeout. And I

1:32

don't want or need an AI agent in my

1:34

personal life and I don't even want it

1:36

to manage my calendar. But then I

1:38

started thinking about a real challenge

1:39

that I've been having in my business and

1:41

how setting up OpenClaw could help me

1:43

solve it. You know, I run this YouTube

1:45

channel and Builder Methods Pro on my

1:47

courses and a weekly newsletter. And

1:49

thanks to things like Claude Code, of

1:51

course, building things has never been

1:52

easier. But building it is only half of

1:54

what I do. I develop training content. I

1:57

manage a publishing pipeline. And I

1:59

oversee my membership business. But

2:01

lately, I've been bottlenecked. There's

2:03

so much more that I want to create and

2:05

deliver. If only I had the bandwidth. In

2:07

my past businesses, I solved this by

2:09

hiring real teams and building processes

2:11

to help us scale. And that worked, but

2:14

the overhead was real, too. So, when I

2:16

gave OpenClaw another look, I asked a

2:18

different question. Not do I want a

2:20

personal assistant, but what if this

2:22

could fill roles on my team? And now,

2:25

I'm convinced that this paradigm,

2:27

autonomous agents with defined roles

2:29

running on their own machines, I think

2:31

this is here to stay. Now, OpenCloud is

2:34

just the first generation of what I

2:35

think will be much bigger. So, I want to

2:37

be figuring this out now, and maybe this

2:39

video can help you get started, too. If

2:41

you're new here, I'm Brian Castle. I

2:43

help builders stay ahead of the curve

2:44

with AI. And every Friday, I send my

2:47

builder briefing. That's a free

2:49

fiveminute read where I give you my no

2:50

hype take on making this transition to

2:53

adopting AI. You can get yours by going

2:55

to buildermethods.com.

2:57

And if you're serious about leveling up,

2:59

check out builder methods pro where you

3:00

can join our community and get training

3:02

for builders. All right, so what

3:04

actually is OpenClaw? It used to be

3:05

called Cloudbot and then Moltbot. And

3:08

how is this actually different from how

3:09

you might use cloud code or any other

3:11

agent? The core of OpenClaw is what's

3:13

called the gateway. That's a process

3:15

running on a machine, which shouldn't be

3:17

your personal machine, but we'll talk

3:19

about security in a moment. The

3:20

OpenCloud gateway can run tools. It

3:22

could use a browser. It can execute bash

3:24

scripts. Of course, cloud code can do a

3:27

lot of that, too. But what makes

3:28

OpenCloud different is that it's always

3:31

on. It maintains a persistent workspace

3:33

with memory and session logs. So you can

3:36

chat with your agents through Telegram

3:38

or Slack and delegate tasks that they

3:41

can do on their own in the background.

3:43

So that's a fundamentally different

3:44

paradigm from you personally managing

3:47

cloud code sessions in your terminal.

3:49

OpenClaw is closer to having teammates

3:51

who do their work on their own

3:53

workstations. The first question is

3:55

where should this thing run? Now I don't

3:57

recommend you run OpenClaw on your daily

3:59

driver machine. You don't want to give

4:01

it unfettered access to your files and

4:03

your accounts. And even if you isolate

4:05

it with something like Docker, your

4:06

machine would need to be on and awake

4:09

24/7 for your agents to work. So,

4:11

OpenClaw needs its own dedicated

4:13

machine. That could be a cloud VPS

4:15

starting at around five bucks a month.

4:17

Or it could be a physical machine.

4:19

Doesn't have to be a Mac Mini. Any kind

4:20

of computer on your network. Both are

4:22

valid and a lot of people are doing well

4:23

with the VPS setups. But I went ahead

4:26

and I spent the 600 bucks on a new Mac

4:27

Mini M4. And call me old school, but I

4:30

like to be able to screen share into it,

4:32

see the desktop, install things, and

4:34

manage it visually. And I SSH in too

4:37

when I just need to run a quick command.

4:39

And if I end up using my agent team for

4:41

all the use cases that I have in mind,

4:43

I'll need more storage and bandwidth

4:45

than the cheap VPS tiers offer. So, the

4:47

cost would start to balance out anyway.

4:49

And hey, if none of this works out, I'll

4:51

throw that Mac Mini up in my home music

4:52

studio. I'll use it up there. So, I've

4:54

got the dedicated machine. But that's

4:56

just the first layer. I need to think

4:57

carefully about what my agents can and

4:59

can't access. Now, this is where the

5:01

hiring metaphor really kicked in. If I'm

5:04

bringing someone onto my team, I

5:05

wouldn't give them access to my personal

5:07

laptop or let them loose on a browser

5:09

where I'm logged into everything. No, an

5:11

employee would get their own machine,

5:13

their own email, access to the files and

5:15

services that they need with the right

5:17

permissions, nothing more. So, that's

5:19

what I did. I set up a dedicated email

5:21

address for my agents. I created a

5:23

GitHub username that I can invite to

5:25

specific repos. I can grant and revoke

5:28

access to services just like I would

5:29

with any other team member. Now, files

5:32

were a bit trickier. I want easy two-way

5:34

syncing between my computer and the

5:37

OpenClaw workspace on the Mac Mini,

5:39

especially since I'm developing a a

5:41

brain system where all my business

5:43

activity gets logged into Markdown files

5:46

that my agents can access and work with.

5:48

More on the brain maybe another time. So

5:51

all my files live either in GitHub repos

5:53

or my main Dropbox account, but I don't

5:56

want to just share my personal Dropbox

5:58

with OpenClaw. That gives it access to

6:00

way too much. So I had OpenClaw set up

6:02

its own Dropbox account. And so the

6:05

specific folders that I want to share

6:06

between my main Mac and the OpenClaw Mac

6:10

Mini, both Dropbox accounts have access

6:12

to those. And so everything else stays

6:14

walled off. All right, let's talk about

6:17

costs because if you're not careful, you

6:19

can easily run up hundreds or even

6:21

thousands of dollars in token costs just

6:23

chatting with your agents and running

6:25

tasks. I blew past $200 in the first two

6:28

days of setting up my system. Now, I

6:30

already pay for a Cloud Max plan and I

6:32

was hoping that I could just use that,

6:33

but then I heard the stories of accounts

6:35

being shut down because this type of

6:37

usage might be against Anthropic's terms

6:39

of service. And then within a few days

6:42

he upgraded to the $200 subscription or

6:45

euros because he's in Austria. And he

6:47

was in love with that thing. That for me

6:49

was like a very early product

6:50

validation. It's like I built something

6:52

that

6:54

captures

6:55

people. And then a few days later

6:57

Andropic blocked him because based on

7:00

their rules using the subscription is

7:02

problematic or whatever.

7:03

>> So there's real ambiguity there. And I

7:05

genuinely wish that there would be some

7:07

official word one way or the other. Now

7:09

I intend to play by the rules. So,

7:10

here's where I landed. My Cloud Max plan

7:12

stays for my personal use with Claude

7:14

and Claude code on my devices when I'm

7:17

working. My OpenClaw agents use API

7:20

tokens completely separate. I'm running

7:22

those tokens through Open Router, which

7:24

centralizes all my API usage and makes

7:26

it easy to select from hundreds of

7:28

models and providers. More importantly,

7:30

it lets me carefully optimize which

7:32

agents use which models for which tasks.

7:35

You know, honestly, that optimization is

7:37

probably where I spent the most time

7:39

this past week, just figuring out which

7:41

tasks need the power of Opus and which

7:44

can run on cheaper, faster models.

7:46

Still, running this team of agents is

7:48

not cheap. And if you've been building

7:49

with the frontier models, then you

7:51

already know this isn't a free ride. And

7:53

from a business standpoint, if you

7:54

compare the token costs to the cost of

7:57

hiring multiple team members to do the

7:59

work that can maybe should be delegated

8:01

to agents, the ROI math gets pretty

8:04

compelling. Now to the question of

8:06

chatting with my agents. OpenClaw

8:08

supports a wide range of chat tools. I

8:10

started with Telegram since that was the

8:12

easiest to get up and running. It worked

8:13

for a few days and I was even able to

8:15

set up separate Telegram bots for each

8:17

agent. I'll talk about my multi- aent

8:19

configuration in just a minute. But

8:21

after a few days on Telegram, I found

8:23

the interface just wasn't comfortable,

8:25

especially when agents would send me

8:26

markdown formatted content, which kind

8:28

of works, kind of doesn't. So again, I'm

8:31

working with my agents like I tend to

8:33

work with teammates. and my teams have

8:35

always used Slack. So, I set up Slack

8:37

bots for each of my agents and that was

8:39

super easy. And Slack has great markdown

8:42

support. And I really like how we can

8:43

use threaded replies and that makes it

8:46

easy to manage multiple agents with

8:48

multiple requests and responses flying

8:50

around. Now, here's what made OpenClaw

8:52

really click for me. Instead of using it

8:54

as a single agent, I set up a multi-

8:57

aent configuration so that I can build

8:59

an actual team of four agents. Claw is

9:02

my system admin who I work with when I'm

9:05

tinkering with my OpenClaw system

9:06

itself. Bernard is my developer. Vale

9:09

works on marketing tasks and Gumbo is my

9:12

general assistant. Each agent runs as

9:15

its own Slackbot with its own

9:16

conversations. And I experimented with

9:18

having them all in a group chat which

9:20

kind of works but has some quirks. So I

9:23

assigned a default model to each agent.

9:25

Opus for Bernard the developer and Claw

9:28

the system admin. That's where reasoning

9:30

power really matters. And then Sonnet

9:32

for Vale, the marketer, and Gumbo, the

9:34

assistant. That's where speed and

9:36

efficiency make more sense. But I often

9:38

direct them to delegate parts of their

9:40

work to sub agents for tasks where I

9:44

need to specify a more expensive model

9:46

or a cheaper model. Now, I decided to

9:48

have them all share one workspace, which

9:50

means they all access the same memory

9:53

and I can manage configurations and

9:55

agents MD directives all in one place.

9:58

Also, my brain folder lives in this

10:00

workspace and that's where all of our

10:02

work gets synced up. And if you want to

10:04

hear more about my productivity system

10:06

with my agents, let me know in the

10:07

comments and I'll make another video all

10:09

about that. Now, OpenClaw has an

10:11

identity.md file and that's typically

10:14

used to define a single agents identity,

10:17

but I use it to define multiple

10:19

identities, one for each agent on my

10:21

team. I even used Claude and Gemini to

10:23

develop unique personality traits and a

10:26

visual avatar for each agent. I wanted

10:28

to have fun with it. You know, my bots

10:29

are characters inspired by one of my

10:31

favorite bands, Gorillas. Now, I did run

10:34

into some challenges with OpenClaw's

10:36

built-in cron system for scheduled

10:38

tasks. It was hard to associate those

10:40

tasks with specific agents on my team.

10:43

And so, that ended up being one of the

10:45

main reasons I built my own custom

10:47

dashboard and task dispatching system.

10:50

So, I quickly realized that managing my

10:52

agents via chat alone was not going to

10:54

cut it. I wanted to see all my scheduled

10:56

tasks in one place and be able to assign

10:58

them to specific agents. And I wanted to

11:01

track token usage so I know how much all

11:02

of this is costing me. You know, I just

11:04

wanted a central dashboard where I could

11:06

see the whole system at a glance. So,

11:09

naturally, I built one. Any excuse to

11:11

build something, right? I used cloud

11:13

code and my design OS process and I had

11:15

a working app in about a day. It's a

11:18

simple Rails app that connects to

11:19

OpenClaus Gateway and gives me a clean

11:22

interface for managing everything.

11:23

Honestly, that HQ dashboard was just the

11:26

beginning. Now I'm building another app

11:27

for editing and reading markdown files

11:30

in my brain system so that I can easily

11:32

manage what my agents have access to.

11:34

This is what I love about this moment

11:36

for builders. When a tool that I need

11:38

doesn't exist yet, I just build it in a

11:40

day. Now, the most important question

11:42

and the one that I keep hearing

11:43

everywhere is what are you actually

11:45

going to use your agents for? So, I've

11:47

identified a few specific areas where my

11:49

agents can fill real gaps in my

11:51

business. Let's start with the content

11:53

that I publish. Now, I only put things

11:55

out when I have something to say, and

11:57

that'll never change. But the truth is,

11:59

so much happens inside my projects and

12:01

in my conversations with other builders

12:04

that never makes it to a video or a

12:06

social post. So, I'm building systems

12:08

now that let my agents observe and

12:10

capture more of that work and help me

12:12

share more of it across my platforms.

12:14

Second is development. Now, I still love

12:16

to spend most of my time in cloud code

12:19

and cursor designing and architecting

12:21

products. That's not going to change,

12:23

but I'm having Bernard, my developer

12:25

agent, pick up backlog issues and track

12:28

production errors and submit PRs during

12:30

times when I can't get my hands on those

12:32

things. Third is the glue work. This is

12:35

a bottleneck that I feel every single

12:37

day. Every minute that I spend project

12:39

managing or copying and pasting or

12:42

scheduling content or documenting

12:44

things, that's time that I'm not

12:46

thinking, creating or building. And

12:48

those tasks should be automated or

12:50

delegated. And that's exactly what my

12:52

general assistant Gumbo is for. And the

12:55

use case that has me most excited is

12:57

reporting. So, having my agents surface

12:59

trends and patterns and new ideas on a

13:02

regular basis, helping me see blind

13:04

spots that I wouldn't notice on my own,

13:06

that's the kind of insight that helps me

13:08

teach ideas that actually help builders

13:10

get ahead and helps me create tools that

13:12

solve real problems. Now, I've already

13:15

started assembling the building blocks,

13:16

the processes for my agents to follow,

13:18

the automations, the custom tooling, and

13:21

I'd love to report back on a future

13:22

video to show you how all that's coming

13:24

together. So, make sure you subscribe to

13:26

the channel. Now, I want to be careful

13:28

not to oversell OpenClaw. It's still

13:30

very early, very raw, and I spent more

13:32

late nights than I'd like to admit just

13:34

getting things configured. But there's

13:36

no denying the breakthrough as a concept

13:38

that OpenClaw has broken open here, at

13:40

least in our circles of AI pill

13:42

builders. And I see this as one of those

13:44

things that's worth our extra effort to

13:46

be an early adopter on because systems

13:48

like this are only going to become more

13:50

commonplace as this year and next year

13:52

play out. And that gets at something

13:54

that I think is a fundamental skill for

13:56

us as builders in 2026. We have to be

13:59

willing to explore and tinker to figure

14:01

out how new tools can help us make real

14:04

progress in our business. That's the

14:06

value that we bring to the table and

14:08

it's one of the five essential skills

14:10

that I think we need to master to go

14:12

from being overwhelmed by the speed of

14:14

change to actually thriving in this new

14:16

environment. And I cover all five in my

14:18

video on going from an AI skeptic to

14:21

building an unfair advantage. So, right

14:23

after you hit subscribe on the channel,

14:24

I'll see you on that one next. Let's

14:26

keep building.

UNLOCK MORE

Sign up free to access premium features

INTERACTIVE VIEWER

Watch the video with synced subtitles, adjustable overlay, and full playback control.

SIGN UP FREE TO UNLOCK

AI SUMMARY

Get an instant AI-generated summary of the video content, key points, and takeaways.

SIGN UP FREE TO UNLOCK

TRANSLATE

Translate the transcript to 100+ languages with one click. Download in any format.

SIGN UP FREE TO UNLOCK

MIND MAP

Visualize the transcript as an interactive mind map. Understand structure at a glance.

SIGN UP FREE TO UNLOCK

CHAT WITH TRANSCRIPT

Ask questions about the video content. Get answers powered by AI directly from the transcript.

SIGN UP FREE TO UNLOCK

GET MORE FROM YOUR TRANSCRIPTS

Sign up for free and unlock interactive viewer, AI summaries, translations, mind maps, and more. No credit card required.