invoice-po-reconciliation

invoice-po-reconciliation is a skill for Claude Code, Codex from pnp/sharepoint-skills. It costs 0 tokens per session (1,435 once invoked), scanned A, original, MIT.

A checking process that compares selected invoices with their matching purchase orders, or POs. An invoice asks for payment, while a purchase order records what was ordered and at what amount.

In plain words
What is it for?
Use it to match invoices to purchase orders, compare totals, flag discrepancies, update invoice status, and review the results in a table.
Why use it?
It helps find differences between what was ordered and what was billed. It also records the reconciliation result in the invoice's metadata and returns a summary.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to match invoices to purchase orders, compare totals, flag discrepancies, update invoice status, and review the results in a table.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pnp/sharepoint-skills/invoice-po-reconciliation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pnp/sharepoint-skills --skill invoice-po-reconciliation
Clone the repo
git clone --depth 1 https://github.com/pnp/sharepoint-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for invoice-po-reconciliation

README.md
[![agentmods](https://agentmods.dev/badge/skills/pnp/sharepoint-skills/invoice-po-reconciliation/github.svg)](https://agentmods.dev/skills/pnp/sharepoint-skills/invoice-po-reconciliation)
Your own site
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/invoice-po-reconciliation"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/invoice-po-reconciliation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for invoice-po-reconciliation

Your own site · 80×15
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/invoice-po-reconciliation"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/invoice-po-reconciliation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,435 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01435
Opus 5 $0.00000 $0.00718
Sonnet 5 $0.00000 $0.00287
Haiku 4.5 $0.00000 $0.00144

Measured 12d ago against content hash 6ace37b405c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

invoice-po-reconciliation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Skills/invoice-po-reconciliation/invoice-po-reconciliation/SKILL.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Invoice vs. Purchase Order Reconciliation

Purpose

Reconcile one or more user-selected invoice files against their corresponding purchase orders (POs). Determine compliance by comparing totals, write results back to invoice metadata, and return a clear summary.

Trigger Phrases

Activate this skill when the user says any of the following (or close variations):

  • "po reconciliation"
  • "invoice reconciliation"
  • "reconcile invoice"
  • "invoice to po reconciliation"
  • "reconcile po"
  • "match invoice to po"
  • "invoice po match"
  • "check invoice against po"
  • "po match"
  • "compare invoice to po"

Prerequisites

  • The user must have one or more invoice files selected in a document library.
  • If no files are selected, ask the user to select the invoice file(s) they want to reconcile.

Steps (repeat for each selected invoice)

Step 1 — Read Invoice Metadata

Use cat_file or list_items (with field projection) to read the selected invoice file's metadata columns. Look for:

  • Invoice Number
  • Invoice Total (or Amount, Total, Invoice Amount — adapt to actual column name)
  • PO Number (or Purchase Order Number, Referenced PO — adapt to actual column name)

If the library has metadata columns populated, extract the values directly.

If metadata columns are missing or empty, read the file content with cat_file and extract Invoice Number, Invoice Total, and PO Number from the document body.

Step 2 — Find the Matching Purchase Order

Search the Purchase Order library (also try "Purchase Orders" or "PO" if not found) for a record whose PO Number column matches the PO Number extracted from the invoice.

  • Primary method: Use list_items with a filter on the PO Number column.
  • Fallback method: If the library doesn't have a clear PO Number column or the filter returns no results, use find_items or semantic_search to locate the PO by PO number.

If no matching PO is found, report the invoice as Unable to Reconcile — No matching PO found and move to the next invoice.

Read the full file on GitHub · 107 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 107 lines · 0 tokens per session scan A 6ace37b405c3

Subscribe to this mod's changes

invoice-po-reconciliation is a skill published in the GitHub repository pnp/sharepoint-skills (118 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,435 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

model-cost-compare

Starter: compare model costs for a described task — maps task shape to the cheapest adequate seat and shows the price spread.

nyldn/claude-octopus · 28 tokens

ai-pricing

When the user wants to price an AI product, choose a charge metric, design pricing tiers, or optimize margins. Also use when the user mentions 'AI pricing,' 'usage-based pricing,' 'consumption pricing,' 'outcome pricing,' 'BYOK,' 'bring your own key,' 'per-seat pricing,' 'pricing tiers,' 'AI margins,' 'cost per…

tech-leads-club/agent-skills · 115 tokens

stripe-refund-auditor

Audits Stripe refunds over a date range to surface anomalies (refund-rate spikes, missing reasons, duplicate refunds). Activates when the user asks to "audit refunds", "check Stripe refund anomalies", or "review refund activity".

anton-abyzov/vskill · 52 tokens

carta-compensation-scorecard

Carta Total Compensation scorecard — shows how a corporation's employees compare to market. Two lenses: corporation-level rollup (band distribution — what % of employees are below / at / above market) and per-employee scorecard (each employee's compa-ratio + percentile + market band). Triggered by queries like…

carta/plugins · 215 tokens

carta-interaction-reference

Carta's behavioral rules for AI agents presenting cap table data — mandatory context for any Carta cap table response. Load ONCE per conversation, before the first such response (ownership, grants, SAFEs, valuations, waterfall scenarios, financing history, stakeholders, convertible instruments, option pools, or any…

carta/plugins · 106 tokens

carta-cap-table:issuance-review

Internal artifact sub-skill for carta-issuance. Renders a read-only HTML review summary for option-grant AND certificate issuance batches — stat tiles plus one confirmation row per stakeholder. Not invocable directly — dispatched by carta-issuance Phase 2 via artifact-manager:render-panel.

carta/plugins · 67 tokens