AI Agent Hub
Back to plugins
🤖

dsh-rectangle

Model Inference Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-rectangle

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-rectangle in DeepSeek Harness to install this plugin. Source code is available at https://github.com/uckkk/dsh-rectangle.

About this plugin

In model-inference or automated session workflows, rectangle-related geometric calculations are simple yet frequently break the flow. dsh-rectangle wraps this need into a ready-to-call plugin tool with no extra scaffolding required.

Built with pure Node.js and zero network dependencies, the plugin registers directly into your session and executes calculations on demand—lightweight and fully offline-capable.

It is a fit for developers who need to embed geometric computation steps in offline or network-restricted environments, especially those keeping their dependency footprint minimal in model-inference pipelines.

Use Cases

  • Quick area and perimeter calculation in offline environments
  • Calling geometry tools directly within inference sessions
  • Basic geometric operations without external dependencies in restricted networks

Best For

  • Model-inference developers seeking minimal dependencies
  • Automation builders who prefer fully offline execution
  • Engineers embedding geometry steps in restricted-network environments