AI Agent Hub
Back to plugins
🧰

dsh-balance-status

Web Tools Updated 2026.09.14

Run the following command in DeepSeek Harness:

dsh plugin install yknBugs/dsh-balance-status

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

Run dsh plugin install yknBugs/dsh-balance-status in DeepSeek Harness to install; the plugin source is hosted at https://github.com/yknBugs/dsh-balance-status

About this plugin

The DSH Web status bar already reports rounds, steps, throughput, and cache-hit rate, yet it silently skips the question that matters most at the wallet: how much balance is left, and what did this conversation actually cost. dsh-balance-status appends a single balance figure to the end of that bar. A left-click pops open a compact detail panel showing cumulative spend since the process started and since the current session began, then closes just as easily.

Under the hood it uses a balance-delta ledger: the first balance reading after process or session start becomes the baseline, and only downward changes are tallied. Top-ups raise the baseline without producing negative numbers, so a DeepSeek price adjustment can never skew the math. Every figure lives in host-process memory and is never written to session logs. The API key never reaches the browser, which talks to a local read-only JSON route behind DSH's own authentication and loopback listener.

If you run DeepSeek through DSH Web on a daily basis, want a glanceable balance without juggling a separate widget or console tab, and prefer a deliberately minimal, animation-free UI, this plugin was built for that workflow. In multi-session setups each conversation keeps its own baseline, making it straightforward to see how much a single dialogue consumed. Restart the process and the numbers reset, leaving no trace in your conversation history.

Use Cases

  • Glance at remaining DeepSeek balance from the status bar during daily API usage
  • Track per-conversation spend across multiple parallel sessions
  • Monitor account funds without opening a console or external widget

Best For

  • Developers calling the DeepSeek API through DSH Web on a daily basis
  • Plugin users who prefer a minimal animation-free UI and zero session-log pollution
  • Budget-minded users needing per-session cost tracking without a price-table dependency