AI Agent Hub
Back to plugins
🧰

dsh-pet-nutri

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-pet-nutri

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

Run dsh plugin install uckkk/dsh-pet-nutri in DeepSeek Harness to install this plugin; source code is available at https://github.com/uckkk/dsh-pet-nutri

About this plugin

Determining the right nutrition plan for a pet and how much supplement to give is a question that comes up constantly yet is rarely answered with a single, authoritative source. dsh-pet-nutri collapses that process into one tool call: provide the relevant parameters and receive a tailored health and nutrition plan for that specific pet, eliminating the need to cross-reference scattered articles or guess dosages by hand.

Under the hood the plugin is intentionally minimal. It is implemented in pure Node.js with zero network dependencies, so it makes no external API calls, requires no third-party services, and performs no outbound requests. All processing happens locally within a DeepSeek Harness session, which keeps latency low and lets you drop it into any existing workflow as a lightweight, self-contained tool node.

Whether you are a pet owner who simply wants a quick recommendation in a chat conversation, or a developer assembling a pet-health pipeline that needs a nutrition-planning step, dsh-pet-nutri plugs in with minimal setup. The MIT license also makes it easy to fork, extend, and adapt to more specialized use cases.

Use Cases

  • Generate a daily nutrition supplement plan for a pet
  • Quickly fetch personalized pet nutrition advice in a chat session
  • Integrate a nutrition-planning step into a pet health management workflow

Best For

  • Pet owners looking for a reliable nutrition supplement plan
  • Developers building pet health applications
  • Workflow builders who prefer offline, dependency-free tool nodes