Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Nick Vasilescu

๐Ÿ‘ค Speaker
525 total appearances

Appearances Over Time

Podcast Appearances

The Startup Ideas Podcast
Making $$$ with OpenClaw

It just helps me to map it out visually.

The Startup Ideas Podcast
Making $$$ with OpenClaw

But you could literally ask it.

The Startup Ideas Podcast
Making $$$ with OpenClaw

Yeah, like you said, based on this transcript, what is the automation workflow look like?

The Startup Ideas Podcast
Making $$$ with OpenClaw

You know, step-by-step.

The Startup Ideas Podcast
Making $$$ with OpenClaw

Yeah, so then once you figure out what the workflow is, right, this is where, like, you have to actually be able to know, okay, how much can I really ask, like, how much can I just say, like, to OpenClaw right now, hey, like, build this, like, hey, build this thing, and you just describe the workflow versus...

The Startup Ideas Podcast
Making $$$ with OpenClaw

genuinely using something like cloud code to build out like what that workflow would look like with you know python apis a genuine automation pipeline and process that your open claw can actually just trigger upon um whenever it's like contextually relevant so

The Startup Ideas Podcast
Making $$$ with OpenClaw

for instance, this whole pipeline here of like going to these websites, looking at this product information, downloading the information, parsing it, uploading it to Zoho.

The Startup Ideas Podcast
Making $$$ with OpenClaw

The trigger of all of that is, you know, the OpenClaw being CC'd in an email and it seeing that email, it has a link that is relevant for this type of workflow to be triggered.

The Startup Ideas Podcast
Making $$$ with OpenClaw

So that is like the thing, that's like the listening event that OpenClaw can do with like a cron job that it sets up to just like

The Startup Ideas Podcast
Making $$$ with OpenClaw

OK, listen for this trigger.

The Startup Ideas Podcast
Making $$$ with OpenClaw

And then once that trigger starts, it can then activate the whole Python script workflow automation, everything that you would need downstream of that.

The Startup Ideas Podcast
Making $$$ with OpenClaw

So you're not relying too much on open clause like abilities in and of itself.

The Startup Ideas Podcast
Making $$$ with OpenClaw

You're more so creating specialized AI workers under each underneath the open clause that it can call individually, if that makes sense.

The Startup Ideas Podcast
Making $$$ with OpenClaw

Yeah, so sub-agents are, there's a couple ways to view them, right?

The Startup Ideas Podcast
Making $$$ with OpenClaw

So like in the context of, and the reason I say there's a couple ways to view them is because there's a couple ways of using them.

The Startup Ideas Podcast
Making $$$ with OpenClaw

So in the context of like OpenClaw, you could ask it to spin up five research sub-agents that all go and research some given task.

The Startup Ideas Podcast
Making $$$ with OpenClaw

And like I said earlier, you could have it parallelize that task across splitting it up across each subagent or having each subagent actually go and do the same task across five different instances.

The Startup Ideas Podcast
Making $$$ with OpenClaw

But the next thing around subagents is that you can actually, like you said, maybe think of them in terms of skills.

The Startup Ideas Podcast
Making $$$ with OpenClaw

So if you're familiar with anthropic skills...

The Startup Ideas Podcast
Making $$$ with OpenClaw

you can have these specialized instructions and rules along with actual code that you can provide to your agent for it to be able to go and do a given task.