accounts-receivable-automation

accounts-receivable-automation is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 35 tokens per session (2,402 once invoked), scanned A, original, MIT.

A system for managing money owed by business customers, including invoices, payment status, reminders, and overdue balances.

In plain words
What is it for?
It helps automate invoice creation, payment tracking, overdue-payment reminders, aging reports, and credit-limit warnings for B2B accounts.
Why use it?
It replaces manual follow-up with timely reminders and gives finance teams a clear view of unpaid invoices and account age.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI.

Good fit It helps automate invoice creation, payment tracking, overdue-payment reminders, aging reports, and credit-limit warnings for B2B accounts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/accounts-receivable-automation
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 finsilabs/awesome-ecommerce-skills --skill accounts-receivable-automation
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-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-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/accounts-receivable-automation/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/accounts-receivable-automation)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/accounts-receivable-automation"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/accounts-receivable-automation/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-automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/accounts-receivable-automation"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/accounts-receivable-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,402 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.00035 $0.02402
Opus 5 $0.00017 $0.01201
Sonnet 5 $0.00007 $0.00480
Haiku 4.5 $0.00003 $0.00240

Measured 9d ago against content hash be631e72de7b, 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-automation 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 9d 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/payments-checkout/accounts-receivable-automation/SKILL.md · 173 lines

How it starts

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

Accounts Receivable Automation

Overview

Accounts receivable (AR) automation converts manual invoice follow-up — sending reminders, tracking payment status, escalating overdue accounts — into a system-driven workflow. In B2B ecommerce, where customers pay on net-30, net-60, or net-90 terms rather than at checkout, AR management directly impacts cash flow and days sales outstanding (DSO).

A well-configured AR system reduces DSO by 5–15 days by ensuring follow-up is timely and persistent, eliminates invoices falling through the cracks, and gives the finance team real-time visibility into what is owed and how overdue each invoice is.

When to Use This Skill

  • When your B2B customers pay on credit terms (net-30, net-60, net-90) rather than at checkout
  • When your finance team spends more than a few hours per week chasing past-due invoices
  • When you have more than 50 active B2B accounts and manual tracking is breaking down
  • When you need to enforce credit limits and flag accounts that have exceeded them
  • When DSO is higher than industry benchmarks and you need to identify the root cause
  • When building a wholesale or distribution ecommerce platform with trade accounts
  • When you need audit-ready AR records for lenders or investors

Core Instructions

Step 1: Determine your platform and choose the right AR tool

Platform Recommended Tool Why
Shopify Invoiced.com or Apruve (B2B app) + QuickBooks Online Shopify handles orders; a dedicated AR tool handles net-terms invoicing, dunning, and aging outside Shopify's standard checkout flow
Shopify Plus Shopify B2B (built-in) + Invoiced or NetSuite Shopify Plus has native B2B payment terms, company accounts, and order approval workflows; pair with Invoiced for advanced dunning
WooCommerce WooCommerce B2B plugin + WooCommerce PDF Invoices WooCommerce B2B enables net terms; WooCommerce Payments or Stripe handles payments; FreshBooks/QuickBooks sync handles AR aging
BigCommerce BigCommerce B2B Edition + Apruve or NetSuite BigCommerce B2B Edition supports company accounts, payment terms, and quotes natively
Custom / Headless Stripe Invoicing API or build with Stripe + accounting system webhook Stripe Invoicing handles invoice creation, dunning, and payment links; pair with QuickBooks or Xero for AR aging

Read the full file on GitHub · 173 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. 9d ago First seen · 173 lines · 35 tokens per session scan A be631e72de7b

Subscribe to this mod's changes

accounts-receivable-automation is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 35 tokens to every session and 2,402 once invoked, about $0.0002 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-09-03.

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

manage-products

Manage the Products & Services catalog - list, create, update, or archive the products and services a company sells, and fill invoice lines from them. Use when the user mentions products, services, a price list, catalog, Artikel, Leistungen, or wants to reuse a position on invoices.

norman-finance/norman-mcp-server · 61 tokens

Billing Manager

Manage billing operations including invoice generation, payment tracking, and subscription lifecycle.

eddiebelaval/squire · 16 tokens

inventpay

Accept crypto payments, manage a digital storefront, and track balances through the InventPay REST API.

jams24/inventpay-mcp · 21 tokens

inventpay

Accept crypto payments, manage a digital storefront, track balances, and process withdrawals — all through your agent.

jams24/inventpay-mcp · 23 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