AI Agent Hub
Back to plugins
🧰

dsh-bromine

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bromine

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

Run dsh plugin install uckkk/dsh-bromine inside DeepSeek Harness to install this plugin; refer to https://github.com/uckkk/dsh-bromine for the complete source code.

About this plugin

dsh-bromine is a lightweight web-tools plugin built with pure Node.js and named after the chemical element bromine. It ships without any third-party runtime dependencies and makes no outbound network requests during execution, making it a solid choice for deployments that enforce a strict zero-external-dependency policy.

The codebase is intentionally minimal and easy to audit locally. If you need to slot a web-tool module into a DeepSeek Harness pipeline without pulling in a bloated dependency tree or configuring proxies, dsh-bromine offers a clean, self-contained starting point.

It is well suited for developers who prefer local, offline-capable toolchains, as well as teams operating DeepSeek Harness inside network-restricted or air-gapped environments.

Use Cases

  • Extending toolchains in network-restricted environments
  • Production deployments with strict dependency governance
  • Local offline debugging of web-tools modules

Best For

  • Developers who prefer zero-dependency toolchains
  • Teams deploying Harness in air-gapped networks
  • Architects needing auditable lightweight modules