dsh-next-prime
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-next-prime
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-next-prime in your terminal to install the plugin; the source repository is at https://github.com/uckkk/dsh-next-prime.
About this plugin
Sometimes in an AI conversation you just need the smallest prime greater than N. Writing a primality check by hand, spinning up an external API, or letting the model guess all feel like overkill. dsh-next-prime turns that into a ready-to-call tool you can trigger right inside the session.
The plugin is written in plain Node.js with zero third-party packages and zero network calls, so it runs entirely offline. Whether you are in an air-gapped environment, a CI sandbox, or simply offline on a flight, the tool works the same way: invoke the registered function, pass in a number, and get the next prime back instantly without starting any extra process or service.
If you do small number-theory lookups in chat, verify algorithm answers, or simply want a lightweight, dependency-free prime utility you can drop into any workflow, dsh-next-prime is about as minimal as it gets, and the MIT license means you are free to use it however you like.
Use Cases
- Look up the next prime after a given number instantly in chat
- Compute the next prime offline without any network dependency
- Get quick prime lookups while practicing algorithms or studying number theory
Best For
- Developers who do frequent number-theory computations or algorithm checks
- Users who need zero-dependency, fully offline utilities
- Anyone building lightweight in-conversation tools into their AI workflow
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.