dsh-chromium
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-chromium
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-chromium in the DeepSeek Harness terminal to install this plugin; the source repository is at https://github.com/uckkk/dsh-chromium
About this plugin
Model-inference toolchains often default to network calls for resource fetching or remote service invocation, yet in offline deployments, intranet setups, or any scenario demanding minimal external coupling, that dependency adds unnecessary complexity and a single point of failure. dsh-chromium addresses exactly this: it is a pure Node.js implementation that keeps the entire inference step local to the process, eliminating network-service reliance and keeping the pipeline lightweight and deterministic.
At its core, the plugin works through a step-by-step field-collection pattern. Rather than assembling one large object in a single shot, it gathers required fields incrementally and writes structured content into JSON as it progresses. This design lets callers validate or transform data between steps, reducing the risk of missing fields or format mismatches that tend to surface with bulk object construction.
It is well suited for developers building local or offline inference pipelines, for teams operating in network-restricted environments, and for anyone who values reproducibility and auditable, zero-external-service inference steps. If you want a focused, minimal dependency footprint around the inference stage, dsh-chromium offers a clean and purpose-built option.
Use Cases
- Running model-inference pipelines in offline or intranet environments
- Step-by-step field validation and structured JSON writing workflows
- Inference stages that require minimal external service calls
Best For
- Developers building local or offline inference pipelines
- Teams in network-restricted environments needing zero external calls
- Engineers who value auditable, offline-reproducible inference steps
Related Plugins
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.
An armor-breaking plugin for DeepSeek: rewrites instruction priority, expands refusal-blocked phrases, persists across sessions, and shows a green active indicator.