dsh-nth-root
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-nth-root
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-nth-root in DeepSeek Harness to install the plugin; the source is available at https://github.com/uckkk/dsh-nth-root
About this plugin
When LLMs tackle mathematical reasoning, N-th root computations often fall short: the model may return an approximation, lose a sign, or produce inconsistent formatting. dsh-nth-root wraps this deterministic calculation into a session-level plugin tool so the model can call it directly instead of relying on linguistic guessing.
The implementation is pure Node.js with zero network dependencies, no external services, no heavyweight runtimes. Once installed, the plugin registers a computation tool in the session; the model simply passes the base and the index in a standard function call and receives an exact result.
Best suited for developers building model-inference pipelines, crafting prompts heavy in algebraic expressions, or anyone who wants to pull deterministic math steps out of the generative loop and into a reliable, isolated utility.
Use Cases
- When model reasoning requires precise N-th root computation
- When prompts involve algebra and deterministic math steps need isolation from generation
- When a local math tool is needed in offline or air-gapped environments
Best For
- Developers building model-inference pipelines
- Engineers whose prompts frequently involve algebraic expressions
- Tech-stack users who prefer zero-dependency lightweight plugins
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.