dsh-midpoint
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-midpoint
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-midpoint in the DeepSeek Harness terminal to install; the full source is hosted at https://github.com/uckkk/dsh-midpoint.
About this plugin
In many inference pipelines you need a quick midpoint between two points, but you do not want to spin up a dedicated service or fire off a network request just for that. dsh-midpoint exists for exactly this: a pure-Node midpoint calculator with zero external calls, zero port bindings, and zero runtime dependencies.
Once installed, the plugin registers a midpoint tool directly into your session. You invoke it in conversation, the arithmetic runs locally and synchronously, and the result is returned in the same turn. There is no dependency bloat, no connection timeout to worry about, and no server to manage.
It is a good fit for developers whose agent workflows include frequent, lightweight geometric or numeric midpoint operations. If writing a throwaway script feels like overkill and an HTTP round-trip feels like unnecessary overhead, dsh-midpoint gives you the most direct local answer.
Use Cases
- Need a midpoint between two points inside an agent flow without any network call
- Run simple geometric arithmetic in an offline or sandboxed environment
- Want an on-demand midpoint tool in an inference chain without deploying a separate service
Best For
- Developers building agent workflows who want zero-network tool calls
- Engineers who prefer pure-local, dependency-free, plug-and-play computation
- Developers doing coordinate math in offline or restricted-network environments
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.