AI Agent Hub
Back to plugins
🤖

dsh-distance-2d

Model Inference Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-distance-2d

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

Run dsh plugin install uckkk/dsh-distance-2d in your DeepSeek Harness terminal to install this plugin; the source code is available at https://github.com/uckkk/dsh-distance-2d .

About this plugin

Need the Euclidean distance between two 2D points without opening an editor or hitting an external API? dsh-distance-2d was built for exactly that.

It is a pure Node.js implementation with zero network dependencies. Once installed, the plugin registers a tool you can call directly in your session to get the distance result instantly.

Ideal for developers doing quick geometric lookups, coordinate math, or prototype validation who want a one-liner answer in conversation without writing a script.

Use Cases

  • Quickly compute Euclidean distance between two points in chat
  • Cross-check coordinate offsets during prototyping
  • Verify expected results while debugging geometry logic

Best For

  • Engineers working on geometry or graphics
  • Prototype developers who need fast coordinate lookups
  • Anyone who wants an instant answer without opening an editor