AI Agent Hub
Back to plugins
🧰

dsh-kph2mph

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-kph2mph

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

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

About this plugin

When traveling across borders, comparing vehicle specs, or translating engineering documents, converting between km/h and mph is a small detail that keeps coming back. dsh-kph2mph does exactly one thing: accurate, instant conversion between kilometres per hour and miles per hour, nothing more.

Built as a pure Node.js module with zero third-party dependencies and no network calls, it runs fully offline, in CI pipelines, or on constrained containers with virtually no startup overhead and completely deterministic behaviour.

It fits any workflow that needs repeated speed-unit conversion: localization, dashboard data mapping, teaching examples, or simply a quick number in a console. Lightweight, side-effect-free, and network-free — that is the entire promise.

Use Cases

  • Quick speed conversion for cross-border travel
  • Unifying speed units in vehicle spec sheets
  • Demonstrating measurement conversions in classroom

Best For

  • Localizers who frequently convert speed units
  • Developers running Node scripts offline
  • Instructors teaching physics or transport courses