AgentStack
SKILL verified Apache-2.0 Self-run

Invoice Reconciliation

skill-hasna-skills-invoice-reconciliation · by hasna

Generate premium invoice reconciliation reports from invoice, payment, purchase order, or CSV/XLSX-style exports with matches, discrepancies, anomaly notes, summaries, and manifest metadata.

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

Install

$ agentstack add skill-hasna-skills-invoice-reconciliation

✓ 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.

Are you the author of Invoice Reconciliation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Invoice Reconciliation

Generate a reconciliation package from invoice and payment exports. The hosted run produces matched rows, discrepancy tables, anomaly notes, and a management-ready report.

Requirements

  • Authenticate with skills auth login.
  • This premium skill runs through the hosted Skills runtime; local installs expose only metadata and instructions.

Usage

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

Options

| Option | Description | Default | |--------|-------------|---------| | --invoices | CSV export with invoice rows. | optional | | --payments | CSV export with payment rows. | optional | | --data | Inline invoice/payment CSV-style data. Positional text also works. | optional | | --company | Company or finance workspace name. | Company | | --currency | Currency code for output amounts. | USD | | --output | Output directory for direct local execution. Hosted runs use the run export directory. | run export dir |

Outputs

  • reconciliation-report.md
  • matched-invoices.csv
  • discrepancies.csv
  • anomalies.json
  • summary.json
  • manifest.json

After submitting a hosted run, poll with skills runs status and download outputs with skills exports download .

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.