cashclaw-invoicer

Automate Stripe invoice creation, payment links, status tracking, and reminders.

Updated May 26, 2026
One-click install
npx skills add https://github.com/ShageeshanT/cash-claw --skill cashclaw-invoicer-shageeshant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cashclaw-invoicer
Source: https://github.com/ShageeshanT/cash-claw/tree/main/skills/cashclaw-invoicer
Command: npx skills add https://github.com/ShageeshanT/cash-claw --skill cashclaw-invoicer-shageeshant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires stripe, and includes scripts (resource) components.

What problem does it solve?

CashClaw invoicer solves the problem of turning delivered agent work into accurately tracked, successfully collected revenue by handling Stripe invoicing and payment flows end to end.

Core Features & Use Cases

  • Invoice and payment link creation: Generate one-time payment links or send Stripe invoices tied to missions and service tiers for pre- or post-payment models.
  • Payment status tracking and ledgering: Retrieve invoice payment state and log all payment events to a local ledger, keeping pending and recent payments updated.
  • Automated reminder workflow: Send scheduled reminders (Day 0, 3, 7, 14) with strict rules to stop on payment, pause on client replies, and escalate after the final notice.

Quick Start

Ask your agent to create and send an invoice for mission MISSION-20260223-001 to [email protected] for 2900 (smallest currency unit) in usd with a due date 7 days from today, then schedule reminders until payment is received.

Frequently Asked Questions about cashclaw-invoicer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Stripe invoicing and payment link creation for recurring services?

Automate Stripe invoicing by generating one-time payment links or sending Stripe invoices tied to specific missions and service tiers. This handles both pre-payment and post-payment billing models, as well as recurring monthly services.

How does automated payment tracking work with Stripe invoices?

Payment tracking retrieves the Stripe invoice payment state and logs all payment events to a local ledger. This keeps pending and recent payments updated automatically across your mission-based client billing workflow.

Do I need a Stripe secret key to schedule automated invoice reminders?

Yes, you need a STRIPE_SECRET_KEY to schedule automated invoice reminders. The workflow sends reminders on Day 0, 3, 7, and 14, with strict rules to stop on payment, pause on client replies, and escalate after the final notice.

Can I handle multi-currency payments using Stripe payment links?

Yes, you can handle multi-currency payments using Stripe payment links. The system enforces accurate multi-currency smallest-unit handling, such as billing 2900 smallest currency units in USD, for precise ledger logging.

What is the best way to log Stripe payment events to a local ledger?

The best way to log Stripe payment events is through automated payment status tracking. It retrieves invoice states and logs all payment events to a local ledger, ensuring pending and recent payments remain accurately updated.

When do automated Stripe invoice reminders escalate after non-payment?

Automated Stripe invoice reminders escalate after the final Day 14 notice. The reminder schedule triggers on Day 0, 3, 7, and 14, stopping immediately upon payment or pausing if the client replies.