AI Agent Hub
Back to plugins
🖥️

dsh-percentage

Client Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-percentage

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

Run dsh plugin install uckkk/dsh-percentage in the DeepSeek Harness terminal to install the plugin; the full source is available at https://github.com/uckkk/dsh-percentage .

About this plugin

When you need a quick percentage calculation inside a conversation session, you probably do not want to pull in network calls or rely on an external service just for that. dsh-percentage is a lightweight client-side plugin built for exactly that: a pure Node.js implementation that performs all computations locally, with no network requests and no external dependencies.

Its core capability is straightforward and focused. Once loaded, the plugin registers a tool you can invoke directly in the session to carry out percentage-related calculations. No extra configuration, no background processes — call it and get the result, keeping trivial arithmetic out of your manual steps.

If you value data locality, frequently work in offline environments, or simply prefer to minimise external dependencies in your session, dsh-percentage is a low-overhead, zero-side-effect add-on.

Use Cases

  • Rapidly converting discounts or tax rates into percentages during a conversation
  • Computing data proportions offline without relying on any external API
  • Embedding a percentage calculation step within a dialogue flow without breaking context

Best For

  • Developers who prefer data locality and often work offline
  • Technical users who want to minimise external dependencies in their sessions
  • Scenarios requiring lightweight math utilities within a conversation without heavy services