AI Agent Hub
Back to plugins
🧰

dsh-c2f

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-c2f

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

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

About this plugin

Converting between Celsius and Fahrenheit mid-workflow introduces a small but recurring friction: leave the terminal, open a browser, type a number, copy the result, come back. dsh-c2f eliminates those steps. Pass it a temperature value in one scale and it returns the equivalent in the other, right where you are editing or scripting.\n\nUnder the hood it is a pure Node.js module with zero third-party dependencies and zero network calls. It runs fully offline, makes it safe for intranet, sandboxed, or security-sensitive environments, and starts with virtually no overhead because there is nothing to download or resolve at runtime.\n\nIf you find yourself switching between the two scales often—in data pipelines, quick shell scripts, or just everyday lookups—dsh-c2f is a deliberately tiny, zero-config tool for exactly that job. Install it, call it, done. Nothing extra to configure, nothing to maintain.

Use Cases

  • Quick Celsius-Fahrenheit swaps inside shell scripts or pipelines
  • Normalizing temperature fields from mixed data sources
  • Looking up temperature equivalents in offline or intranet setups
  • Avoiding the browser detour while writing code

Best For

  • Scripting and automation engineers handling temperature data regularly
  • Developers constrained to intranet, sandboxed, or offline environments
  • Users who want a zero-config, install-and-go utility for everyday conversions