Turn your OpenClaw agent into a money-making machine. Open-source middleware for autonomous freelance AI agents.
# Add to your Claude Code skills
git clone https://github.com/ertugrulakben/cashclaw"I deployed CashClaw on Friday. By Monday, my agent had completed 12 missions and earned $847."
-- Early beta tester
CashClaw is a set of OpenClaw skills that turn your AI agent into a freelance business operator.
Your agent wakes up. Checks the pipeline. Picks up a client request. Runs an SEO audit. Writes a blog post. Generates 50 qualified leads. Creates a Stripe invoice. Sends a payment link. Follows up three days later. Collects the money.
You sleep. CashClaw works.
It is not a framework. It is not a SaaS dashboard. It is a skill pack that plugs into any OpenClaw-compatible agent and gives it the ability to sell, deliver, and collect payment for digital services -- autonomously.
No employees. No overhead. No invoicing headaches.
Just an agent, a Stripe account, and CashClaw.
No comments yet. Be the first to share your thoughts!
npx cashclaw init
That is it. CashClaw will:
~/.cashclaw/ workspace# Or install globally
npm install -g cashclaw
# Initialize workspace
cashclaw init
# Check status
cashclaw status
# Run your first audit
cashclaw audit --url "https://your-client.com" --tier standard
+------------------+ +---------------------+ +------------------+
| | | | | |
| OpenClaw |---->| CashClaw Skills |---->| CashClaw Engine |
| (Your Agent) | | (12 skill packs) | | (Orchestrator) |
| | | | | |
+------------------+ +---------------------+ +--------+---------+
|
...