dsh-cobalt
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-cobalt
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-cobalt in the DeepSeek Harness terminal to install this plugin; the full source is available at https://github.com/uckkk/dsh-cobalt .
About this plugin
Local model inference often pulls in remote APIs or heavyweight runtime stacks, making deployment slow and debugging painful. dsh-cobalt takes a lighter path: a pure Node.js implementation with zero network dependencies that runs inference logic entirely inside the local process, with no proxies or external services to maintain.
As a model-inference plugin in the DSH ecosystem, it keeps the runtime footprint minimal. There are no external service calls and no native binaries to manage. It slots directly into an existing Node workflow or build script without introducing an extra infrastructure layer.
If you need lightweight inference in offline environments, air-gapped networks, or resource-constrained machines, and you would rather not pull an entire stack of external services just for a single call, dsh-cobalt is a pragmatic option to keep on your radar.
Use Cases
- Running lightweight model inference in offline or air-gapped network environments
- Embedding inference directly into a Node.js service without deploying external backends
- Executing inference on resource-constrained machines without heavyweight runtime dependencies
Best For
- Developers who need model calls in network-isolated or restricted environments
- Engineers who prefer minimal runtime dependencies and a pure JavaScript stack
- Indie hackers integrating local inference logic into Node.js projects
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.