AI Agent Hub
Back to plugins
🧰

dsh-round

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-round

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

Run dsh plugin install uckkk/dsh-round in the DeepSeek Harness terminal to install the plugin; the source code is hosted at https://github.com/uckkk/dsh-round

About this plugin

Rounding numbers is one of the smallest yet most frequent interruptions in an AI-assisted workflow. dsh-round turns this single step into a ready-to-call chat tool, so you never have to leave the conversation or whip up a throwaway script.

Under the hood it is a pure Node.js implementation with zero network dependencies, which means it works reliably in any offline or sandboxed environment. Once installed, it registers itself as a session tool and returns a result on every call with no extra configuration needed.

It is a good fit for developers and data specialists who regularly tidy up report figures, run quick estimates, or need consistent decimal precision inside a chat session. A small tool that saves real time.

Use Cases

  • Round decimals on the fly without leaving the chat window
  • Normalize decimal places for reports or API responses
  • Perform pure numeric calculations inside an offline sandbox

Best For

  • Developers who frequently format numeric data in chat
  • Data analysts who need consistent decimal precision
  • Users working in isolated or network-restricted environments