AI Agent Hub
Back to plugins
🖥️

dsh-social-insurance

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-social-insurance

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

Run dsh plugin install uckkk/dsh-social-insurance in the DeepSeek Harness terminal to install the plugin from https://github.com/uckkk/dsh-social-insurance, after which you can invoke its registered tools directly in a conversation.

About this plugin

In Chinese workplaces, the contribution bases, ratios, and caps for the five social insurances and the housing provident fund change from year to year. Doing the math by hand usually means cross-referencing several policy documents and risks missing a single detail. dsh-social-insurance turns that process into one clean tool call: pass in the region and parameters, and you get a line-by-line breakdown with plain-text explanations, eliminating the back-and-forth of table lookups.

The core capability is a tool called social_insurance that precisely calculates the base and amount for pension, medical, unemployment, work-injury, and maternity insurance, as well as the housing provident fund, based on the parameters you supply. Every line item is returned alongside a short textual note. The entire implementation runs in a pure Node environment with zero network calls, making it a natural fit for offline or intranet deployments where external APIs are unavailable or undesirable.

If you are a frontend or full-stack developer who needs to embed a reliable social-insurance calculator into an HR dashboard, a salary-trial widget, or any internal tool, this plugin offers a lightweight, fully local option with a simple invocation interface. The MIT license keeps integration friction-free for commercial projects as well.

Use Cases

  • Embed social insurance estimation into an HR dashboard
  • Quickly estimate monthly take-home pay for new hires
  • Run social insurance calculations in an offline intranet environment

Best For

  • Frontend or full-stack developers integrating social insurance calculation
  • Tool developers building payroll or benefits modules
  • Engineering teams working in offline or intranet environments