dsh-agriculture-terms
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
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.