dsh-triangle
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-triangle
Paste the following prompt into your AI chat to install this plugin:
Run the install command in your DeepSeek Harness terminal to add the plugin; the full source is available at https://github.com/uckkk/dsh-triangle .
About this plugin
Triangle geometry—side lengths, angles, areas—snuck into my inference sessions more than once, and every workaround I tried dragged in either a heavyweight math library or a remote API call. dsh-triangle solves that with a lean, pure Node.js plugin: zero network dependencies, everything computed locally, and the triangle tools are simply registered into your conversation the moment you install it.
The workflow is refreshingly unclipped. Once the plugin is in place, you describe the calculation you need in plain language inside the chat and the result comes back instantly. No API stitching, no round-trip to a server, no spinning up a separate process. It slots into an existing inference pipeline the way a well-sharpened chisel fits into a carpenter's satchel: quietly, where you need it, every time.
If you are a developer who wants on-the-fly triangle geometry during model inference without pulling in extra dependencies or accepting network latency, dsh-triangle keeps things lightweight, immediate, and fully offline-capable.
Use Cases
- Computing triangle side lengths or angles within an inference session
- Solving area and perimeter quickly in an offline environment
- Instantly verifying geometry formulas during a teaching demo
Best For
- Developers who want on-the-fly geometry in a conversation session
- Inference workflow builders needing zero-dependency math tools
- Solo developers preferring a lightweight solution over heavyweight math libraries
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.