dsh-balance-chip
DeepSeek API balance in the DSH sidebar footer - live status dot plus amount, 60s refresh, API key stays in the local credential store
- Stars
- 0
- Language
- JavaScript
- Created
- Aug 26, 2026
- Updated
- Aug 26, 2026
Introduction
dsh-balance-chip
Show your DeepSeek API balance directly inside the DSH app, in two places:
- Bottom-right pill – always visible, non-blocking (
pointer-events: none), dot + amount, auto-refresh every 60 s - Sidebar footer – beside Settings (dot in rail mode)
- 🟢 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/balanceendpoint 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).
How it works
| Part | What 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.
中文说明
在 DSH 应用内实时显示 DeepSeek API 余额:右下角常驻胶囊(不阻挡点击)+ 侧边栏底部状态点,每 60 秒自动刷新。余额低于 5 美元显示橙色,出错显示红色,悬停可见币种与更新时间。API Key 绝不内置:运行时从本机 DSH 凭证库读取,仅向官方余额接口发起请求。使用前请确认凭证库中存在 DEEPSEEK_API_KEY 引用(与内置 DeepSeek 提供方相同,网页端模型页面会写入)。
License
MIT