AI Agent Hub
Back to plugins
🧰

dsh-americium

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-americium

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

Install the dsh-americium plugin in DeepSeek Harness from the source repository at https://github.com/uckkk/dsh-americium by running dsh plugin install uckkk/dsh-americium.

About this plugin

dsh-americium (Americium) is a minimal web-tools plugin built for the DSH ecosystem. Its core purpose is straightforward: deliver basic web-tooling capabilities in pure Node.js while removing all external network package dependencies, keeping both footprint and attack surface as small as possible.

The headline capability is simple to state — pure Node.js, zero network dependencies. That means no extra third-party network modules to fetch, a short and auditable code path, and a deployment environment with minimal package-manager requirements.

It fits developers who work inside the DSH plugin system and want a web tool without dragging in a tree of indirect dependencies, or anyone who prefers lightweight, controllable, source-auditable plugins. The MIT license keeps secondary development and private deployment free of legal friction.

Use Cases

  • Extending web-tooling capabilities within the DSH plugin ecosystem
  • When an ultra-minimal, fully auditable web tool is required
  • In environments with strict third-party package constraints or offline needs

Best For

  • DSH plugin developers and everyday users
  • Engineers who favor lightweight, zero-dependency toolchains
  • Teams with strict supply-chain security and source-audit requirements