dsh-helium
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-helium
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-helium in DeepSeek Harness to install this plugin; the full source code is available at https://github.com/uckkk/dsh-helium
About this plugin
When you are building a chemistry quiz bot, a periodic-table explainer, or any content pipeline that needs a single element's basic facts, reaching out to an HTTP endpoint for what is ultimately static reference data feels like overkill. dsh-helium bundles every key property of Helium into a zero-dependency, pure-Node local plugin so your workflow can resolve the data in a single synchronous call—no fetch, no timeout, no external service to maintain.\n\nThe plugin exposes two tools. element_info returns the full record in one shot: element name, chemical symbol, atomic number, relative atomic mass, category, group, period, state at room temperature, and electron configuration. element_field lets you pull one field by name, which keeps prompts lean and makes it trivial to slot a specific value into a larger automation or RAG pipeline without carrying the whole record. Both implementations are plain JavaScript with no third-party packages and no network I/O, so they are as fast as your runtime can start.\n\nIt is a good fit for developers building chemistry tutorials, quiz generators, science-explainer agents, or any local-first content pipeline that needs a quick, accurate reference to helium's fundamental properties. The scope is intentionally narrow, the interface is minimal, and integration takes just a single function call—no configuration files, no API keys, no daemon.
Use Cases
- Quick reference to helium basics in a chemistry Q&A agent
- Extracting specific fields for periodic-table lesson content generation
- Offline element lookup in a local-first knowledge pipeline
Best For
- Developers building chemistry education or science content tools
- Agent developers needing local-first, zero-dependency data lookups
- Automation engineers assembling knowledge Q&A pipelines
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.