AI Agent Hub
Back to plugins
🖥️

dsh-tax-income

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-tax-income

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

Run dsh plugin install uckkk/dsh-tax-income in DeepSeek Harness to install; the source is available at https://github.com/uckkk/dsh-tax-income .

About this plugin

Filing or verifying personal income tax means juggling seven progressive brackets, quick-deduction factors, and several itemized deductions. Doing the math by hand is error-prone, and repeatedly flipping through tax tables is a drag. dsh-tax-income packages all of that into a single ready-to-use tool: pass in income and deduction parameters, and the call returns the exact tax owed along with a step-by-step breakdown, eliminating the back-and-forth of consulting tax tables.

The entire implementation is pure Node with zero network dependencies and no calls to external services. It runs completely offline, which makes it safe for intranet environments, CI pipelines, and privacy-sensitive setups where data must never leave the machine.

It is a good fit for finance and HR team members who need to verify tax figures quickly, developers building payroll demos or reimbursement tools, and anyone who simply wants to understand how their take-home pay is calculated.

Use Cases

  • Quickly verify monthly tax deductions
  • Embed precise tax logic in payroll or reimbursement systems
  • Compute personal income tax safely in intranet environments

Best For

  • Finance and HR staff who need quick tax verification
  • Engineers building payroll or reimbursement systems
  • Anyone curious about how take-home pay is derived