Install
$ agentstack add skill-hasna-skills-invoice-reconciliation ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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.mdmatched-invoices.csvdiscrepancies.csvanomalies.jsonsummary.jsonmanifest.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.
- Author: hasna
- Source: hasna/skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.