AI Agent Hub
Back to plugins
🧠

dsh-agriculture-terms

Memory Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-agriculture-terms

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

Run dsh plugin install uckkk/dsh-agriculture-terms in the DeepSeek Harness terminal to install the plugin; the full source code is hosted at https://github.com/uckkk/dsh-agriculture-terms

About this plugin

When AI assistants handle agriculture-related topics, extension advice, agri-science teaching, or content about crops and soils, they often lack a structured local glossary to anchor definitions. dsh-agriculture-terms organizes agricultural terminology into retrievable knowledge entries, giving the model a reliable set of reference terms right inside the conversation.

The plugin exposes two tools: list_agriculture returns the full set of agriculture term entries at a glance, while get_agriculture lets you query a specific entry by its id or name for detailed information. The entire implementation is pure Node.js with zero network calls, so it works fully offline without any external API dependency.

If your DeepSeek sessions frequently touch on cropping, soil science, agronomy, or other farming concepts, and you want to attach a lightweight agricultural vocabulary to your agent, this plugin can be registered as a session tool and used immediately after installation, no extra configuration required.

Use Cases

  • Citing precise term definitions in agriculture education conversations
  • Attaching a structured agricultural glossary to strengthen domain understanding
  • Looking up specific entry details by name in teaching contexts

Best For

  • Developers building agriculture-focused AI applications
  • Content creators in agri-science who need offline term references
  • Agent users who want a lightweight domain glossary in their sessions