dsh-is-perfect
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-is-perfect
Paste the following prompt into your AI chat to install this plugin:
Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-is-perfect. The full source repository is available at https://github.com/uckkk/dsh-is-perfect
About this plugin
Whether for a math class or a quick coding exercise, checking if a positive integer is a perfect number (equal to the sum of its proper divisors, such as 6 or 28) is a classic little task that often lacks a ready-to-use helper. dsh-is-perfect is exactly that: a single-purpose plugin dedicated to perfect-number detection, with zero extra dependencies and an out-of-the-box experience.
The entire implementation is built on plain Node.js and makes no network calls at runtime. Every computation happens locally, so you can drop it into offline workflows, CI pipelines, or embedded scripts without worrying about external service availability or latency.
It is a good fit for math enthusiasts verifying numbers quickly, educators illustrating the concept of perfect numbers, and developers who need lightweight numeric checks in network-restricted environments. Licensed under MIT, the code is free to embed in projects or extend further.
Use Cases
- Verifying perfect numbers on the fly in a math classroom
- Running lightweight numeric checks in offline CI pipelines
- Drop-in predicate for fun algorithmic challenges
Best For
- Math enthusiasts and coding learners
- Developers who need offline lightweight numeric utilities
- Lecturers demonstrating number-theory concepts
Related Plugins
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.
An armor-breaking plugin for DeepSeek: rewrites instruction priority, expands refusal-blocked phrases, persists across sessions, and shows a green active indicator.