dsh-prime
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-prime
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-prime in DeepSeek Harness to install this plugin, available at https://github.com/uckkk/dsh-prime
About this plugin
In conversational coding and automated workflows, you often need a quick way to check whether an integer is prime. The usual approach is to either whip up a trial-division snippet on the fly or call an external math service, both of which add friction and unnecessary network round-trips.
dsh-prime wraps prime-number checking into a lightweight plugin built entirely in Node.js with zero external network dependencies. Once installed, the plugin registers a callable tool inside your session, so you can trigger it directly from the conversation without leaving the current context.
It is well suited for developers who embed basic number-theory checks into conversation-driven development, code-review assistance, or automated script orchestration, as well as for teams that prefer to keep their toolchain self-contained and free of external API calls.
Use Cases
- Quickly check primality within a conversation
- Embed basic number-theory checks in automation pipelines
- Lightweight math tool calls without external APIs
Best For
- Developers in conversation-driven coding workflows
- Teams that prefer a self-contained toolchain
- Script orchestrators needing offline number-theory checks
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.