AI Agent Hub
Back to plugins
🧰

dsh-cadmium

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-cadmium

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

Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-cadmium, available at https://github.com/uckkk/dsh-cadmium.

About this plugin

Amid a flood of web-connected tools, some workflows do not need the network at all — they just need a clean, controllable way to assemble structured content. dsh-cadmium is built for exactly that: a pure Node.js implementation with zero network dependencies, focused on filling fields step by step into a JSON document.

Its core strengths are twofold. First, there is no network overhead — all logic runs locally in the Node runtime, so there are no external APIs, CDN fetches, or latency to manage. Second, the step-by-step JSON writing model lets you confirm and populate each field individually rather than constructing the entire structure in one go, which reduces errors and keeps the process transparent.

Who is it for? If you are building a local-first agent toolchain, need to generate structured JSON output in offline or air-gapped environments, or simply want a lightweight plugin with no heavy dependencies for field-level orchestration, dsh-cadmium gives you a minimal and focused starting point.

Use Cases

  • Generating structured JSON in offline environments
  • Step-by-step field filling in local-first agent pipelines
  • Lightweight data orchestration with zero network calls

Best For

  • Developers building local-first toolchains
  • Teams needing JSON output in air-gapped environments
  • Users seeking zero-dependency lightweight plugins