AI Agent Hub
Back to plugins
🧰

dsh-third-party-api-balance-wallet

Web Tools Updated 2026.08.28

Run the following command in DeepSeek Harness:

dsh plugin install Mengshang-spec/dsh-third-party-api-balance-wallet

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

Run dsh plugin install Mengshang-spec/dsh-third-party-api-balance-wallet inside DeepSeek Harness to install this third-party API balance query plugin (source: https://github.com/Mengshang-spec/dsh-third-party-api-balance-wallet).

About this plugin

Checking your balance on a third-party API platform (e.g. YiQiYun) usually means leaving Harness, opening a browser tab, and hunting for the sidebar. dsh-third-party-api-balance-wallet folds that step right into Harness: a persistent balance widget sits at the bottom of the input box, and one click on the refresh icon fetches the latest figure in CNY without ever leaving your workspace.

Under the hood the plugin follows the CC Switch usage-script pattern, calling /api/v1/balance by default and reading either data.balance or a top-level balance field from the JSON response. Authentication uses the web-session Bearer token (not the sk- model API key), which keeps the two credential systems cleanly separated. Both the endpoint URL and the token are editable in a gear-panel, and can also be injected via environment variables before Harness starts, making multi-site or CI setups straightforward.

This plugin is a good fit if you rely on one or two third-party inference platforms daily, want at-a-glance balance awareness without popping a browser, or are already managing multi-account usage through CC Switch-style scripts.

Use Cases

  • Quickly check account balance on YiQiYun or other third-party sites within Harness
  • Unify the balance entry point when managing multi-site API usage without tab switching
  • Auto-fetch balance in CI or scripted workflows via environment variable token injection

Best For

  • Developers who rely on third-party inference platforms and need on-demand balance visibility
  • Users managing multi-account usage through CC Switch-style scripts
  • Harness users who want to minimize browser tab switching and stay in flow