dsh-percentage
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-percentage
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-percentage in the DeepSeek Harness terminal to install the plugin; the full source is available at https://github.com/uckkk/dsh-percentage .
About this plugin
When you need a quick percentage calculation inside a conversation session, you probably do not want to pull in network calls or rely on an external service just for that. dsh-percentage is a lightweight client-side plugin built for exactly that: a pure Node.js implementation that performs all computations locally, with no network requests and no external dependencies.
Its core capability is straightforward and focused. Once loaded, the plugin registers a tool you can invoke directly in the session to carry out percentage-related calculations. No extra configuration, no background processes — call it and get the result, keeping trivial arithmetic out of your manual steps.
If you value data locality, frequently work in offline environments, or simply prefer to minimise external dependencies in your session, dsh-percentage is a low-overhead, zero-side-effect add-on.
Use Cases
- Rapidly converting discounts or tax rates into percentages during a conversation
- Computing data proportions offline without relying on any external API
- Embedding a percentage calculation step within a dialogue flow without breaking context
Best For
- Developers who prefer data locality and often work offline
- Technical users who want to minimise external dependencies in their sessions
- Scenarios requiring lightweight math utilities within a conversation without heavy 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.