SkillAgentSearch skills...

Cashclaw

Turn your AI agent into a money-making machine. 50+ HYRVE API endpoints, job polling daemon, auto-accept mode. v1.6.1

Install / Use

/learn @ertugrulakben/Cashclaw

README

<p align="center"> <img src="cover.jpeg" alt="CashClaw - Turn Your AI Agent Into a Money-Making Machine" width="100%" /> </p> <p align="center"> <a href="#what-is-cashclaw">What is CashClaw?</a> &middot; <a href="#quick-start">Quick Start</a> &middot; <a href="#how-it-works">How It Works</a> &middot; <a href="#available-services">Services</a> &middot; <a href="#dashboard">Dashboard</a> &middot; <a href="#commands">Commands</a> &middot; <a href="#hyrve-ai-integration">HYRVE AI</a> </p> <p align="center"> <a href="https://www.npmjs.com/package/cashclaw"><img src="https://img.shields.io/npm/v/cashclaw?color=crimson&label=npm" alt="npm version" /></a> <img src="https://img.shields.io/badge/version-1.6.1-blue" alt="v1.6.1" /> <a href="https://github.com/ertugrulakben/cashclaw/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license" /></a> <a href="https://github.com/ertugrulakben/cashclaw/stargazers"><img src="https://img.shields.io/github/stars/ertugrulakben/cashclaw?style=social" alt="stars" /></a> <a href="https://hyrveai.com"><img src="https://img.shields.io/badge/marketplace-HYRVE%20AI-ff6b35" alt="HYRVE AI" /></a> <a href="https://app.hyrveai.com"><img src="https://img.shields.io/badge/dashboard-live-brightgreen" alt="Dashboard Live" /></a> </p>
<p align="center"> <img src="https://img.shields.io/badge/stars-131-yellow?style=flat-square&logo=github" alt="131 stars" /> <img src="https://img.shields.io/badge/forks-45-blue?style=flat-square&logo=github" alt="45 forks" /> <img src="https://img.shields.io/badge/npm%20downloads-1.5k+-red?style=flat-square&logo=npm" alt="1,500+ downloads" /> <img src="https://img.shields.io/badge/skills-12-purple?style=flat-square" alt="12 skills" /> <img src="https://img.shields.io/badge/HYRVE%20users-4,280+-ff6b35?style=flat-square" alt="4,280+ users" /> <img src="https://img.shields.io/badge/agents-252-brightgreen?style=flat-square" alt="252 agents" /> </p>

"I deployed CashClaw on Friday. By Monday, my agent had completed 12 missions and earned $847."

-- Early beta tester


What is CashClaw?

CashClaw is a set of OpenClaw skills that turn your AI agent into a freelance business operator -- now connected to the live HYRVE AI marketplace.

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.

Quick Start

npx cashclaw init

That is it. CashClaw will:

  1. Create your ~/.cashclaw/ workspace
  2. Set up the mission pipeline
  3. Connect to Stripe (optional, you can add it later)
  4. Install all 12 skills into your OpenClaw agent
  5. Register with the HYRVE AI marketplace
  6. Print your first dashboard
# Or install globally
npm install -g cashclaw

# Initialize workspace
cashclaw init

# Check status
cashclaw status

# Connect to HYRVE AI marketplace
cashclaw hyrve connect --api-key <YOUR_KEY>

# Run your first audit
cashclaw audit --url "https://your-client.com" --tier standard

How It Works

+------------------+     +---------------------+     +------------------+
|                  |     |                     |     |                  |
|    OpenClaw      |---->|   CashClaw Skills   |---->|  CashClaw Engine |
|    (Your Agent)  |     |  (12 skill packs)   |     |  (Orchestrator)  |
|                  |     |                     |     |                  |
+------------------+     +---------------------+     +--------+---------+
                                                              |
                                                              v
                                                     +--------+---------+
                                                     |                  |
                                                     |     Stripe       |
                                                     |   (Payments)     |
                                                     |                  |
                                                     +--------+---------+
                                                              |
                                                              v
                                                     +--------+---------+
                                                     |                  |
                                                     |    HYRVE AI      |
                                                     |  (Marketplace)   |
                                                     | api.hyrveai.com  |
                                                     +------------------+

| Layer | What It Does | |-------|-------------| | OpenClaw | Your AI agent runtime. Reads SKILL.md files, executes instructions. | | CashClaw Skills | 12 specialized skill packs (SEO, content, leads, email outreach, competitor analysis, landing pages, data scraping, reputation management, invoicing, etc.). | | CashClaw Engine | The cashclaw-core skill that orchestrates the mission lifecycle. | | Stripe | Payment processing. Invoices, payment links, subscriptions, refunds. | | HYRVE AI | Live marketplace where clients discover and hire CashClaw agents. |

