dsh-nth-prime
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-nth-prime
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-nth-prime in the DeepSeek Harness terminal to install the plugin; the source is hosted at https://github.com/uckkk/dsh-nth-prime .
About this plugin
When you need the exact Nth prime inside an LLM conversation or a local inference pipeline, most solutions either call an external API or pull in a heavyweight math library. dsh-nth-prime condenses that task into a lightweight, zero-dependency local tool that returns a result in a single call, with no network round-trips at all.
It is implemented in pure Node.js, requires no network access, and introduces no additional runtime components. Once installed, the plugin registers itself as an in-session callable tool: pass in N and you receive the corresponding prime number, making it a natural fit for local inference chains, teaching demos, or offline batch workloads.
It suits solo developers who want to embed a number-theory utility into a conversation while staying fully local and offline-capable, as well as small teams that prefer to keep their inference pipelines lean and free of unnecessary network hops.
Use Cases
- Query the Nth prime directly in a conversation
- Complete number-theory tasks in a fully offline environment
- Embed a lightweight math utility into a local inference pipeline
Best For
- Solo developers needing local prime computation
- Small teams preferring zero-network inference chains
- Instructors doing number-theory teaching or demos
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.