AI Agent Hub
Back to plugins
🧰

dsh-unit

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-unit

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

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

About this plugin

Unit conversion between measurement systems is one of those small tasks that quietly eats into focus during development, data wrangling, or technical writing. Flipping through conversion tables or mentally offsetting Celsius from Fahrenheit is slow and prone to off-by-one slips. dsh-unit collapses the whole chore into a single tool call.

At its core the plugin exposes one interface called convert_unit that spans five everyday categories: length, weight, temperature, data size, and time. The implementation is pure Node with no additional runtime dependencies, so the source is easy to skim and the footprint stays minimal. Once registered in a session, you pass a value and a target unit and get the result back immediately.

It is aimed at developers, data analysts, and technical writers who need quick unit conversions inline with a conversation. No calculator, no language-switching, no memorising how many millimetres are in one inch. Hand the number and the unit to the plugin and let Node do the arithmetic.

Use Cases

  • Convert Celsius to Fahrenheit on the fly in a session
  • Switch between MB, GB, and other data-size units
  • Translate imperial length units into metric equivalents

Best For

  • Developers who need frequent unit conversions inline
  • Data analysts juggling multiple measurement systems
  • Technical writers who need precise number conversions in drafts