dsh-lcm
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-lcm
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-lcm in the DeepSeek Harness CLI to install this plugin; the full source is available at https://github.com/uckkk/dsh-lcm .
About this plugin
Computing the least common multiple (LCM) is a small but recurring task in fraction reduction, scheduling-cycle alignment, and number-theory derivations. The usual workaround is an online calculator or a throwaway script, each introducing an extra network round-trip and a context switch. dsh-lcm turns this into a local utility inside your conversation: pass in a few integers and receive the LCM instantly, without ever leaving the chat window.
The implementation is deliberately minimal. It runs entirely in Node.js with zero external APIs, zero third-party services, and no hidden data calls. After installation the plugin automatically registers as in-session tools, so you simply call them with integer parameters and get the result back offline, in the same turn.
It fits well for students working through discrete-math exercises, engineers checking gear-ratio or clock-period alignment on the fly, and any developer who wants lightweight math utilities woven directly into an AI conversation flow. If deploying a microservice for a single function is overkill, dsh-lcm offers a plug-and-play, dependency-free alternative.
Use Cases
- Quickly compute the LCM when reducing or combining fractions
- Align multiple scheduling cycles or clock tick periods
- Verify LCM results on the fly during number-theory exercises
Best For
- Students working through discrete math or number theory
- Embedded and systems engineers who need periodic-alignment checks on demand
- Developers who want lightweight math utilities inside their AI chat flow
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.