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 Chip — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
B

dsh-balance-chip

Balance Chip

DeepSeek API balance in the DSH sidebar footer – live status dot plus amount, 60s refresh, key stays local.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:AKUSH99/dsh-balance-chip#a2080e0f5024f95d35439988107183f024ba034d
READMECompatibilityVersions
Screenshot: DeepSeek balance pill in the bottom-right corner of the DSH app

Compatibility and provenance

Balance Chip is published as dsh-balance-chip and currently resolves to version 1.0.2. 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/26/2026

Versions

1.0.2stable
8/26/2026
1.0.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
1.0.2
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/26/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-chip

Show your DeepSeek API balance directly inside the DSH app, in two places:

  1. Bottom-right pill – always visible, non-blocking (pointer-events: none), dot + amount, auto-refresh every 60 s
  2. Sidebar footer – beside Settings (dot in rail mode)

Screenshot: DeepSeek balance pill in the bottom-right corner of the DSH app

  • 🟢 green ≥ $5 · 🟠 orange < $5 · 🔴 red on errors
  • Tooltip shows currency and last update time
  • Your API key never ships with this plugin – it is read at runtime from your local DSH credential store, and the only network call goes to the official api.deepseek.com/user/balance endpoint from the host side.

Prerequisites

Your DeepSeek API key must be stored in the DSH credential store under the reference DEEPSEEK_API_KEY (this is the same place the built-in DeepSeek provider uses – the web UI's Models page writes it there). If the reference is missing, the displays show Key?.

Install

dsh plugin --profile web add github:AKUSH99/dsh-balance-chip

Restart dsh web (or use the market's one-click restart). No build step, no dependencies.

Requires dsh web 0.1.0-rc.6 or newer (same base as the plugin market).

Installation alternatives

  • Plugin Market: once listed, open Settings → Plugin Market in the app, search "balance", one-click install.
  • Prebuilt package: the latest release ships a ready tarball – the market offers it as the faster install path without any build step.

How it works

PartWhat it does
lib/index.js (host)Resolves the key via the credentials service, polls GET https://api.deepseek.com/user/balance every 60 s, serves the cached state at GET /dsh-balance
client/client.js (web)Registers a sidebar.footer.action item and a shell.overlay pill that fetch /dsh-balance and render dot + amount

No telemetry, no external dependencies, everything stays on your machine.

Troubleshooting

  • Key? in the chip/pill – no DEEPSEEK_API_KEY reference in your credential store. Store your key via the web UI's Models page (or the credentials service), then reload.
  • … while loading – the first poll hasn't finished yet; wait a few seconds.
  • Red dot / error – the host couldn't reach api.deepseek.com/user/balance; check your network and key validity.

中文说明

在 DSH 应用内实时显示 DeepSeek API 余额:右下角常驻胶囊(不阻挡点击)+ 侧边栏底部状态点,每 60 秒自动刷新。余额低于 5 美元显示橙色,出错显示红色,悬停可见币种与更新时间。API Key 绝不内置:运行时从本机 DSH 凭证库读取,仅向官方余额接口发起请求。使用前请确认凭证库中存在 DEEPSEEK_API_KEY 引用(与内置 DeepSeek 提供方相同,网页端模型页面会写入)。

FAQ

Why two displays? The sidebar chip is subtle and always in reach; the bottom-right pill gives an at-a-glance status without blocking clicks (pointer-events: none). How fresh is the value? The host polls the official balance endpoint every 60 seconds; both displays refresh from that cached state. Does polling cost tokens? No – the balance endpoint is separate from the chat API and does not consume paid tokens. Currency? The official API reports the account currency; the displays show it as-is.

License

MIT