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.

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

dsh-deepseek-balance

Deepseek Balance

DeepSeek API balance badge for DeepSeek Harness: a shell.overlay pill showing live account balance

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-deepseek-balance@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Deepseek Balance is published as dsh-deepseek-balance and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

1.1.1stable
8/20/2026
0.1.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
18.1 kB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
205
Security scan
✓ v0.1.0 scan passed
Last push
8/14/2026
View source ↗Project homepage ↗
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-deepseek-balance

A DeepSeek Harness plugin that shows your live DeepSeek API account balance as a frame-wide badge in the top-right corner of the web GUI.

English | 中文

What it does

  • Host half: registers GET /dsh-deepseek-balance, reads DEEPSEEK_API_KEY from the harness credentials seam (falling back to the environment variable), and returns GET https://api.deepseek.com/user/balance.
  • Browser half: registers a pill into the shell.overlay seat, polls on a configurable interval (default 60s), and refreshes immediately when clicked.

The API key never reaches the browser; it is resolved in the host process per request.

Install

dsh plugin --profile web add dsh-deepseek-balance

Then restart your web profile and refresh the page. The badge appears in the top-right corner:

  • green dot — balance available
  • amber dot — funds exhausted
  • gray dot — loading
  • red dot — request failed (hover for the reason)

Click the pill to refresh immediately (hover shows the granted/topped-up split).

Configure

The key is the same one the harness already uses for the model. Set it once in Settings → Models (the credentials seam), or export it:

export DEEPSEEK_API_KEY=sk-...

Optional overrides in the bundle row (config:):

config:
  refreshIntervalMs: 30000   # poll interval in ms (default 60000)
  baseUrl: 'https://api.deepseek.com'

Build from source

pnpm install
pnpm build

pnpm build emits lib/index.js (host half) and lib/client.js (browser half).

License

MIT