How to automate workflows using open-source AI agents

One founder, one agent, one stack

How to automate workflows using open-source AI agents

Running a one-person business means doing the job of an entire company by yourself. You're closing a deal in the morning and debugging the product by lunchtime. Every hour spent on admin is an hour not spent on the part of the business that actually grows revenue.

That's the gap a new generation of AI agents is built to close. OpenClaw and Hermes Agent are open-source tools that run in the background, hold memory of your business, and act on tasks without waiting for you to ask twice. Pair either one with a handful of supporting tools, and you get something close to a small team, for the price of a few subscriptions.

Why solo founders need an agent, not another app

Most AI tools you've used so far live in a browser tab. You open Claude or ChatGPT, ask a question, get an answer, then close the tab. The assistant stops existing the moment you stop typing.

An agent works differently. Once you set up OpenClaw or Hermes Agent, it keeps running, checking a task list, remembering what happened yesterday, and acting on a schedule instead of waiting to be prompted. For a solo entrepreneur with no employees, that difference matters more than which model sits underneath.

An agent doesn't replace you. Ideally, it should absorb the tasks that would otherwise eat your day, things like triaging support email, drafting a weekly update, or chasing an unpaid invoice. That frees you up for the work only you can do.

OpenClaw or Hermes Agent: Picking your AI co-founder

Two open-source projects dominate this space right now. They take different approaches to the same problem.

OpenClaw is the older, larger, and more battle-tested of the two. It started as a weekend project by Austrian developer Peter Steinberger in late 2025.

In February 2026, Steinberger announced he was joining OpenAI and that OpenClaw would move to an independent foundation rather than staying tied to any single company. The project's GitHub repository now sits at 373,000 stars and 77,300 forks.

Hermes Agent takes the opposite bet. It launched in February 2026 from Nous Research, the lab behind the Hermes, Nomos, and Psyche model families. By mid-June, it had crossed 190,000 stars of its own.

Instead of chasing breadth, it focuses on depth. After every task, it evaluates how the work went, turns whatever worked into a reusable skill file, and pulls from that file the next time a similar job comes up rather than reasoning from scratch.

How they measure up

OpenClaw

Hermes Agent

First released

November 2025, as Clawdbot

February 2026

Built by

Peter Steinberger, now an independent foundation

Nous Research

GitHub stars (June 2026)

373,000+

190,000+

License

MIT, open source

MIT, open source

Setup time

Under 30 minutes with Docker

A few hours for a full local setup

Memory model

File-backed, you write and edit what it remembers

Self-improving, it writes its own skills from experience

Messaging channels

20+, including WhatsApp, Telegram, Slack, Discord

Telegram, Discord, Slack, WhatsApp, email, native desktop app

Best fit

Fast setup, the largest skill library, broad channel reach

An agent that gets sharper at your repeat tasks over time

In our experience, the honest answer comes down to setup time versus patience. OpenClaw's web search and file tools tend to work immediately after a Docker setup, often the same day. A full Hermes Agent setup with memory and tools configured typically takes a few hours instead.

Start with OpenClaw if you want results fast. Choose Hermes if you're willing to spend a weekend up front for an agent that keeps improving at your specific workflows.

A growing number of operators don't pick just one. Some experienced users run OpenClaw as the orchestrator for planning and multi-step coordination, then hand fast, repeatable task loops to Hermes as an execution specialist, with the two agents communicating over a shared protocol. That setup is overkill for a first attempt, but it's worth knowing the option exists once a single agent starts to feel limited.

What this looks like in practice

The clearest public example of an agent running a one-person business is Felix, an OpenClaw agent built by entrepreneur Nat Eliason. In January 2026, Eliason gave the agent $1,000 in startup capital and its own X account, then told it to build something and sell it overnight. Felix responded by writing a playbook on how to hire an AI agent, building a website to sell it, and launching its own social presence.

Three weeks in, Felix had generated $14,718 in revenue. Within about two months, that figure had grown to roughly $177,000 across the original product, a skills marketplace called Claw Mart, and custom agent deployments built for other businesses.

Eliason still holds the API keys and reviews what the agent does. Day-to-day decisions, from pricing to outreach, run through Felix rather than through him.

Felix is an extreme case, built specifically to test how far one agent could go without a human in the loop. Most one-person businesses won't hand over a Stripe account on day one.

That's the right call for most of them. Even so, the same pattern applies at a smaller scale: give an agent its own accounts, a narrow task, and enough room to act without you checking in every hour.

Building the rest of the stack around your AI agent

An agent is only as useful as what it can plug into. Most one-person stacks pair OpenClaw or Hermes Agent with a handful of tools that already expose an API, a webhook, or an email address the agent can act through. None of these need to cost much.

