dsh-duizhang
Run the following command in DeepSeek Harness:
dsh plugin install mario03690/dsh-duizhang
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install mario03690/dsh-duizhang in the DeepSeek Harness terminal to install this plugin; the source repository is available at https://github.com/mario03690/dsh-duizhang
About this plugin
Reconciling bank statements, platform ledgers, and batches of invoice PDFs is one of the most draining parts of any finance workflow. dsh-duizhang breaks that chain into 15 ready-to-call tools: extracting clean transaction tables from PDFs, comparing two sets of books in integer cents, matching rows without a shared key by amount, date window, and fuzzy counterparty names, handling 1:N split and N:1 combined payments, and deduplicating supplier entities with tax-ID checksum validation — all in one pass.
Its guiding principle is that it refuses to look right when it is wrong. reconcile_ledger operates exclusively in integer cents so 0.1 + 0.2 never invents a phantom difference; extract_statement independently re-adds opening plus credits minus debits and, if the total does not balance, names the exact row where it first breaks; match_transactions declines to guess when the evidence is thin; dedupe_entities shows the cross-checked evidence and leaves the merge decision to a human.
The toolset is well suited to finance and operations teams at small and mid-size companies, independent accountants, founders keeping their own books, and anyone who regularly handles Chinese bank statements, VAT invoices, and Excel workpapers. All documents are processed in memory only and never retained, and a free anonymous quota is available without signup.
Use Cases
- Reconciling bank statements against internal books with integer-cent precision
- Extracting batches of invoice PDFs into ledger-ready tables with split and combined payment handling
- Deduplicating supplier and customer entity lists with USCC checksum validation
Best For
- Finance and operations teams at small and mid-size businesses
- Independent accountants and corporate bookkeepers
- Startup founders handling their own day-to-day finance
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.