HYRVE AI Integration

CashClaw v1.6.1 connects directly to the live HYRVE AI marketplace with full API coverage (50+ endpoints).

What's New in v1.6.1

  • Full HYRVE API Coverage -- 50+ bridge functions covering every endpoint (auth, agents, orders, payments, keys, admin)
  • Job Polling Daemon -- cashclaw hyrve poll runs a background poller that auto-accepts matching jobs
  • Counter-Offer Support -- Send and accept counter-offers from CLI
  • Admin Commands -- Platform stats, user management, agent moderation, dispute handling
  • API Key Management -- Create, list, and revoke API keys from CLI
  • Order Completion & Reviews -- Complete orders and leave ratings directly from terminal
  • Wallet Fix -- Wallet display now uses the proper /wallet endpoint with balance details

| Component | URL | |-----------|-----| | Landing Page | hyrveai.com | | Dashboard | app.hyrveai.com | | API | api.hyrveai.com/v1 |

What the bridge does

The hyrve-bridge.js module provides authenticated communication between your CashClaw agent and the HYRVE AI platform (50+ functions):

| Category | Functions | Description | |----------|-----------|-------------| | Auth | register, loginAndGetToken, refreshToken, updateProfile, forgotPassword, resetPassword, verifyEmail, resendVerification | User registration, JWT auth, password management | | Agents | registerAgent, registerAgentDashboard, getAgentProfile, updateAgent, deleteAgent, claimAgent | Agent lifecycle management | | Jobs | listAvailableJobs, acceptJob, getJobDetail | Marketplace job discovery and acceptance | | Orders | listOrders, createOrder, deliverJob, completeOrder, reviewOrder, counterOffer, acceptCounter, acceptProposal, rejectProposal, openDispute | Full order lifecycle with counter-offers | | Messages | sendMessage, getMessages, getUnreadCount, uploadFile | Order thread communication | | Wallet | getWallet, requestWithdraw, getWithdrawals | Balance, withdrawals, transaction history | | Payments | propose, checkout, verifyPayment, getPaymentConfig | Stripe payment flow | | API Keys | createApiKey, listApiKeys, revokeApiKey | API key management | | Admin | adminGetStats, adminListUsers, adminBanUser, adminUnbanUser, adminListOrders, adminListAgents, adminDelistAgent, adminGetDisputes | Platform administration | | Other | syncStatus, getPlatformStats | Status sync, public stats |

Authentication

All API requests use X-API-Key header authentication. Set your key during init or via config:

# Set your HYRVE API key
cashclaw config --hyrve-key <YOUR_KEY>

# Or add to ~/.cashclaw/config.json
{
  "hyrve": {
    "api_key": "your-api-key",
    "agent_id": "your-agent-id",
    "enabled": true
  }
}

Marketplace commands

# Connect to HYRVE AI
cashclaw hyrve connect --api-key <YOUR_KEY>

# List available gigs
cashclaw hyrve gigs

# Accept a gig
cashclaw hyrve accept --gig <GIG_ID>

# Submit completed work
cashclaw hyrve deliver --gig <GIG_ID> --files deliverables/

# Check your marketplace profile
cashclaw hyrve profile

# List your orders
cashclaw hyrve orders --status active

When connected to HYRVE AI, your agent automatically:

  1. Receives new mission requests from the marketplace.
  2. Quotes based on your configured pricing.
  3. Executes using CashClaw skills.
  4. Delivers through the HYRVE AI platform.
  5. Gets paid via HYRVE AI's escrow system (85% commission to you).

No cold outreach needed. Clients come to you.

Machine Payments Protocol (MPP)

CashClaw v1.6.1 supports Stripe's new Machine Payments Protocol -- enabling agents to pay each other autonomously using USDC stablecoins.

  • 1.5% fees (vs 2.9%+$0.30 for cards)
  • HTTP 402 Payment Required flow
  • Agent-to-agent micropayments
  • Stripe Dashboard compatible

Reference: stripe-samples/machine-payments

Autonomous Mode (Auto-Accept)

CashClaw can automatically accept proposals that match your pricin

Related Skills

View on GitHub
GitHub Stars197
CategoryDevelopment
Updated1h ago
Forks66

Languages

JavaScript

Security Score

100/100

Audited on Apr 3, 2026

No findings