skills/invoice-reconciliation/SKILL.md
Generate premium invoice reconciliation reports from invoice, payment, purchase order, or CSV/XLSX-style exports with matches, discrepancies, anomaly notes, summaries, and manifest metadata.
npx skillsauth add hasna/skills invoice-reconciliationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a reconciliation package from invoice and payment exports. The hosted run produces matched rows, discrepancy tables, anomaly notes, and a management-ready report.
skills auth login.skills run invoice-reconciliation --invoices ./invoices.csv --payments ./payments.csv --company "Acme"
skills run invoice-reconciliation --data "invoice_id,customer,amount,status\nINV-1,Acme,1200,open" --currency USD
| Option | Description | Default |
|--------|-------------|---------|
| --invoices <path> | CSV export with invoice rows. | optional |
| --payments <path> | CSV export with payment rows. | optional |
| --data <text> | Inline invoice/payment CSV-style data. Positional text also works. | optional |
| --company <text> | Company or finance workspace name. | Company |
| --currency <code> | Currency code for output amounts. | USD |
| --output <dir> | Output directory for direct local execution. Hosted runs use the run export directory. | run export dir |
reconciliation-report.mdmatched-invoices.csvdiscrepancies.csvanomalies.jsonsummary.jsonmanifest.jsonAfter submitting a hosted run, poll with skills runs status <run-id> and download outputs with skills exports download <run-id>.
development
Fetch official brand assets from a website or brand name, then return logos, palette, typography, source metadata, and a clean asset manifest. Use when a user asks to find, extract, download, package, or normalize a brand's logo and visual identity assets.
tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
development
Generate premium API, unit, and browser test suite packages with runnable tests and coverage notes.