AI Agent Hub
Back to plugins
🧰

dsh-api-balance

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install neltharion11/dsh-api-balance

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

Run dsh plugin install neltharion11/dsh-api-balance, with the full source available at https://github.com/neltharion11/dsh-api-balance, then restart dsh web to see the balance widget at the bottom of the sidebar.

About this plugin

Checking your DeepSeek API balance used to mean leaving the chat, opening a dashboard, and sifting through numbers to figure out top-ups, promotional credits, and remaining funds. dsh-api-balance tucks a compact balance widget into the bottom of the DSH Web sidebar: expand it to see the available total in the first currency, hover for a breakdown of top-up and promotional credits plus the last sync time, or click to force a refresh. In narrow-rail mode it shrinks to a single wallet icon with a tooltip, keeping the interface clean. Polling runs every 20 seconds with a 60-second host-side cache, so the DeepSeek API is never hammered.

The sidebar is only half the story. The plugin also registers an api_balance tool and injects a short system-prompt section, allowing the model to query and report the full balance picture in natural language during a conversation: currency, total, top-up, promotional credits, and update timestamp. Your API key lives solely in host memory for the Authorization header and is never echoed into HTTP responses, tool results, or logs.

It is built for developers who rely on the DeepSeek API daily and want at-a-glance balance awareness without breaking flow, as well as anyone who prefers the model to surface account status naturally in chat. No build step, no bundler: install the plugin, restart DSH Web, and the little wallet appears at the bottom of the sidebar.

Use Cases

  • Glance at your DeepSeek API balance in real time within DSH Web without switching to a dashboard
  • Let the model proactively report balance, top-up, and promotional credits during a conversation
  • Access balance via a compact wallet icon in narrow-rail mode to keep the sidebar uncluttered

Best For

  • Developers who call the DeepSeek API heavily every day
  • DSH users who want account balance surfaced naturally in chat
  • Web-tool users who prefer lightweight UI enhancements with no build step