Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
anthropics avatar

Invoice Chase

  • 1.3k installs
  • 23.3k repo stars
  • Updated August 5, 2026
  • anthropics/knowledge-work-plugins

invoice-chase is an agent skill that drafts tone-matched overdue invoice reminders from QuickBooks and PayPal data with owner approval before sending.

About

The invoice-chase skill pulls QuickBooks AR aging for invoices past due, cross-references PayPal settled transactions in a seven-day window, and scores each customer as good-payer, occasionally-late, or repeat-late for tone-matched reminder drafts. On first run it asks whether the owner uses Gmail or Apple Mail for drafts and whether Stripe invoicing should be included. PayPal queries use transaction_status settled only with a seven-day window; 429 errors retry with a three-day window or skip PayPal with a manual verification flag. One consolidated email per customer covers multiple overdue invoices. The owner sees a summary table with amount due, days late, tone, and send channel before any send or draft queue. PayPal invoices send via PayPal; non-PayPal queue as mail drafts. Nothing sends without explicit approval and customers with recent payments are flagged possibly paid.

  • QuickBooks AR aging plus PayPal seven-day settlement cross-check.
  • Tone scoring: good-payer, occasionally-late, repeat-late.
  • Owner approval gate before any send or draft queue.
  • PayPal 429 retry with three-day fallback window.
  • One consolidated reminder email per customer.

Invoice Chase by the numbers

  • 1,335 all-time installs (skills.sh)
  • +82 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #111 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

invoice-chase capabilities & compatibility

Capabilities
quickbooks ar aging pull · paypal settlement cross reference · customer tone scoring · approval gated send or draft queue · stripe overdue inclusion
Use cases
email · planning
From the docs

What invoice-chase says it does

Nothing sends until the owner says so.
SKILL.md
Score each customer: good-payer / occasionally-late / repeat-late
SKILL.md
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill invoice-chase

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.3k
repo stars23.3k
Last updatedAugust 5, 2026
Repositoryanthropics/knowledge-work-plugins

Who owes me money and what reminder emails should I send based on each customer payment history?

Draft overdue-invoice reminder emails from QuickBooks and PayPal data matched to each customer payment history and tone with owner approval before sending.

Who is it for?

Developers and operators managing QuickBooks AR with PayPal payment cross-reference for collections.

Skip if: Skip when you need full accounting close workflows instead of overdue invoice reminders.

When should I use this skill?

User asks who owes me money, mentions overdue invoices, or wants to follow up on unpaid invoices.

What you get

Tone-scored reminder drafts with a summary table, sent or queued only after explicit owner approval.

  • Reminder email drafts
  • Automated chase messages

By the numbers

  • Listed with 1 install on Skills.sh catalog

Files

SKILL.mdMarkdownGitHub ↗

Invoice Chase

Quick start

Pull the AR aging report, score each customer by payment history, draft a tone-matched reminder for each overdue invoice, and present them to the owner. Nothing sends until the owner says so.

User: "who owes me money"
→ Pull AR aging from QuickBooks
→ Cross-reference PayPal settlements (last 14 days)
→ Score each customer: good-payer / occasionally-late / repeat-late
→ Draft tone-matched reminders
→ Show summary table + drafts. Wait for "send these."

Setup (first run only)

Ask the owner two questions before running for the first time:

1. Mail connector: "Do you use Gmail or Apple Mail for drafts?" — store the answer; use it for all non-PayPal draft queuing. 2. Stripe: "Do you use Stripe for invoicing? I can include Stripe invoices in the overdue sweep." — if yes, pull Stripe overdue invoices alongside QuickBooks.

Do not ask again on subsequent runs.

Workflow

1. Pull overdue receivables. Query QuickBooks AR aging for all invoices more than 1 day past due. If Stripe is enabled (owner confirmed at setup), also pull Stripe overdue invoices.

2. Cross-reference payment history. For each overdue customer, query PayPal for settled transactions using these parameters:

  • transaction_status: S (settled only — filters out pending and denied transactions that inflate result size and increase rate-limit risk)
  • Date window: last 7 days ending today (not 14 or 30 — wider windows are the primary cause of PayPal 429 rate limit errors)

If PayPal returns a 429 rate limit error:

  • Retry once immediately with a 3-day window instead.
  • If the retry also returns 429, skip the PayPal cross-reference entirely for this run. Flag all customers in the batch as "PayPal unavailable — verify manually" in the summary table. Proceed to scoring using QuickBooks history only. Do not silently drop the caveat.

If a customer shows a settled payment within the query window, flag as "possibly paid — verify" and exclude from the draft queue.

3. Score each customer. Read reference/tone-matching.md for scoring logic. Result: good-payer, occasionally-late, or repeat-late.

4. Draft reminder emails. One email per customer — consolidate multiple overdue invoices into one email. Match tone to score. See reference/examples/gentle-reminder.md and reference/examples/firm-reminder.md.

5. Present drafts to owner. Show a summary table first:

CustomerAmount DueDays LateToneSend via
Acme Corp$1,20018 daysGentlePayPal
Smith LLC$45047 daysFirmGmail draft

Then show each draft email in full. Wait for owner to say "send these" or approve individually.

6. Send or queue — only after approval.

  • PayPal invoices: send the reminder via PayPal.
  • Non-PayPal invoices: queue as a draft in the owner's configured mail app.
  • Never send without explicit approval.

7. Report what happened. List what was sent, what was queued as draft, and what was flagged (possibly paid, excluded).

Approval gates

  • Never send or queue a draft without explicit owner approval. Present all drafts first; wait for the go-ahead.
  • Never include a customer who paid in the last 14 days. Flag as "possibly paid — verify" instead.
  • Never send to a customer not in the QuickBooks AR report (or Stripe, if enabled). No reminders from memory alone.
  • One approval covers one batch. Adding a customer or changing a draft after approval starts a new round.

Reference

  • reference/tone-matching.md — scoring logic, tone guidelines, subject line formulas
  • reference/gotchas.md — known failure modes
  • reference/examples/gentle-reminder.md — good-payer email example
  • reference/examples/firm-reminder.md — repeat-late-payer email example

Related skills

How it compares

Pick this for agent-driven receivables email automation rather than building custom dunning logic in application code.

FAQ

What does invoice-chase produce?

A summary table and tone-matched reminder drafts per overdue customer from QuickBooks and PayPal data.

When should I use invoice-chase?

When following up on overdue invoices with payment-history-aware tone and owner-gated sending.

Is invoice-chase safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.