AI Agent Hub
Back to plugins
🧰

dsh-score-rank

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-score-rank

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

Run dsh plugin install uckkk/dsh-score-rank in DeepSeek Harness to install this plugin; the source is available at https://github.com/uckkk/dsh-score-rank

About this plugin

Whenever you have a set of scores and need to know where a particular value sits in the overall distribution, percentile ranking is one of the most common yet most easily overlooked calculations. dsh-score-rank makes this trivially simple: call the score_rank tool, pass your parameters, and receive a precise, structured detailed result without having to write sorting or interpolation logic yourself.

The entire plugin is implemented in pure Node.js with zero network dependencies. That means it runs reliably inside fully offline sandboxes, CI pipelines, or local scripts, never getting blocked by external API timeouts or rate limits. Every computation is deterministic and reproducible.

It is ideal for exam and assessment ranking displays, KPI threshold analysis, percentile labels on data dashboards, and any scenario where a developer needs a single precise calculation without pulling in a heavyweight statistics library. Once installed, simply invoke the tool in your session with zero configuration.

Use Cases

  • Quickly check each candidate percentile rank after exam grading
  • Calculate where a KPI score sits in team-wide distribution
  • Annotate dashboard metrics with percentile labels

Best For

  • Developers who need quick percentile math without a stats library
  • Engineers running data scripts in offline sandboxes or CI pipelines
  • Product teams building exam, assessment, or KPI systems