dsh-base-convert
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-base-convert
Paste the following prompt into your AI chat to install this plugin:
In DeepSeek Harness, run dsh plugin install uckkk/dsh-base-convert to add the base conversion plugin; the full source is available at https://github.com/uckkk/dsh-base-convert .
About this plugin
Whether you are writing low-level code, debugging firmware, or reading raw logs, converting between binary, octal, decimal, and hexadecimal comes up constantly. Reaching for an online converter every time breaks your flow and ships local data over the network for no good reason. dsh-base-convert turns that small chore into a single in-session step: pass in a number and get the result in the target base, with no browser tab and no copy-paste.\n\nThe entire plugin is written in pure Node.js. It makes zero network requests and depends on no external services, so every calculation happens on your own machine. There is no extra permission surface, no third-party runtime, and nothing left running after you uninstall.\n\nIf your day-to-day work in embedded development, systems programming, cryptography education, or reverse engineering keeps you bouncing between number bases, dsh-base-convert removes the need to open a separate calculator and makes base conversion feel as natural as calling a local function.
Use Cases
- Converting a hex memory address to decimal while debugging firmware
- Reading binary subnet masks in network logs and converting to dotted decimal
- Switching between octal, decimal, and hex while writing cryptography code
Best For
- Embedded and systems programmers
- Researchers and educators who work with raw data frequently
- Developers who prefer local tools over online services
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.