AI Agent Hub
Back to plugins
🖥️

dsh-oxygen

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-oxygen

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

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

About this plugin

Chemical element data is a small but frequent need in workflow orchestration and data pipelines, yet most off-the-shelf solutions lean on external APIs or heavyweight SDKs. dsh-oxygen packages the complete profile of Oxygen into a pure Node.js client plugin with zero network calls and zero third-party dependencies, ready to drop into any project.

dsh-oxygen exposes two focused tools: element_info returns the full record in one call, covering name, symbol, atomic number, relative atomic mass, category, group, period, state at room temperature, and electron configuration; element_field lets you pull a single attribute by name, so pipeline nodes can reference exactly the field they need without loading the entire dataset.

Whether you are building chemistry teaching materials, assembling a report-generation pipeline, or simply need a quick periodic-table lookup inside a local script, dsh-oxygen offers a lightweight, offline-friendly source of element data.

Use Cases

  • Referencing oxygen element data in chemistry teaching materials
  • Quick periodic table lookup in local Node.js scripts
  • Field-level element data retrieval in workflow pipelines

Best For

  • Chemistry educators and content developers
  • Script developers needing an offline chemistry data source
  • Engineers referencing element data in workflow pipelines