AI Agent Hub
Back to plugins
🧰

dsh-dsbal

Web Tools Updated 2026.08.30

Run the following command in DeepSeek Harness:

dsh plugin install flyingfishzxf/dsh-dsbal

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

Install by running dsh plugin install flyingfishzxf/dsh-dsbal in the DeepSeek Harness terminal; the open-source repository is at https://github.com/flyingfishzxf/dsh-dsbal.

About this plugin

When DeepSeek is your primary model, checking the balance usually means waiting for an API error or manually visiting the dashboard. dsh-dsbal drops a small CNY balance button into the DSH sidebar footer, aligned with the Settings row, so you can glance at your spending without switching tabs.

It auto-refreshes every 30 seconds; a click refreshes immediately and resets the timer. Hovering opens a concise notes card with the balance-warning legend and usage tips. Under the hood it calls GET /user/balance, pulling the API key from the DSH credential seam so the secret never leaks into command strings or logs. The widget is strictly read-only: no top-ups, no key management, no cross-account aggregation, and the 30-second interval is fixed.

Best suited for DSH users who rely on DeepSeek as their main workhorse and want a zero-effort balance check without breaking focus. Requires curl (POSIX) or Node (Windows) on the host and a configured DeepSeek API key.

Use Cases

  • Glancing at remaining balance during long DeepSeek runs
  • Checking balance without leaving the DSH workspace
  • Verifying the configured API key still has sufficient credits

Best For

  • DSH users who rely on DeepSeek as their primary model
  • Developers who want zero-switching balance checks
  • Anyone who needs to confirm API account balance without logging into the portal