AI Agent Hub
Back to plugins
🧰

dsh-bismuth

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bismuth

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

Run dsh plugin install uckkk/dsh-bismuth in your terminal to install the plugin; the full source is available at https://github.com/uckkk/dsh-bismuth

About this plugin

Web-tool plugins in the DeepSeek Harness ecosystem frequently drag in extra runtimes or external services, adding deployment and maintenance overhead that many teams would rather avoid. dsh-bismuth takes the lightest possible path, delivering web-tool capabilities with minimal dependencies directly inside the Harness environment.

Written entirely in Node.js with zero external network dependencies, the plugin keeps the runtime clean and startup fast. It belongs to the web-tools category and focuses on providing foundational web-tool capabilities within Harness, so that upstream callers can dedicate their effort to business logic instead of infrastructure plumbing.

If you value a minimal footprint, prefer to avoid heavy transitive dependencies for a small utility, or want a transparent open-source option under the MIT license to keep your tech stack predictable, dsh-bismuth is a concise and practical choice for your toolkit.

Use Cases

  • Quickly add lightweight web-tool capabilities in Harness
  • Run directly without any extra environment setup
  • Embed as a foundational component in a web-tool pipeline
  • Build integrations with strict dependency constraints

Best For

  • Developers who prefer minimal dependencies
  • Users building web tools with DeepSeek Harness
  • Engineers who want a transparent and controllable tech stack