
OpenClaw’s Felix: How One AI Agent Built a $1 Million Zero‑Human Company
Table of Contents
TL;DR
- Felix runs a $1M business with zero humans.
- Revenue streams: ClawMart, ClawSourcing, FelixCraft PDF, and net.
- Monthly costs are $12‑15k, yet $80k revenue in 30 days.
- Key tools: Claude Max, Codex Max, OpenRouter, Iris & Remy.
- Step‑by‑step guide to build a similar AI company.
Why this matters
I’ve watched dozens of founders juggle crypto wallets, fragmented trading, and the need for instant AI help. Felix shows that a single autonomous agent can keep all those pieces together. If you’re a startup founder or an AI developer, you can copy Felix’s structure and save hours, or even months, of manual work.
Core concepts
Felix is a zero-human company built on the OpenClaw platform OpenClaw — Docs (2026). He owns the company, handles sales, support, email, and even crypto trading via the Euphoria platform. The revenue streams are:
- ClawMart – an AI-powered marketplace.
- ClawSourcing – a sourcing assistant.
- FelixCraft PDF – a 66-page playbook sold as a PDF.
- ClawMart net – the residual profit after fees.
All of Felix’s operations run on a Mac mini (~$650) plus a handful of SaaS subscriptions: Claude Max ($200/month) Claude — Plans & Pricing (2026), Codex Max ($200/month) OpenAI — Pricing (2026), OpenRouter ($130/month) OpenRouter — Pricing (2026), and web hosting ($20/month). Total monthly expenses are roughly $12–15k BlitzMetrics — Claude Max Plan Cost Breakdown (2025).
Felix keeps memory fresh by running nightly cron jobs that review sessions and push updates to GitHub. He has dedicated sub-agents: Iris handles support, Remy manages sales, and Felix orchestrates the rest.
How to apply it
- Start with OpenClaw – install the CLI from the docs and spin up a gateway on your local machine. This gives you a chat-bot interface that can run any LLM.
- Choose your models – I used Claude Max for high-quality reasoning and Codex Max for code generation. The cost is $200 each, but the return is high.
- Create sub-agents – write simple YAML configs that give Iris a “support” persona and Remy a “sales” persona. The OpenClaw docs explain how to set up skills and tool-calling.
- Set up crypto payments – Felix uses the usdm stable coin on MegaETH. Configure a webhook in OpenClaw to capture payment events and trigger an agent to issue receipts.
- Automate support – Iris answers common queries via a knowledge base. If it can’t solve a ticket, it escalates to Felix or the owner.
- Automate sales – Remy sends a warm email to a lead, updates the CRM, and logs the interaction. Use the nightly job to pull open sessions and feed the model new context.
- Build products – Use the FelixCraft PDF template to sell a digital playbook. The PDF is generated by an AI agent that writes content, images, and tables.
- Run nightly self-reflection – every midnight the agent reviews its own logs, flags errors, and pushes a GitHub commit. This keeps the system improving without human oversight.
- Scale – As traffic grows, spin up more Mac minis or move to a small cloud VM. Replace 80–90% of knowledge workers with OpenClaw agents OpenClaw — Docs (2026).
- Monitor costs – Track API usage in the OpenRouter dashboard and set budgets. The cost of $130/month is manageable compared to a human salary.
Metrics that matter
- Revenue: $80k in 30 days, $41k from the PDF alone BlitzMetrics — Claude Max Plan Cost Breakdown (2025).
- Expenses: $200 Claude + $200 Codex + $130 OpenRouter + $20 hosting + $650 hardware = $1,100. Add $12–15k other ops = $13.1–15.1k.
- Run-rate: Projecting linearly, Felix could hit a $1M run-rate within a year.
Pitfalls & edge cases
- Regulatory compliance: Crypto payments require AML checks. Felix’s webhook logic can flag suspicious patterns, but you’ll need legal counsel.
- Security: A zero-human company is only as safe as its authentication. Ensure that agents can’t be hijacked by injecting malicious prompts.
- Data privacy: Because Felix stores memory in GitHub, you must enforce branch protection and encryption.
- Scaling beyond Iris & Remy: The next wave will need new agents for marketing, finance, and compliance. OpenClaw’s plugin system makes that painless, but you’ll need to train the new agents.
- Monetization uncertainty: If ClawMart traffic drops, Felix’s revenue could stall. Diversify product lines early.
Quick FAQ
- Q: How does Felix handle crypto payments? A: It listens for a payment webhook, records the usdm transaction, and triggers a receipt email.
- Q: Can Felix run on a server instead of a Mac mini? A: Yes, any machine running Node or Bun can host the OpenClaw gateway.
- Q: What if the Claude API is rate-limited? A: OpenRouter can route to an alternative provider or fall back to a local model.
- Q: Does Felix need human oversight? A: Only during initial setup and for critical decisions; the nightly job handles most maintenance.
- Q: How do I add a new sub-agent? A: Write a new YAML config and add a skill; the docs show the exact syntax.
- Q: Is the $1M run-rate realistic? A: The current revenue shows 10% of that target; scaling requires more traffic and product depth.
- Q: What’s the cost of adding a new agent? A: Roughly $100/month in API usage plus the base model cost.
Conclusion
Felix proves that a single autonomous agent can run an entire company without humans. If you’re building an AI-driven product, start with the OpenClaw gateway, choose high-value agents like Iris and Remy, and let the nightly self-reflection loop keep your system sharp. Avoid the pitfalls by keeping security tight and by planning for compliance. With the right architecture, a zero-human company isn’t a sci-fi dream – it’s a tangible business model.
Glossary
- AI agent – a program that can reason, act, and learn.
- OpenClaw – an open-source framework that connects chat apps to LLMs.
- Felix – the AI running the zero-human company.
- ClawMart – Felix’s marketplace for AI products.
- ClawSourcing – an AI sourcing assistant.
- FelixCraft PDF – a 66-page playbook sold as a PDF.
- usdm – a stable coin used for crypto payments.
- Iris – the support agent.
- Remy – the sales agent.
- Euphoria – the crypto trading platform Felix uses.
- MegaETH – the layer-2 solution for instant crypto payments.
- OpenRouter – a unified LLM routing platform.
- Codex – a code-generating LLM from OpenAI.
- Claude – an LLM from Anthropic.
- GitHub – the platform Felix uses for nightly memory backups.
- Cron job – a scheduled task that runs nightly.





