Financev1.0.0By uristocratVerified

Card Receipt Forwarding

Watches for receipt emails from a known set of recurring corporate-card vendors, forwards each one to the card/AP system, and keeps those same vendors excluded from invoice processing so the charge is not booked twice. A receipt from a vendor on the known list is forwarded and cited against the matched list entry. A receipt from a vendor not on the list is flagged for human review, never forwarded blindly and never quietly added to the list. Runs alongside two sibling skills: ap-invoice-processing (handles vendor invoices not on corporate card) and statement-reconciliation (matches the card statement to what was booked). The recurring card-vendor list is the same operator-maintained list that ap-invoice-processing reads as its exclude list, so a vendor forwarded here is excluded there and the charge is not double-counted. Includes idempotency on rescan (keys off message ID or receipt hash), multi-alias vendor matching, and a human-in-the-loop gate for any vendor not explicitly on the known list.

accounts payablecorporate cardreceipt forwardingAP automationdouble-counting prevention
Install

Simple install — no setup required

1

Download the skill file below

2

Add it to Claude — pick your platform:

Claude desktop app

  1. Open the Claude desktop app
  2. Go to Code, then Customize
  3. Click Create a new skill
  4. Upload the skill file you downloaded

claude.ai (web)

  1. Go to Customize, then Skills
  2. Click +, then Create a new skill
  3. Upload the skill file you downloaded
3

Say a trigger phrase to activate it

Download skill file

What this skill does

This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the pinned source below.

Card Receipt Forwarding

Routes recurring corporate-card receipts to the card/AP system and keeps those vendors excluded from invoice processing so the charge is not booked twice. Vendors on the known list are forwarded automatically; vendors not on the list are flagged for human review, never forwarded blindly. Shares a single operator-maintained vendor list with ap-invoice-processing to prevent double-counting.

View full SKILL.md on GitHub