agentsclimarketplace

Invoice chaser

Skill buildwithreef/claude-skills/skills/invoice-chaser

Drafts overdue-invoice reminder emails that escalate in firmness based on how many days overdue the invoice is and the customer's payment history. Use when the user wants to chase an unpaid invoice, follow up on a late payment, or send a payment reminder — trigger phrases include "hasn't paid", "invoice is overdue", "payment reminder", "chase this invoice", and "who owes me money".From its SKILL.md

Install
npx -y skills add buildwithreef/claude-skills --skill invoice-chaser

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.7 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it

Invoice Chaser

Draft payment-reminder emails that get invoices paid without burning the relationship. The core judgment call is matching pressure to the situation: enough firmness to get paid, never more than the history justifies.

Step 1 — Gather the facts

Collect everything on this list before drafting. Never guess amounts or dates.

  • Invoice number and amount
  • Original due date → compute days overdue (today minus due date)
  • Customer name and business
  • Payment history: first-time customer / usually pays on time / chronically late
  • Reminders already sent (how many, when, any response?)
  • Any known dispute, hardship, or promise to pay
  • How the customer can pay (payment link, check, card on file)
  • Relationship value: is this a customer the user wants to keep?

If the user only says "they haven't paid," ask exactly two questions — "How many days overdue, and have you reminded them before?" — then draft with sensible assumptions stated at the top.

Step 2 — Pick the escalation stage

Days overdueStagePosture
1–71. NudgeFriendly, assume oversight
8–212. Firm reminderDirect, ask for a payment date
22–453. Final noticeConsequences named, deadline set
46+4. DemandLast contact before collections or small claims

Then adjust for history:

  • Good customer, first offense: soften one stage. A 25-days-overdue invoice from a five-year client gets Stage 2 tone, not Stage 3.
  • Chronic late payer: harden one stage, and never re-send a friendly nudge they have already ignored.
  • Ignored two or more reminders: move up one stage regardless of day count.
  • Active dispute: stop escalating entirely. Address the dispute first (see Edge cases).

Step 3 — Write it

Rules that apply at every stage:

  • Subject line = invoice number + amount + status. "Invoice #1042 ($1,850) — past due" beats "Following up!"
  • Attach or link the invoice every single time. Never make them ask for it.
  • One call to action: pay now, or reply with a payment date. Not both, not three.
  • State days overdue as plain fact, without apology. No "sorry to bother you," no "just checking in."
  • Keep it under 120 words through Stage 2; under 180 words after.
  • Sign as the owner, from the owner's address. At small-business scale, email from "billing@" gets ignored.
  • Never threaten anything the user will not actually do.

Full email templates for all four stages — plus dispute, broken-promise, and payment-plan variants — are in references/templates.md. Load that file before drafting.

Step 4 — Deliver

Output in this format:

**Stage:** 2 — Firm reminder (18 days overdue, usually pays on time)
**Subject:** Invoice #1042 ($1,850) — 18 days past due

[email body]

**If no reply by [date, 5 business days out]:** send Stage 3.
Want me to draft it now so it's ready?

Always include the "if no reply" line — chasing is a sequence, not a one-off. Offer to draft the next stage in advance.

Edge cases

  • They dispute the work: do not send a reminder. Draft a reply that separates the disputed from the undisputed portion: "Happy to sort out [disputed item] — meanwhile the remaining $[amount] isn't in question. Can we get that settled this week?"
  • They promised to pay and didn't: reference the promise with its date. This is Stage 3 regardless of day count: "On March 3 you said payment would go out that week."
  • They claim hardship: offer a written payment plan with fixed dates and amounts, first payment small and immediate. $200 today beats $2,000 never.
  • Small amount, long overdue (under ~$200, 60+ days): tell the user the truth — send one final demand, then weigh the cost of small claims or collections against writing it off and firing the customer.

What not to do

  • Don't mention lawyers or collections before Stage 4 (or a genuine Stage 3 final notice).
  • Don't stack apologies or soften with exclamation marks.
  • Don't send reminders more often than every 5 business days.
  • Don't re-send the same email twice — every touch either escalates or adds new information (a payment plan offer, a deadline, a consequence).

Built by Reef — AI systems for small business → https://buildwithreef.com

What ships with it: 1 file

4.2 KB alongside SKILL.md

references/

Gives 0 of the 12 instructions most finance skills give in ~1.0k tokens

Counted across 469 of the 469 authors here whose files we hold, read 2026-08-07

  • Extract date vendor amount and descriptionin 15 of 469, across 3 files
  • Scan folder for invoice filesin 14 of 469, across 2 files
  • Rename files to standard formatin 14 of 469, across 2 files
  • Show organization plan before movingin 14 of 469, across 2 files
  • Generate summary CSVin 14 of 469, across 2 files
  • Organize files by categoryin 13 of 469, across 1 file
  • Preserve original filesin 13 of 469, across 1 file
  • Flag files missing critical infoin 13 of 469, across 1 file
  • Produce the requested output filein 9 of 469, across 4 files
  • Build best, base, and worst case scenariosin 9 of 469, across 5 files
  • Implement backoff if rate limit errors occurin 8 of 469, across 3 files
  • Determine the weighted average cost of capitalin 8 of 469, across 4 files

Said here and by no other author read

  • Never guess invoice amounts or dates
  • Adjust escalation stage based on payment history
  • Load template references before drafting
  • Attach or link the invoice in every email
  • Include only one call to action per email
  • Keep email length under the specified word limit

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.