AI Agent Hub
Back to plugins
🧩

dsh-vaccine

admin-security Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-vaccine

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

Install it in DeepSeek Harness by running dsh plugin install uckkk/dsh-vaccine; the source code is hosted at https://github.com/uckkk/dsh-vaccine .

About this plugin

Caring for a pet soon brings up the recurring questions of which diseases to watch for and how to schedule deworming correctly. The answers are scattered across forums, clinic handouts, and vet websites, and most lookups assume a steady internet connection. dsh-vaccine distills that reference work into a single local tool: you call vaccine with parameters such as breed and age, and it returns a tailored list of common susceptible diseases plus a recommended deworming plan, all in one step.

The plugin is written in pure Node.js and makes zero network requests at runtime. That design choice means it works reliably in environments with flaky or no connectivity, such as the back of a car, an airplane, or a clinic waiting room with poor signal, and it leaves no extra network traces in system logs.

It is useful for everyday pet owners who want a quick sanity check on prevention schedules, for pet-shop or clinic staff who need to explain a plan to a client in seconds, and for developers who would like to surface basic veterinary常识 through a single function call rather than a web lookup.

Use Cases

  • Quickly look up common disease prevention and deworming schedules for a pet
  • Pet shops or clinics explaining prevention plans to clients in seconds
  • Getting deworming advice while offline or on flaky connections

Best For

  • Everyday cat and dog owners
  • Pet shop or veterinary clinic front-desk and assistant staff
  • Developers embedding basic veterinary knowledge into their own applications