AI Agent Hub
Back to plugins
🧰

dsh-bohrium

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bohrium

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

Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-bohrium; the source repository is available at https://github.com/uckkk/dsh-bohrium .

About this plugin

dsh-bohrium is a web-tool plugin for the DeepSeek Harness ecosystem, built entirely in Node.js with zero external network dependencies. It is designed for users who need local web-tool capabilities without pulling in heavyweight runtimes or external API gateways.

Under the hood, the plugin keeps all web-tool logic inside a pure Node.js environment. There is no browser required, no external API gateway, and no additional network dependency packages. This makes it well suited for resource-constrained, offline, or semi-offline scenarios where stability and a minimal footprint matter.

It is a good fit for developers who want a quick, lightweight web-tool extension in their Harness workflow, teams that prefer a pure Node.js stack, and operations staff who need tooling that keeps working in weak or absent network conditions. Licensed under MIT, it is free to use in both learning projects and production systems.

Use Cases

  • Using web-tool capabilities in offline or weak-network environments
  • Quickly integrating web-tools extensions in a pure Node.js stack
  • Keeping tooling stable in resource-constrained environments

Best For

  • Developers who prefer a pure Node.js stack
  • Ops staff needing tool availability in offline or weak-network conditions
  • Harness users seeking lightweight web-tool integration