dsh-arithmetic-series
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-arithmetic-series
Paste the following prompt into your AI chat to install this plugin:
Run the install command in your terminal to add the arithmetic-series plugin (https://github.com/uckkk/dsh-arithmetic-series) to DeepSeek Harness; once installed, its tools are immediately available in-session.
About this plugin
Arithmetic-series calculations—sum, the nth term, common-difference lookup—come up constantly in model-inference prompts. Hand-coding the formulas each time is brittle and wasteful. dsh-arithmetic-series bundles these operations into ready-to-call tools so the model can invoke them directly within a conversation.
The entire plugin is written in pure Node.js with zero network dependencies. Once installed, it registers a small set of arithmetic-series tools into the session. No environment variables, no remote APIs, no extra configuration—just call the tool by name and get the result.
It is well suited for developers who need lightweight, offline arithmetic-series helpers in local model-inference workflows and want to avoid pulling in any external service or additional dependency.
Use Cases
- Getting quick arithmetic-series sums or nth-term results inside a model conversation
- Providing math helpers to a local model in an offline environment
- Replacing hand-written formulas in prompts with a ready-registered tool call
Best For
- Developers building local model-inference workflows
- Developers who want zero network dependencies and a minimal footprint
- Teams running LLM-based math calculations in offline or air-gapped environments
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.