dsh-sphere
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-sphere
Paste the following prompt into your AI chat to install this plugin:
Install it in DeepSeek Harness by running dsh plugin install uckkk/dsh-sphere; the source code is available at https://github.com/uckkk/dsh-sphere.
About this plugin
dsh-sphere tackles a narrow but practical problem: when a model-inference session needs sphere geometry computations, you are often forced to spin up an external service, configure network endpoints, or pull in a heavy dependency. dsh-sphere consolidates those calculations into a pure Node.js plugin with zero network calls and no extra processes, making sphere math an in-session, ready-to-use tool.
On the capability side, the plugin is implemented entirely in Node with no network dependency whatsoever. After installation it automatically registers a set of callable tools with the current session. Developers do not need to configure endpoints, handle authentication, or manage environment variables; they simply invoke the tool within the conversation and receive the result. The path from intent to answer is intentionally short, which makes it easy to slot into an existing inference pipeline as a geometry operator.
It is a good fit for local offline development, air-gapped CI pipelines, interactive teaching demos that verify sphere formulas on the fly, and any sandboxed inference setup that demands full network isolation. If you want to treat sphere computation as a lightweight utility rather than a service to babysit, dsh-sphere is built for exactly that use case.
Use Cases
- Calling sphere geometry operators inside a local offline inference pipeline
- Interactively verifying sphere formulas and parameters in a teaching demo
- Debugging inference in a sandbox with strict network isolation
- Running network-free geometry steps within a CI pipeline
Best For
- Inference engineers who need zero-dependency geometry primitives
- Developers building inference pipelines in air-gapped environments
- Educators and demo creators who need instant in-session sphere math
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
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.