dsh-cover-calc
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-cover-calc
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-cover-calc in the DeepSeek Harness terminal to install this plugin; the source code is hosted at https://github.com/uckkk/dsh-cover-calc .
About this plugin
Deciding the right amount of family insurance coverage is deceptively complex — member mix, existing policies, income level, and budget constraints all interact in ways that demand repeated calculation. dsh-cover-calc packages that computation into a single tool call so any node in an agent workflow can instantly receive a structured family insurance planning recommendation, eliminating the back-and-forth that slows manual planning.
The core capability is the cover_calc tool: given a set of household parameters such as member composition, current coverage, and income, it returns a corresponding coverage configuration plan. The entire computation chain is implemented in pure Node.js with zero network dependencies, meaning results are driven entirely by local logic. This makes it a natural fit for environments where data privacy and offline operation are priorities.
If you are building an agent workflow around financial planning, insurance configuration, or household budgeting, dsh-cover-calc offers a lightweight, dependency-free coverage-calculation node that slots directly into any stage of the decision pipeline — no separate service deployment, no third-party API wiring, just a clean function call and a structured result.
Use Cases
- Retrieve family insurance coverage recommendations with a single tool call in an agent workflow
- Calculate insurance configuration plans offline from household parameters
- Supply a structured coverage-calculation node to conversational financial-planning systems
Best For
- Developers building family-finance agent workflows
- Insurtech teams that need offline coverage-calculation capability
- Engineers adding a calculation node to conversational financial-planning systems
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.