AI Agent Hub
Back to plugins
🧰

dsh-lanthanum

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-lanthanum

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

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

About this plugin

dsh-lanthanum is a web-tools plugin for the DeepSeek Harness ecosystem with a deliberately minimal footprint. The entire implementation is built on pure Node.js and introduces no external network-runtime dependencies, keeping the install chain short and predictable.

Its core strength lies in the zero-extra-network-dependency design. Where many web-tool plugins pull in multiple runtime packages, dsh-lanthanum requires only Node itself to run, lowering the chance of install failures and making it easier to adopt in offline or strictly network-restricted environments.

It suits developers assembling DeepSeek Harness toolchains who prefer a lean dependency tree. If you value isolation, minimal install surface area, and low coupling, this plugin fits the bill.

Use Cases

  • Running web-tool workflows in offline or network-restricted environments
  • Keeping the dependency tree lean while assembling a DeepSeek Harness toolchain
  • Rapidly prototyping a Node-native web-tool plugin with minimal footprint

Best For

  • DeepSeek Harness developers who value minimal install surface
  • CI/CD engineers seeking isolated, low-coupling deployments
  • Independent developers exploring Node-native web-tool solutions