Statement Reconciliation

Takes a vendor statement and your accounts-payable log, and confirms every invoice on the statement is already recorded in the log. If everything matches, it reports the statement reconciled. If an invoice is missing, it flags it and drafts a reply to the vendor requesting that invoice — drafted, not sent. A human reviews and sends. Handles multi-page statements, lossy scans, and ambiguous near-matches (rounding, date mismatches) by flagging rather than guessing. Keeps ambiguous lines out of the vendor draft so you only request what's truly absent. Pairs with an invoice-processing skill as the AP automation set.

First-party, by Skills and Agents Co

June 27, 2026

Verified
Install

Simple install — no setup required

1

Open the Claude desktop app and go to the Project you want this in

2

Go to Code, then Customize, then click Create a new skill and upload the skill file below

3

Say a trigger phrase to activate it

The skill file
Download
Or install with the CLInpx skills add skills-agents-co/skills-and-agents-library/statement-reconciliation

What this skill does

This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the source below.

Check a vendor statement against the AP log to confirm every invoice is recorded, and draft a request for any that are missing. Use when a vendor statement arrives.

Built from real AP workflows in finance teams. The skill enforces cite-both-sides discipline: every matched line cites the statement source AND the AP-log row. Ambiguous lines (rounding, date mismatches) are flagged separately from truly missing invoices. The vendor request is always drafted, never auto-sent.

Includes an eval contract with four self-tests covering missing invoice detection, rounding ambiguity, absent-vs-ambiguous separation, and draft idempotency.

View full SKILL.md on GitHub