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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gst-upi-reconciliation-copilot-india - 安装完成后,直接呼叫该 Skill 的名称或使用
/gst-upi-reconciliation-copilot-india触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。
如何安装 GST + UPI Reconciliation Copilot (India)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gst-upi-reconciliation-copilot-india」即可一键安装,无需额外配置。
GST + UPI Reconciliation Copilot (India) 是免费的吗?
是的,GST + UPI Reconciliation Copilot (India) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GST + UPI Reconciliation Copilot (India) 支持哪些平台?
GST + UPI Reconciliation Copilot (India) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GST + UPI Reconciliation Copilot (India)?
由 rishabh7464-hue(@rishabh7464-hue)开发并维护,当前版本 v1.0.0。