AI Agent Hub
Back to plugins
🧰

dsh-kg2lb

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-kg2lb

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

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

About this plugin

Need to convert kilograms to pounds without leaving the terminal, opening a browser, or relying on any network connection? dsh-kg2lb is a lightweight utility built for exactly that kind of quick, on-the-spot need.

Its approach is straightforward: pure Node.js handles the conversion logic with zero network dependencies. There is no configuration to set up, no background service to manage; just call it and get the result. It keeps the kg-to-lb task as simple as it can be.

Ideal for developers and terminal users who regularly deal with weight data in a command-line workflow, or anyone who just needs a fast one-off conversion. Type a number, get pounds, done in three seconds.

Use Cases

  • Convert kg to lb quickly in the terminal without opening a browser
  • Call it directly when a script needs weight unit conversion
  • Perform a simple unit conversion in an offline environment

Best For

  • Developers who prefer handling data in the command line
  • Users who need instant weight conversion without extra apps
  • Minimalists who favor zero-dependency lightweight tools