AI Agent Hub
Back to skills
AI-Powered Bank Statement Reconciler icon

AI-Powered Bank Statement Reconciler

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_26bdbd50/bank-statement-reconciler into my AI assistant using https://skillhub.cn/install/skillhub.md.

About this skill

Problem This Solves

Reconciliation often breaks down when bank statements, payment platforms, and orders do not line up: Chinese bank exports from BOC, ICBC, CCB, and ABC use different CSV/Excel columns, while Alipay, WeChat, PayPal, Stripe, Amazon, Shopify, and Temu each have their own schema. Delayed settlements, batch payments, and inconsistent counterparty names can defeat simple “same date plus same amount” checks, and manual review easily misses unclaimed bank entries and unmatched orders.

How It Works and What to Watch

The skill ingests bank statement and order files, identifies key fields such as transaction date, transaction amount, counterparty account, balance, and memo, then applies matching modes:

  • Exact Matching: same date and exact amount, best for real-time transfers;
  • Fuzzy Matching: configurable via date_range_days and amount_tolerance, useful for delayed settlement;
  • Semantic Matching: approximate counterparty-name similarity, for cases like “Alibaba / Alibaba Cloud” or “Zhang San / Zhang San (individual)”.

Results are grouped into matched, differences, unclaimed, unmatched, and summary, with Excel export. Discrepancies can be marked processed, pending collection, or bad debt. Keep in mind that unsupported formats may need conversion, and missing columns, amount parsing issues, date format mismatches, or tier limits can trigger COLUMN_NOT_FOUND, AMOUNT_MISMATCH, DATE_PARSE_ERROR, or TIER_LIMIT_EXCEEDED. Semantic matching, PayPal/Stripe support, and higher-tier outputs are capability-dependent.

Use Cases

  • Finance staff match monthly bank CSV files against orders and trace unclaimed or unmatched entries.
  • Settlement teams reconcile delayed payments using date ranges and amount tolerance rules.
  • Reconciliation assistants classify discrepancies and export reviewed Excel files for follow-up.
  • Operations teams compare Alipay or Stripe records with Amazon orders to find amount mismatches.

Best For

  • Finance professionals who reconcile statements and orders from multiple banks weekly.
  • Settlement specialists handling delayed settlements and batch payment discrepancies.
  • Accountants who export unclaimed and unmatched lists for review.
  • Operations staff responsible for payment platform and e-commerce order reconciliation.