AI Agent Hub
Back to plugins
🧰

dsh-pet-first-aid

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-pet-first-aid

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

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

About this plugin

If you have ever watched your cat or dog start acting off—lethargic, diarrhea, a sudden rash—and frantically scrolled through scattered blog posts for a coherent answer, you know how frustrating it is to not have a single, structured reference at hand. dsh-pet-first-aid fills that gap: it bundles common pet-illness medication guidance and deworming plans into one callable tool, so you can pass in a set of parameters and get back a focused response without piecing together information from a dozen different pages.

The plugin is written in plain Node.js with zero network calls. Everything runs locally, so the response time depends only on your own environment. The registered tool is named pet_first_aid—its semantics are straightforward: provide the relevant parameters, receive a structured set of medication suggestions and deworming plans for common conditions. There are no third-party services to configure and no external APIs to keep alive.

It is a practical fit for everyday pet owners who want a quick, organized reference when something goes wrong, as well as developers building AI-assisted or automated workflows that need a fast, dependency-free way to surface pet-health guidance. It is not a substitute for a veterinary diagnosis, but it offers a clear, structured starting point in those uncertain moments.

Use Cases

  • Quickly look up medication and deworming advice when a pet suddenly feels unwell
  • Confirm the right deworming plan for the current body weight before a scheduled treatment
  • Surface pet-health reference information inline within an AI conversation

Best For

  • Everyday pet owners who want a quick, structured reference for minor issues
  • Developers building automated workflows that need embedded pet-health guidance
  • Pet enthusiasts who prefer a local, zero-dependency query experience