AI Agent Hub
Back to plugins
🖥️

dsh-insur-pick

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-insur-pick

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

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

About this plugin

Setting up insurance for a household is often paralyzed by complexity: critical illness, medical, accident, term life, each with its own trade-offs. dsh-insur-pick distills the decision into a single call. Through a tool named insur_pick, you pass in your household parameters and receive a structured insurance planning proposal that lists which coverage types to consider and how to combine them, giving you a clear starting point.

The entire plugin is written in pure Node.js and makes zero network requests. Every piece of logic runs locally, so it works fully offline, carries no third-party API dependencies, and your household data never leaves your machine. Once installed, you simply invoke the registered tool within your session and start receiving recommendations.

It is a good fit for individuals and families who want a quick first-pass insurance plan before digging into details, and for developers who need a lightweight, dependency-free local decision node to embed insurance suggestions into a conversational workflow.

Use Cases

  • Generating a first-pass insurance combination plan for a household.
  • Embedding a local insurance recommendation node in a conversational workflow.
  • Obtaining insurance configuration advice in an offline environment.

Best For

  • Individuals or families seeking a structured household insurance plan.
  • Developers integrating a lightweight decision node into conversational workflows.
  • Users who prefer offline, dependency-free local processing.