AI Agent Hub
Back to plugins
🧰

dsh-fertilizer-npk

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-fertilizer-npk

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

Run dsh plugin install uckkk/dsh-fertilizer-npk in the DeepSeek Harness terminal to install the NPK fertilizer ratio plugin sourced from https://github.com/uckkk/dsh-fertilizer-npk.

About this plugin

Balancing nitrogen, phosphorus, and potassium for a given crop is rarely straightforward. dsh-fertilizer-npk turns that decision into a single parameter lookup: provide the crop type, growth stage, and soil conditions, and the plugin returns a concrete NPK ratio recommendation—no more digging through datasheets.

The core tool, fertilizer_npk, is implemented in pure Node.js with zero network calls, so it responds quickly and works fully offline. Invoke it in your session with the relevant parameters and you get a structured ratio with a brief explanation you can act on immediately.

It is a good fit for farmers, home gardeners, and anyone who needs a fast, reliable NPK reference without leaning on external APIs or incurring additional network overhead.

Use Cases

  • Determine the NPK ratio for a crop at a specific growth stage before planting
  • Get recommended fertilizer proportions for potted or balcony gardening
  • Look up fertilization advice offline without any network dependency

Best For

  • Farmers who need a fast NPK reference at the field
  • Home gardeners and balcony vegetable growers
  • Growers who prefer local tools and want to avoid external API dependencies