accounts-receivable-management

accounts-receivable-management is a skill for Claude Code, Codex from gokulb20/crewm8-cfo-skills. It costs 86 tokens per session (1,867 once invoked), scanned A, original, MIT.

An accounts receivable workflow for money customers owe a business. It covers invoices, payment collection, payment matching, Days Sales Outstanding (how quickly customers pay), aging reports, and bad-debt recommendations.

In plain words
What is it for?
Creating invoices, matching payments, reviewing overdue balances, calculating DSO, analyzing payment trends, and planning collections escalation.
Why use it?
It helps a business see unpaid invoices, follow up on late payments, and understand why cash collection is slow.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit Creating invoices, matching payments, reviewing overdue balances, calculating DSO, analyzing payment trends, and planning collections escalation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gokulb20/crewm8-cfo-skills/accounts-receivable-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add gokulb20/crewm8-cfo-skills --skill accounts-receivable-management
Clone the repo
git clone --depth 1 https://github.com/gokulb20/crewm8-cfo-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for accounts-receivable-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/accounts-receivable-management/github.svg)](https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/accounts-receivable-management)
Your own site
<a href="https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/accounts-receivable-management"><img src="https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/accounts-receivable-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for accounts-receivable-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/accounts-receivable-management"><img src="https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/accounts-receivable-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,867 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00086 $0.01867
Opus 5 $0.00043 $0.00933
Sonnet 5 $0.00017 $0.00373
Haiku 4.5 $0.00009 $0.00187

Measured 12d ago against content hash c2400558e917, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

accounts-receivable-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/financial-operations/accounts-receivable-management/SKILL.md · 156 lines

How it starts

The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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: < 30 days SaaS, < 45 enterprise
AR Aging AR grouped by days past due (0-30, 31-60, 61-90, 90+) Surfaces which accounts are at risk of non-payment
Collections Escalation Automated outreach timeline based on days past due Ensures consistent follow-up without manual tracking
Bad Debt Reserve % of AR set aside for uncollectible accounts Required for accurate financial statements (typically 1-3% for SaaS)
Early Payment Discount Incentive for customers to pay before net terms Accelerates cash inflows at a known cost

Procedure

1. Invoice Generation

  • For each invoice to issue, confirm:
    • Customer name and billing entity match.
    • Amount matches the contract/SOW/order.
    • Payment terms (net 15, net 30, upfront, milestone).
    • Invoice number is sequential and unique.
    • Bill-to email/address is correct.
  • Draft the invoice. Present for review before sending.
  • Post to AR subledger upon issuance.

Read the full file on GitHub · 156 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 156 lines · 86 tokens per session scan A c2400558e917

Subscribe to this mod's changes

accounts-receivable-management is a skill published in the GitHub repository gokulb20/crewm8-cfo-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 86 tokens to every session and 1,867 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

invoicing

Use when issuing an invoice, quote, or credit note and moving it draft-to-paid — the legally required VAT fields, gap-free numbering, per-country e-invoicing mandates, dunning overdue ones. NOT recording a paid invoice in the books (that is bookkeeping), NOT Stripe SDK plumbing (that is stripe), NOT setting the price…

ericrisco/rsc-harness · 82 tokens

bukio-cli

Drive bukio-cli — agent-first double-entry bookkeeping for SMEs across eleven jurisdictions. Book invoices, archive the originals, keep the books balanced.

erikvankempen/bukio-cli · 32 tokens

QuickBooks Automation

Automate QuickBooks accounting workflows including invoicing, expenses, reporting, and bank reconciliation.

claude-office-skills/skills · 21 tokens

accounts-receivable-automation

Automate B2B accounts receivable with invoice generation, payment tracking, dunning sequences for past-due invoices, and aging analysis dashboards.

finsilabs/awesome-ecommerce-skills · 35 tokens

erpclaw

AI-native ERP system. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting (including P&L / trial balance / spend grouped by department, project, cost center, location, or fund). 496 actions across 14…

avansaber/erpclaw · 136 tokens

cfo-expert

Turn Claude into a seasoned CFO and accounting expert fluent in US GAAP, financial modeling, tax strategy, and corporate finance. Use this skill whenever the user asks about financial statements, accounting entries, bookkeeping, revenue recognition, budgeting, forecasting, cash flow analysis, financial ratios, tax…

j9o/cfo-expert · 185 tokens