AI Agent Hub
Back to plugins
🧰

dsh-antimony

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-antimony

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

In DeepSeek Harness, run dsh plugin install uckkk/dsh-antimony to install the Antimony plugin; the source is available at https://github.com/uckkk/dsh-antimony .

About this plugin

Many web-tools plugins tie themselves to heavy runtimes or external service meshes. dsh-antimony takes the opposite path: a pure Node.js implementation with zero network dependencies and no extra frameworks, so it runs in the lightest possible environment.\n\nIts core workflow is step-by-step field collection. Rather than requesting every parameter up front, it asks for fields incrementally and writes each response into a JSON structure as it arrives. This paced approach keeps complex data assembly transparent, controllable, and easy to validate or tweak mid-flow.\n\nIt suits developers who need to build structured JSON data in a minimal Node.js setup, want to keep runtime dependencies to a bare minimum, or are experimenting with extending the DeepSeek Harness web-tools plugin ecosystem and exploring incremental field-collection patterns.

Use Cases

  • Build structured JSON data in a minimal Node.js environment
  • Perform incremental multi-step field collection with real-time JSON writing
  • Extend the DeepSeek Harness web-tools plugin ecosystem

Best For

  • Node.js developers who prefer minimal runtime dependencies
  • Data pipeline builders needing incremental JSON assembly
  • Experimenters exploring the DeepSeek Harness plugin ecosystem