
zhang787jun/dsh-finance
30Last commit Aug 14, 2026
dsh-finance DSH plugin
dsh-finance is a community adaptation of Anthropic's finance plugin, providing eight accounting and audit skills (journal entry, reconciliation, financial statements, variance analysis, close management, SOX testing, audit support) for DeepSeek Harness. It also registers five deterministic DSH tools for validation and research. Version 0.2 requires a connected data source or manual data input, and all outputs need human review.
How to install the dsh-finance DSH plugin
dsh plugin --profile web add github:zhang787jun/dsh-financeCopying does not run this command. Review the repository and version before installing the dsh-finance DSH plugin.
dsh-finance DSH plugin data source
dsh-finance DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-finance DSH plugin can do
- Validates journal entries for debit-credit balance, line structure, documentation gaps, and preparer/approver separation.
- Reconciles GL-to-subledger, bank, intercompany, and aging items with adjusted balance and stale-item flags.
- Generates financial statements (income statement, balance sheet, cash flow) with GAAP/IFRS presentation options.
- Performs variance analysis with price/volume, rate/mix, and headcount driver attribution, including materiality thresholds.
- Plans T+1 to T+5 month-end close calendar with dependencies, critical path, and status tracking.
- Creates SOX testing workpapers with control matrices, sample selection, test steps, and deficiency classification.
Where the dsh-finance DSH plugin fits
- Prepare and validate monthly accrual, depreciation, and prepaid journal entries.
- Reconcile the cash general ledger to a bank statement as of a specific date and age open items.
- Build a monthly income statement, flag material variances, and reconcile waterfall drivers.
- Create a SOX testing workpaper for revenue recognition controls for a quarterly period.
- Plan a T+5 month-end close with owners, dependencies, blockers, and critical path analysis.
Who the dsh-finance DSH plugin is for
- Financial analysts and accountants who need automated journal entry validation and reconciliation.
- Audit and compliance professionals preparing SOX testing documentation and control matrices.
- FP&A teams requiring variance analysis and financial statement generation with driver attribution.
dsh-finance DSH plugin limitations
- Does not connect to external systems automatically; users must paste data or provide local files unless a connector is configured.
- All outputs require review by qualified financial professionals before use in reporting, filings, or investment decisions.
- Version 0.2 is an early community adaptation; it may not cover all edge cases of the upstream Anthropic plugin.
dsh-finance DSH plugin: from the repository README
Quoted from the zhang787jun/dsh-finance README, the upstream source of the dsh-finance DSH plugin. Copyright remains with the original authors.
A finance and accounting plugin for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness). Version 0.2 is a capability-level DSH adaptation of Anthropic's official [`finance` plugin](https://github.com/anthropics/knowledge-work-plugins/tree/main/finance), not merely a finance-themed workflow. It ports the upstream plugin's eight skills for journal entries, reconciliation, financial statements, variance analysis, close management, SOX testing, and audit support, then adds deterministic DSH validation tools. The source baseline is Anthropic Finance `1.3.0` at commit [`a006314`](https://github.com/anthropics/knowledge-work-plugins/commit/a006314fa00e3b7487f3b6ef7f6b4a216ae777df). This is an independent community adaptation and is not endorsed by Anthropic. [简体中文](./README.zh-CN.md) ## Upstream parity | Anthropic Finance skill | DSH skill | Coverage | |---|---|---| | `journal-entry` | `dsh-finance-journal-entry` | Accruals, depreciation, prepaids, payroll, revenue entries, support, and review | | `journal-entry-prep` | `dsh-finance-journal-entry-prep` | Standard entry patterns, documentation, approval matrix, and error checks | | `reconciliation` | `dsh-finance-recon
Read the full READMERepository license: MIT
dsh-finance DSH plugin questions
How do I install dsh-finance?
Run `dsh plugin --profile web add github:zhang787jun/dsh-finance` in your terminal, then restart DSH with `dsh web`. For local development, clone the repo and run `dsh plugin --profile web add .` after building.
Do I need external data sources to use this plugin?
The plugin supports connectors for ERP, data warehouse, and office suite (see CONNECTORS.md). Without a configured connector, it cannot access external data automatically; you must paste data or provide local files. The plugin itself does not activate any external servers or collect credentials.
Can this plugin automatically post journal entries or lock accounting periods?
No. The plugin only prepares and validates analyst work product. It does not post journal entries, lock periods, send reports, sign off reconciliations, approve controls, or make investment decisions. All outputs require review by qualified financial professionals before use in reporting, filings, or audit documentation.
What is the difference between this plugin and the original Anthropic finance plugin?
dsh-finance is a community adaptation of Anthropic's finance plugin (version 1.3.0). It preserves the eight upstream skills but changes Claude-specific invocation and connector assumptions for DSH. It also adds five DSH-specific tools (finance_journal_entry_check, etc.). It is not endorsed by Anthropic.
Which DSH tools are included in this plugin?
Five tools are registered: finance_journal_entry_check (validates debit-credit balance), finance_reconciliation_snapshot (calculates adjusted balances and aging), finance_variance_bridge (proves driver attribution), finance_research_workflow (plans research), and portfolio_risk_snapshot (calculates exposure and concentration).