dsh-is-square
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-is-square
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-square; the full source code is available at https://github.com/uckkk/dsh-is-square
About this plugin
Checking whether an integer is a perfect square may seem trivial, but it shows up constantly across model-inference pipelines, educational tools, and math validation workflows. Most solutions pull in external math libraries or fire off a network request, adding unnecessary complexity to what is fundamentally a single arithmetic operation.\n\ndsh-is-square keeps things radically simple: a pure Node.js implementation with zero network dependencies and zero third-party runtimes. It does one thing and only one thing. It tells you whether a given number is a perfect square. No side effects, no external services, fully offline-capable, and easy to slot into a reasoning workflow as a lightweight utility node.\n\nIt is well suited for developers who need a quick math check inside an inference pipeline and want to keep their dependency footprint as small as possible, especially in offline or resource-constrained environments.
Use Cases
- Quick perfect-square validation inside a model-inference pipeline
- Lightweight math checks in offline or air-gapped environments
- Real-time square-number verification in educational tools
Best For
- Pipeline developers who need a lightweight math utility
- Node.js engineers who prefer zero-dependency offline solutions
- Full-stack developers building math-focused educational apps
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.