AI Agent Hub
Back to plugins
🧰

dsh-berkelium

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-berkelium

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

Run dsh plugin install uckkk/dsh-berkelium in DeepSeek Harness to install this plugin; the full source is available at https://github.com/uckkk/dsh-berkelium .

About this plugin

dsh-berkelium, named after the element berkelium, is a compact web-tools plugin in the DeepSeek Harness ecosystem. Its design philosophy is straightforward: everything is implemented in pure Node.js with zero outbound network calls, keeping the dependency tree as thin as possible.

What does that mean in practice? No extra runtime packages to install, no proxy configuration, no firewall rules to worry about. The plugin works as soon as it is on disk - in sandboxes, CI pipelines, or fully offline setups. For developers who want to keep their Harness plugin stack lightweight and auditable, this zero-external-call trait is especially valuable.

Who is it for? If you are already building workflows with DeepSeek Harness and want to reduce unpredictable network side-effects in your web-tools layer, dsh-berkelium offers a low-risk starting point. Its MIT license also makes it easy to fork and extend within your own projects.

Use Cases

  • Loading web-tools plugins in offline sandboxes
  • Keeping the plugin stack lightweight and auditable in CI pipelines
  • Reducing external network side-effects in workflows

Best For

  • Harness developers seeking a lightweight plugin stack
  • Teams running plugins in offline or sandboxed environments
  • Workflow builders who want to minimize unpredictable network calls