AI Agent Hub
Back to plugins
dsh-balance preview

dsh-balance

Web Tools Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install qiuyongjin/dsh-balance

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

Install the plugin by running dsh plugin install qiuyongjin/dsh-balance in DeepSeek Harness (source: https://github.com/qiuyongjin/dsh-balance); a restart is required for changes to take effect.

About this plugin

Checking your DeepSeek account balance usually means leaving your IDE, opening a browser, and refreshing the dashboard. dsh-balance removes that friction by bringing balance visibility directly into your DSH session, so you can glance at your remaining credits without breaking your flow.

The plugin offers two complementary capabilities. On the tool side, dsh_balance calls the DeepSeek GET /user/balance endpoint and returns account status along with a full breakdown of total, gifted, and topped-up balances, working in both headless and web modes. On the web UI side, a persistent button in the input area displays your current balance at a glance; click it to expand a detail card with per-credit breakdown and a manual refresh. The API key never leaves the node process, and updating credentials requires no restart.

This is ideal for developers who regularly call the DeepSeek API and want balance awareness woven into their conversation workflow, especially when you prefer zero runtime dependencies and a configuration that works out of the box.

Screenshots

Use Cases

  • Quickly confirm DeepSeek account balance and status within a DSH session
  • View per-credit breakdown via a persistent button in the web input area
  • Monitor remaining API credits without leaving your dev workflow

Best For

  • Developers who frequently call the DeepSeek API
  • DSH users handling daily AI conversations and coding
  • Users who prefer zero-dependency, out-of-the-box plugins