dsh-c2k
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-c2k
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-c2k in DeepSeek Harness to install this plugin; the source repository is available at https://github.com/uckkk/dsh-c2k.
About this plugin
In thermodynamics, meteorology, and materials science, converting between Celsius and Kelvin is just a fixed offset, yet it is hand-written over and over in throwaway scripts, data pipelines, and teaching demos, prone to sign errors and cluttering codebases. dsh-c2k wraps this tiny but frequent need into a minimal client plugin, so a single install gives you a ready-to-call function in any Node environment without searching for formulas or maintaining scattered utility helpers.
The implementation is pure JavaScript for Node.js with zero third-party dependencies and no network requirement, returning an instant result on each call. Under the hood the logic is simply adding or subtracting 273.15, but the encapsulation eliminates duplicate boilerplate and the risk of mixing up which direction the offset goes, making intent clear at a glance.
It is well suited for developers who write teaching examples, perform quick data validation, or build scripts in offline and restricted environments, as well as any engineer who simply does not want to mentally convert between K and degrees Celsius in a terminal. Zero configuration, zero dependencies, install and go.
Use Cases
- Quickly converting Celsius to Kelvin in scientific calculations
- Demonstrating the fixed offset between two temperature scales in teaching
- Avoiding hand-written conversion logic in offline Node scripts
Best For
- Researchers and engineers who handle temperature data routinely
- Developers writing teaching examples or demo scripts
- Engineers building Node scripts in restricted or offline environments
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.