GST + UPI Reconciliation Copilot (India)
/install gst-upi-reconciliation-copilot-india
GST + UPI Reconciliation Copilot (India)
Perform deterministic reconciliation between GST invoice CSV data and UPI transaction CSV data. Generate four outputs: reconciled rows, GST-unmatched rows, UPI-unmatched rows, and a summary JSON.
Quick workflow
- Confirm both input files are CSV and represent:
- GST invoices/sales register
- UPI collections/statement
- Validate required intent-level fields exist (invoice id/date/total, txn date/amount/status).
- Run:
python3 scripts/reconcile_gst_upi.py \
--gst-csv /path/gst.csv \
--upi-csv /path/upi.csv \
--output-prefix /path/out/recon_2026_03 \
--date-window-days 7
- Read and report key metrics from
*_summary.json:- matched rows
- unmatched GST rows
- unmatched UPI rows
- reconciliation coverage %
- Provide next actions for unmatched rows (follow-up / corrections / data cleanup).
Matching policy
- Match only UPI rows with success-like status:
success,completed,captured,paid. - Require amount match (±0.01 tolerance).
- Enforce date window (default 7 days).
- Boost confidence if invoice number or customer tokens appear in UPI note/txn_id/UTR.
- Ensure one UPI transaction maps to one invoice only.
Edge-case handling
- Ignore failed/pending/reversed UPI statuses for settlement matching.
- Preserve GST rows with empty/invalid dates as unmatched (do not force guesswork).
- Preserve UPI rows with missing amount as unmatched.
- Support flexible date formats in both files.
- Handle currency symbols and commas in amount fields.
Required outputs to share with user
Always return:
- Reconciliation snapshot:
- matched rows / total GST rows
- matched amount / total GST amount
- File paths generated:
*_reconciled.csv*_gst_unmatched.csv*_upi_unmatched.csv*_summary.json
- Priority action items:
- high-value unmatched GST invoices
- suspicious UPI rows (success + high amount + no invoice)
References
- Read
references/csv-schemas.mdfor accepted columns and alias mapping.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gst-upi-reconciliation-copilot-india - After installation, invoke the skill by name or use
/gst-upi-reconciliation-copilot-india - Provide required inputs per the skill's parameter spec and get structured output
What is GST + UPI Reconciliation Copilot (India)?
Reconcile Indian GST invoice data with UPI transaction statements and produce audit-ready matched/unmatched reports. Use when the user asks to reconcile GST... It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.
How do I install GST + UPI Reconciliation Copilot (India)?
Run "/install gst-upi-reconciliation-copilot-india" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GST + UPI Reconciliation Copilot (India) free?
Yes, GST + UPI Reconciliation Copilot (India) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GST + UPI Reconciliation Copilot (India) support?
GST + UPI Reconciliation Copilot (India) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GST + UPI Reconciliation Copilot (India)?
It is built and maintained by rishabh7464-hue (@rishabh7464-hue); the current version is v1.0.0.