AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Accounts Receivable Management

skill-gokulb20-crewm8-cfo-skills-accounts-receivable-management · by gokulb20

Manages the full accounts receivable workflow including customer invoicing, payment collection and matching, DSO calculation and trend analysis, AR aging reports, collections escalation, and bad debt reserve recommendations. Use when the user mentions invoicing customers, collecting payments, tracking DSO, AR aging analysis, collections follow-up, reconciling customer payments, or asks about acco…

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-gokulb20-crewm8-cfo-skills-accounts-receivable-management

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-gokulb20-crewm8-cfo-skills-accounts-receivable-management)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Accounts Receivable Management? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Accounts Receivable Management

Purpose

Every dollar customers owe must be managed — from issuing invoices through payment collection, DSO tracking, aging analysis, and collections escalation. This skill ensures the company gets paid on time, minimizes bad debt, and keeps cash flowing. Without it, invoices go unpaid, DSO balloons, and the company runs cash-constrained unnecessarily.

When to Use

  • "Invoice this customer / send invoices"
  • "What's our AR aging / who hasn't paid?"
  • "Follow up on late payments / collections"
  • "What's our DSO?"
  • "Reconcile customer payments"
  • "How can we speed up cash collections?"

Inputs Required

  1. Customer contract / sales data — customer name, billing terms, amount, frequency, start date.
  2. Existing AR aging — if available from the ledger.
  3. Payment history — Stripe/bank records for payment matching.
  4. Customer master — entity names, billing contacts, payment terms.

Quick Reference

| Metric / Concept | Definition | Why It Matters | |-----------------|-----------|---------------| | DSO (Days Sales Outstanding) | (AR balance / Revenue in period) × Days in period | How fast customers pay. Good: 10 days quarter-over-quarter.

  • Critical: DSO > 60.

5. Collections Escalation

| Days Past Due | Action | |---|---| | 1-7 | Auto-reminder email (friendly) | | 8-14 | Second reminder + statement | | 15-30 | Personal email from account owner | | 31-60 | Phone call + flag to CEO if strategic account | | 60+ | Formal demand letter + pause service (if contract allows) | | 90+ | Escalate to legal / collections agency |

  • Track collections notes per customer.

Output Format

AR Aging Dashboard:

  • Total AR balance
  • DSO (current and trend)
  • % of AR in each aging bucket
  • Top 5 past-due customers with amounts
  • Bad debt reserve recommendation (typically 1-3% of AR for SaaS)

Done Criteria

The skill is complete when:

  1. All invoices are drafted and presented for review before sending
  2. Incoming payments are matched to open invoices (exact, partial, or unapplied)
  3. AR aging report is generated with aging buckets and totals
  4. DSO is calculated with trailing 3-month trend analysis
  5. Collections escalation plan is drafted for all past-due accounts
  6. Bad debt reserve recommendation is calculated and documented

Pitfalls

  • Delaying invoice issuance until "things settle": Waiting for the end of the month or until a contract amendment is finalized before invoicing. Every day of billing lag adds a day to DSO — invoice on day 1 and true-up later if needed
  • One-size-fits-all collections cadence: Sending the same automated reminder schedule to a $50k enterprise customer and a $200 SMB account. Enterprise accounts need personal outreach after day 15; SMB can go fully automated
  • Counting disputed invoices in DSO: Including invoices the customer is actively disputing in the AR balance used for DSO calculation. Disputed amounts inflate DSO and mask the real collections performance — quarantine disputes
  • Ignoring partial payments as noise: Writing off small underpayments ($50 here, $200 there) without investigation. These are often intentional — a customer testing whether you notice — and they compound across billing cycles
  • Offering annual discounts without modeling revenue recognition impact: Giving 15% off for annual prepay without accounting for the deferred revenue waterfall. The cash benefit is real, but the revenue recognition complexity and SaaS metrics distortion need equal consideration

Verification

Is every invoice validated against the contract (amount, terms, billing entity)? Are all payment matches accounted for (exact, partial, overpayment, no match)? Is DSO calculated correctly and trended against the prior quarter? Are disputed invoices quarantined from DSO calculation? Is the collections escalation plan appropriate for each customer's size and relationship?

Example

Example 1: AR Health Check > User: "How's our AR looking right now?"

→ You pull the AR aging, calculate DSO (32 days, up from 27 last quarter — warning threshold), identify the top 3 past-due accounts (Beta Inc at $5,000 aged 31-60, Gamma LLC at $8,000 aged 90+), recommend a 2% bad debt reserve ($2,400 on $120k total AR), and note that DSO is trending up due to two enterprise accounts paying slower than terms.

Example 2: Collections Run > User: "Run collections follow-ups — send reminders for everything past due"

→ You triage 7 past-due accounts into the escalation framework: 3 accounts at days 1-7 (auto-friendly reminder drafted), 2 accounts at days 8-14 (second reminder with statement attached), 1 account at day 18 (personal email draft for the account owner), 1 account at day 65 (formal demand letter draft + service-pause recommendation flagged for CEO review). All communications drafted, none sent without human approval.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.