AI Agent Hub
Back to plugins
⚙️

dsh-feed-rule

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-feed-rule

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

Install the plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-feed-rule; the source is available at https://github.com/uckkk/dsh-feed-rule

About this plugin

What often frustrates aquarium hobbyists is not choosing the right fish, but the daily grind of figuring out how much to feed, when, and with what. dsh-feed-rule turns that routine into a single tool call: pass in the relevant parameters and get back a structured feeding plan, cutting out the need to consult manuals or ask online forums every time.

At its core the plugin exposes a tool called feed_rule that returns tailored aquarium care and feeding recommendations based on the parameters you supply. The whole implementation is written in pure Node.js with zero external network dependencies, so it returns results instantly and slots naturally into an agent workflow as a lightweight decision node.

Whether you are building an aquarium-care agent, adding a rules-based recommendation layer to a smart-tank system, or simply want to turn the question of how to feed today into a reusable automation rule, this plugin has a place for it. Because everything runs locally, it works just as well offline, which makes it especially friendly to embedded or edge deployments.

Use Cases

  • Embedding a feeding decision node into aquaculture agents
  • Adding rule-based recommendation logic to smart tank systems
  • Querying feeding plans in offline or edge environments

Best For

  • Developers building aquarium-care agents and automation
  • Smart-tank and IoT integration engineers
  • Builders requiring local, network-free toolchains