AI Agent Hub
Back to plugins
🤖

dsh-median

Model Inference Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-median

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

Run dsh plugin install uckkk/dsh-median in DeepSeek Harness to install this plugin (source: https://github.com/uckkk/dsh-median); once installed, invoke the registered tool in your session to use it.

About this plugin

In a conversational workflow, you may simply need the median of a set of numbers without any API call or network round-trip. dsh-median keeps that task refreshingly simple: a pure Node.js implementation with zero network dependencies, so median calculation becomes an instant, in-session local call.

Once installed, the plugin registers a tool you can invoke directly. Pass in your list of values and get the median back immediately, with no endpoint configuration, no API key, and no outbound requests. Everything runs inside the local Node runtime, keeping latency effectively at zero.

It suits users who want a lightweight statistical tool embedded in their workflow without extra network overhead, as well as anyone working in offline or privacy-sensitive environments who needs basic statistical calculation. Single-purpose yet dependable, released under the MIT license, and ready to use out of the box.

Use Cases

  • Quickly compute the median of a number list in-session without any external API call
  • Get statistical results locally when working in an offline environment
  • Embed a lightweight statistical step in a workflow without extra network round-trips

Best For

  • Users who need lightweight statistical calculation in conversation without network dependencies
  • Anyone working in offline or privacy-sensitive environments who needs basic statistics
  • Developers who prefer minimal dependencies and instant usability