AI Agent Hub
Back to plugins
🧰

dsh-average

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-average

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

Run dsh plugin install uckkk/dsh-average in the DeepSeek Harness terminal to install the averaging plugin from https://github.com/uckkk/dsh-average.

About this plugin

When you need a quick average of a set of numbers mid-conversation, you should not have to open a spreadsheet or fire up a search engine. dsh-average exists for exactly that moment: it compresses a basic statistical operation into a single tool call so the numbers stay right where you are—inside the chat.

The entire plugin is written in plain Node.js with zero network dependencies. That means it keeps working even in offline or unstable-network settings, with no extra configuration, no hidden API keys, and no external services to call. Once installed, you simply invoke the tool it registers in the conversation and the result comes back immediately.

Who is it for? Anyone who regularly needs to average a handful of numbers during a conversation—drafting a report, sanity-checking a dataset, or walking through a teaching example—can treat dsh-average as a lightweight, grab-and-go utility that lets you stay focused on analysis instead of arithmetic.

Use Cases

  • Quickly computing the mean of a set of numbers mid-conversation
  • Running a basic average calculation in an offline setting
  • Instantly producing an average during a teaching demo

Best For

  • Report writers who compute averages on the fly
  • Developers working in offline or low-connectivity environments
  • Educators verifying data during live demonstrations