dsh-chemistry-terms
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-chemistry-terms
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in your DeepSeek Harness terminal by running dsh plugin install uckkk/dsh-chemistry-terms; source repository: https://github.com/uckkk/dsh-chemistry-terms
About this plugin
Chemical terminology is one of the areas where AI models trip up most often: misspelled English names, mismatched translations, or confident-sounding fabrications about obscure compounds. dsh-chemistry-terms solves this by injecting a structured, curated set of chemistry term entries directly into your conversation context, so the model can look up exact definitions before citing them instead of relying on parametric memory.
The plugin registers two tools. list_chemistry returns every entry in the knowledge base, each showing the term name alongside its English equivalent for a quick at-a-glance overview. get_chemistry lets you query a single entry by its id or by name to pull detailed information for precise reference. Both tools are implemented in plain Node.js with zero network calls: all data ships locally with the plugin, so it works fully offline, on air-gapped lab machines, or in restricted intranet environments without any API keys or external services.
If you are a chemistry student, instructor, or researcher who needs reliable term lookups mid-conversation, or a developer building a domain-specific chat application that must cite chemical nomenclature accurately, dsh-chemistry-terms slots in as a lightweight memory layer that keeps every reference grounded in a verifiable, self-contained source.
Use Cases
- Quickly verify English-Chinese term pairs while preparing chemistry lectures
- Ensure accurate compound names when writing lab reports
- Provide chemistry vocabulary lookup in an offline chat application
Best For
- Chemistry students and instructors
- Researchers who need accurate chemical nomenclature
- Developers building domain-specific chat applications
Related Plugins
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.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.