AI Agent Hub
Back to plugins
🧰

dsh-plugin-api-quota

Web Tools Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install ganfne123/dsh-plugin-api-quota

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

In DeepSeek Harness, visit the repository at https://github.com/ganfne123/dsh-plugin-api-quota to browse the source, then run dsh plugin install ganfne123/dsh-plugin-api-quota to install the plugin.

About this plugin

A small but real friction point when running DeepSeek conversations in DSH Web UI: you want to check your API balance, and the answer is trapped in a terminal or another tab. dsh-plugin-api-quota turns that into a single click. A new API Quota entry appears right next to Settings in the sidebar footer; open it to see total balance, granted balance, topped-up balance, currency, and availability at a glance, complete with a last-query timestamp and a one-tap refresh button.

Security is the other pillar. The API key never crosses into the browser. The frontend simply fetches a same-origin route; the plugin host side resolves the key through ctx.credentials and calls the official DeepSeek balance endpoint server-side. No key in the DOM, no third-party relay. The base URL, balance path, and credential environment variable name are all configurable, defaulting to the DeepSeek official balance endpoint.

If you live in DSH Web UI day to day, rely on the DeepSeek API for development or writing, and would rather not open another window just to glance at your balance, this plugin fills that small gap neatly.

Use Cases

  • Quickly verify quota before starting a new conversation session
  • Check account balance when switching between multiple keys or projects
  • Verify topped-up amount and availability right after a charge

Best For

  • Users who rely on the DeepSeek API for daily conversations or development
  • Developers who use DSH Web UI as their primary working interface
  • Users who care about key security and prefer the API key never reaches the frontend