DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Balance Widget — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
B

@feilongrong/dsh-balance-widget

Balance Widget

Sidebar balance widget for the DSH Web GUI: a "余额" button in the sidebar footer opens a panel showing each provider's account balance (DeepSeek live query, MiniMax / Qwen / SCNet console links, Ollama local). · DSH Web GUI 侧边栏余额插件:侧边栏底部的「余额」按钮弹出面板,展示各服务商账户余额(DeepSeek 实时查询,MiniMax / 百炼 / SCNet 控制台链接,

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:FeilongRong/dsh-balance-widget#79cd46dd4a4106768af15c6d99ffa8d7566bd37e
READMECompatibilityVersions

Description

Sidebar balance widget for the DSH Web GUI: a "余额" button in the sidebar footer opens a panel showing each provider's account balance (DeepSeek live query, MiniMax / Qwen / SCNet console links, Ollama local). · DSH Web GUI 侧边栏余额插件:侧边栏底部的「余额」按钮弹出面板,展示各服务商账户余额(DeepSeek 实时查询,MiniMax / 百炼 / SCNet 控制台链接,Ollama 本地)。

Compatibility and provenance

Balance Widget is published as @feilongrong/dsh-balance-widget and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

1.0.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a dedicated pet bubble for the current providerWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

dsh-balance-widget

Sidebar balance widget for the DeepSeek Harness Web GUI (dsh web). A "余额" button appears in the sidebar footer; clicking it opens a panel listing each provider's account balance:

  • DeepSeek — live query against https://api.deepseek.com/user/balance (works entirely in the browser; the API key lives only in your localStorage)
  • MiniMax — console link (no public balance API)
  • Qwen Token Plan (百炼) — console link
  • SCNet (超算互联网) — console link
  • Ollama local — static hint (no balance concept)

Install

dsh plugin --profile web add @feilongrong/dsh-balance-widget

Restart dsh web (or hard-refresh) and the "余额" button appears at the bottom of the sidebar.

Usage

  1. Click 余额 in the sidebar footer.
  2. Click ⚙ 设置 API Key, paste your DeepSeek API key (generate one at https://platform.deepseek.com/api_keys). The key is stored only in this browser's localStorage — it never leaves the machine and is never uploaded anywhere.
  3. The panel shows total / topped-up / granted balance and account status, auto-refreshing every 60 s while open.

Development

  • lib/index.js — host half (minimal cordis plugin; the loader entry).
  • lib/client.js — browser half: sidebar injection + balance panel, loaded by the GUI's module loader via the dsh.client declaration in package.json.

No build step: the package ships plain ESM in lib/, matching the minimal plugin layout (dsh.bundle.patch → cordis.patch.yml).

License

MIT