# Invoice Reconciliation

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

- **Type:** Skill
- **Install:** `agentstack add skill-hasna-skills-invoice-reconciliation`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hasna](https://agentstack.voostack.com/s/hasna)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [hasna](https://github.com/hasna)
- **Source:** https://github.com/hasna/skills/tree/main/skills/invoice-reconciliation

## Install

```sh
agentstack add skill-hasna-skills-invoice-reconciliation
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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

```bash
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.

- **Author:** [hasna](https://github.com/hasna)
- **Source:** [hasna/skills](https://github.com/hasna/skills)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-hasna-skills-invoice-reconciliation
- Seller: https://agentstack.voostack.com/s/hasna
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
