AI Agent Hub
Back to plugins
🧰

dsh-pet-food-amt

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-pet-food-amt

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

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

About this plugin

Figuring out how much and what to feed your cat or dog each day is a small but persistent headache for many pet owners. dsh-pet-food-amt turns that chore into a single parameter call: provide basic pet details and get a daily nutrition and food-amount plan right inside your session, without cross-referencing charts or doing mental math.

The plugin registers one tool, pet_food_amt, which returns a structured feeding recommendation based on its inputs. The entire implementation is pure Node.js with zero external network calls, so it works reliably in offline sandboxes or latency-sensitive environments while staying lightweight to deploy.

It is well suited for pet-content creators who need quick feeding copy, e-commerce support agents looking to deliver personalized suggestions on the fly, or anyone building a personal pet-care assistant who wants a ready-to-use daily food reference. Licensed under MIT, it is ready to use out of the box.

Use Cases

  • Generate a daily pet food amount reference
  • Return feeding suggestions based on parameters
  • Invoke a pet nutrition tool in conversation

Best For

  • Cats and dog owners
  • Pet content creators
  • Pet tool developers