cashclaw-invoicer

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

10|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/webspoilt/omniclaw --skill cashclaw-invoicer-webspoilt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cashclaw-invoicer
Source: https://github.com/webspoilt/omniclaw/tree/main/skills/cashclaw-invoicer
Command: npx skills add https://github.com/webspoilt/omniclaw --skill cashclaw-invoicer-webspoilt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates invoice creation, payment link generation, status tracking, and reminders via Stripe for cash-flow automation.

Core Features & Use Cases

  • Invoicing automation: create and send invoices, attach to clients, and track payments.
  • Payment links & reminders: generate secure links and nudge clients when due.
  • Multi-currency & subscriptions: support multiple currencies and recurring billing workflows.

Quick Start

Create a test invoice for a demo client to verify the end-to-end invoicing flow.

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 invoice creation and payment reminders?

Automate Stripe invoice creation by running the Node.js scripts/stripe-ops.js workflow, which generates invoices, creates payment links, and sends automated reminders to clients for cash-flow automation.

Can I handle multi-currency billing and recurring payments with Stripe?

Multi-currency billing and recurring payments are supported through the Stripe integration, allowing freelancers and agencies to manage subscriptions and invoice clients in multiple currencies.

What do I need to set up Stripe payment links and invoice tracking?

You need Node.js 18+ and a STRIPE_SECRET_KEY to set up payment links and invoice tracking. The script workflow manages link generation, status checks, and refunds using the Stripe dependency.

How do I track invoice payment status and process refunds via Stripe?

Track invoice payment status and process refunds via the scripts/stripe-ops.js workflow, which monitors payment links, checks invoice statuses, triggers reminders, and handles refund operations through the Stripe API.

Is there a way to test the invoicing flow before sending real bills to clients?

Yes, you can create a test invoice for a demo client to verify the end-to-end invoicing flow, ensuring payment links, status tracking, and reminders work correctly before processing real transactions.

What are the limitations of using Node.js scripts for Stripe billing automation?

This Node.js billing automation requires Node.js 18+ and a valid STRIPE_SECRET_KEY. It operates through the scripts/stripe-ops.js workflow, meaning users need a technical environment to execute the billing, reminder, and refund operations.