AI Agent Hub
Back to plugins
🧰

dsh-travel-insurance

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-travel-insurance

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

Run dsh plugin install uckkk/dsh-travel-insurance in DeepSeek Harness to install this plugin; the source repository is https://github.com/uckkk/dsh-travel-insurance.

About this plugin

Comparing travel insurance plans before a trip can be tedious—prices shift across multiple input parameters, and manual calculation is both slow and error-prone. dsh-travel-insurance streamlines this step: invoke a single tool in your conversation, pass in the relevant parameters, and receive a detailed pricing breakdown.

At its core, the plugin exposes a travel_insurance tool that accepts structured inputs to estimate coverage cost and returns an itemised result rather than a bare number. The entire implementation is pure Node.js with zero network calls, so it works reliably regardless of connectivity.

It is useful for anyone who needs a quick, parameter-driven insurance quote mid-conversation, as well as developers embedding insurance estimation into automated workflows—no external dependencies required, plug in and call.

Use Cases

  • Compare travel insurance plan quotes at a glance before departure
  • Invoke a single tool in conversation to get structured pricing details
  • Estimate travel insurance costs in offline or low-connectivity environments

Best For

  • Independent or business travelers who need a quick insurance quote
  • Developers embedding insurance estimation into automated workflows
  • Users who prefer zero-dependency, fully offline tools