Scheduling and communication

Calendly remains a common default for letting people book time on your calendar without the back-and-forth, with a free plan for individual use and paid plans starting at $10 per month. Point your agent at the same calendar so it can answer "when am I free" without you checking manually.

For day-to-day messages, the agent typically lives wherever you already work. Both OpenClaw and Hermes Agent connect natively to WhatsApp, Telegram, Slack, and Discord, so you're adding a contact to a conversation you're already having, not a new inbox to check.

Invoicing and bookkeeping

Wave and FreshBooks cover most solo founders here. Wave's core invoicing and accounting tools are free, with charges kicking in only if you use its built-in payment processing. FreshBooks costs a monthly fee but adds time tracking and client portals, useful once you start billing by the hour.

Either way, give your agent read access to the invoice list rather than write access to your bank account. Letting it flag an overdue invoice and draft a reminder is a reasonable task. Letting it move money on your behalf is not, at least not yet.

Customer relationships and leads

HubSpot's CRM is free, with no time limit on the core plan. For a founder tracking a few dozen leads, that's enough to replace a spreadsheet without adding a subscription. As the pipeline grows, the agent can sit on top of it, drafting follow-ups, logging calls, and flagging deals that have gone quiet.

Content and social media

This is where an agent earns its keep fastest, because content work is repetitive and time-stamped. Point it at your newsletter platform, whether that's beehiiv, MailerLite, or ConvertKit. Give it a standing instruction to draft, not send, a weekly update from your week's notes.

You stay the editor. The agent stays the drafter.

Contracts and signatures

For anything that needs a signature, tools like PandaDoc or SignNow handle the legal side. Your agent can handle the busywork around it instead, generating the draft from a template, sending it out, and nudging a client who hasn't signed after a few days. We'd still keep a human checking the final terms before anything goes out the door.

AI guardrails you need before you go all-in

Running an autonomous agent is not the same as running a chatbot. The security record so far reflects that. A 2026 audit of OpenClaw's skill marketplace found 341 malicious entries out of 2,857 skills checked, traced largely to a single supply chain campaign known as ClawHavoc.

A separate vulnerability, CVE-2026-25253, scored 8.8 out of 10 on the severity scale and involved unsafe automatic connection behavior that could expose authentication tokens. Cisco has publicly described personal AI agents in this category as a serious risk for enterprise environments, specifically because of how much access they're given by default. Hermes Agent has reported no known critical vulnerabilities as of mid-2026, though that partly reflects its smaller install base rather than proven hardening over time.

Three habits cut most of that risk down to size:

  • Give the agent its own accounts. A separate email address, a separate cloud storage folder, and separate API keys mean a mistake stays contained instead of spreading into your personal accounts.
  • Start with one channel and one task. Let it manage a single Telegram conversation or a single invoicing workflow before connecting it to your bank, your CRM, and your domain registrar all at once.
  • Keep it updated and keep it behind authentication. Both projects ship fixes quickly once a problem surfaces, but only if you're running a current version rather than an old build exposed to the open internet.

Treat the access you grant an AI agent the way you'd treat access for a new hire — useful from day one, but earned in stages rather than handed over all at once.

Getting started without breaking anything

Pick one agent and one task before you do anything else. People who've run these setups for months consistently recommend starting on the computer you already own rather than buying dedicated hardware, then moving to a small server later if the agent earns a permanent home.

Give it its own email address and a single connected channel, such as Telegram, before anything else. Ask it to handle one real task for a week: drafting follow-up emails, summarizing your inbox each morning, or chasing one recurring invoice. Once that task runs reliably without daily intervention, add the next one.

Treat the agent like a new employee rather than an extension of yourself. Give it accounts you'd be comfortable revoking, not your own logins.

That one habit prevents most of the damage a misconfigured agent could otherwise do. By the time you've added a second and third task, you'll have a clearer sense of which platform fits your workflow than any comparison article could give you, including this one.

The bottom line

Hiring your first real employee usually means payroll, onboarding, and months before they're fully useful. Setting up OpenClaw or Hermes Agent costs a few hours and, in OpenClaw's case, nothing beyond compute.

Obviously, the output won't match a skilled human on judgment calls, but for the repetitive parts of running a business, the gap is closing fast enough that a solopreneur can get their business out the door without overhiring before they are ready.

Start small, watch what the agent actually does with the access you give it, and expand from there. We've noticed the founders getting the most out of this approach aren't running the most complicated stack. They picked one agent, gave it one real job, and let it prove itself before adding the next.

Share

What's Your Reaction?

Like Like 0
Dislike Dislike 0
Love Love 0
Funny Funny 0
Angry Angry 0
Sad Sad 0
Wow Wow 0