AI Agent Hub
Back to plugins
🧠

dsh-bird-health

Memory Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bird-health

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

To install this plugin in DeepSeek Harness, visit the repository at https://github.com/uckkk/dsh-bird-health and run dsh plugin install uckkk/dsh-bird-health to register its tool in your session.

About this plugin

Caring for a pet bird brings up small but nagging questions all the time: how should the diet change during moulting, does a slight shift in behaviour warrant a vet visit, and what should daily observation actually focus on? dsh-bird-health bundles that everyday health-observation and care-planning need into one lightweight tool, so the answer is a single call away inside a chat session.

The plugin exposes a single bird_health tool that returns a pet-bird health observation and care plan based on the parameters the caller supplies. It is written in pure Node.js, makes no external network requests, and registers its tool as soon as it is installed, keeping the dependency footprint at zero.

It is aimed at bird owners who want quick, practical care guidance, and at developers building DeepSeek Harness workflows that need a fast, offline bird-health reference. Released under the MIT licence, it is free to use and redistribute.

Use Cases

  • A bird owner unsure about diet changes during moulting queries for a care plan
  • A developer embedding an offline bird-health reference in a DeepSeek Harness pipeline
  • Daily observation flags unusual behaviour and the owner seeks targeted care advice

Best For

  • Bird owners seeking practical, at-a-glance care guidance
  • Developers building DeepSeek Harness workflows that need an offline bird-health reference
  • Node.js users who prefer lightweight, zero-network tools