Install
openclaw skills install @rishabh7464-hue/gst-upi-reconciliation-copilot-indiaReconcile Indian GST invoice data with UPI transaction statements and produce audit-ready matched/unmatched reports. Use when the user asks to reconcile GST vs UPI collections, find missing payments, detect unmatched invoices, prepare month-end books, or investigate cashflow gaps from CSV exports (Tally/Zoho/ERP + bank/payment app exports).
openclaw skills install @rishabh7464-hue/gst-upi-reconciliation-copilot-indiaPerform 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.
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
*_summary.json:
success, completed, captured, paid.Always return:
*_reconciled.csv*_gst_unmatched.csv*_upi_unmatched.csv*_summary.jsonreferences/csv-schemas.md for accepted columns and alias mapping.