AI Agent Hub
Back to plugins
🧰

dsh-finance

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install TYEclipse/dsh-finance

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

Run dsh plugin install TYEclipse/dsh-finance in your terminal to install the plugin; the full source is available at https://github.com/TYEclipse/dsh-finance .

About this plugin

LLMs have a well-known blind spot with finance math: they misremember PMT formulas, lose precision in compound-interest chains, or return a fabricated IRR when the sign-change pattern doesn't cooperate. dsh-finance pulls that arithmetic out of the model's memory and into a set of deterministic tool calls, so the LLM handles intent and parameter assembly while exact math happens downstream.

Use Cases

  • Answering 'what is my monthly mortgage payment and total interest over 30 years?' via a single loan_payment call instead of risking arithmetic drift
  • Evaluating a multi-period project's NPV, IRR, and payback period with cashflow_analysis so the IRR bisection is exact and multi-sign-change cases are flagged honestly
  • Checking whether a retirement balance survives a fixed monthly withdrawal for a given horizon, or computing the sustainable payout with retirement_plan

Best For

  • Developers building finance Q&A or research agents on DeepSeek Harness
  • Teams whose chatbot must return exact loan, annuity, or cash-flow figures without trusting the model's mental math
  • Integrators who need a zero-dependency, fully deterministic finance module that is auditable and safe to run anywhere