AI Agent Hub
Back to plugins
🧰

dsh-ai-terms

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-ai-terms

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

Run dsh plugin install uckkk/dsh-ai-terms in the DeepSeek Harness terminal to install this plugin; the source repository is available at https://github.com/uckkk/dsh-ai-terms

About this plugin

Facing ambiguous AI terminology during an Agent conversation and needing a quick local reference? dsh-ai-terms is a lightweight, fully offline AI glossary that lets an Agent look up terms right inside the session. No internet, no external API, no third-party SDK to integrate. It is implemented in pure Node.js with zero network dependency, making it a natural fit for air-gapped, intranet, or physically isolated setups.

The plugin registers two tools. list_ai returns the entire set of AI term entries, showing the name and its English equivalent at a glance. get_ai lets you drill into a specific entry by its id or name for detailed information. Together they work like flipping through a table of contents and then opening a dictionary definition.

It is well suited for developers, technical writers, and teams running Agents in restricted-network environments who need a fast, local AI-term reference without external connectivity. Lightweight, plug-and-play, and released under the MIT license.

Use Cases

  • List or query AI term entries quickly during a conversation
  • Use an AI glossary reference in air-gapped or intranet setups
  • Verify English equivalents of AI terminology during technical writing

Best For

  • Developers running Agents in restricted-network environments
  • Technical writers who need a local AI terminology reference
  • Users who prefer lightweight, zero-dependency plugins