AI Agent Hub
Back to plugins
🖥️

dsh-account-balance

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install ls-cool-123/dsh-account-balance

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

Install by running dsh plugin install ls-cool-123/dsh-account-balance in DeepSeek Harness; source is available at https://github.com/ls-cool-123/dsh-account-balance .

About this plugin

One of the small but constantly annoying interruptions when working with DeepSeek in the dsh Web UI is the mid-thought balance check: you want to confirm you have enough credits for the next round, but you have to switch windows, open the official dashboard, and refresh manually. dsh-account-balance eliminates that friction entirely by pinning a compact balance capsule right in the session header toolbar, so a quick glance is all it takes -- no tab switching, no context loss.

Under the hood, the plugin registers a local server-side route that proxies the official GET /user/balance endpoint. The API key never leaves the server process; the browser only receives the final numeric values, keeping credentials fully private. On the client side, the capsule renders in the conversation header utilities slot, and hovering reveals a breakdown of total balance, gift balance, and top-up balance. The widget supports a manual refresh button and automatically polls every 60 seconds to keep figures current. Because it reuses the same credential source as the official DeepSeek adapter, there is zero extra configuration -- it works out of the box.

This plugin is ideal for independent developers and small teams who rely on the dsh Web interface as their primary workspace and call DeepSeek models frequently. By keeping balance information within your peripheral vision, your attention stays where it belongs: on the conversation and the work you are doing.

Use Cases

  • Quickly verify account balance mid-conversation without switching tabs
  • Check gift and top-up balance breakdown with a simple hover on the capsule
  • Keep balance data fresh during long sessions with automatic 60-second polling

Best For

  • DeepSeek model users who rely on the dsh Web UI as their primary workspace
  • Independent developers who want to minimize context switching and stay in flow
  • Teams or individuals who need constant awareness of their account balance