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
← Plugins

@tempuspatia/dsh-deepseek-balance

Deepseek Balance

Real-time DeepSeek balance sidebar widget for the DeepSeek Harness Web GUI

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

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

Compatibility and provenance

Deepseek Balance is published as @tempuspatia/dsh-deepseek-balance and currently resolves to version 0.1.3. 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

0.3.11stable
9/15/2026
0.3.3stable
8/30/2026
0.1.3stable
8/22/2026
Show 3 more versionsCollapse versions
0.1.2stable
8/22/2026
0.1.1stable
8/22/2026
0.1.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
18 kB
Files
12
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
46
Last push
9/6/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in models-usage.

Whale 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.Ui Usage Billing@kenz1117/dsh-ui-usage-billingUsage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs.

README

DeepSeek Harness Balance

An independent DeepSeek Harness (DSH) Web plugin that shows the current DeepSeek API account balance in the sidebar footer, above Settings. It refreshes automatically every 30 seconds and can be refreshed manually.

中文版:README.zh.md

Requirements

  • DSH 0.1.0-rc.8 Web profile
  • Node.js 22 or later
  • A DeepSeek API key saved in Settings → Models or supplied to the DSH process as DEEPSEEK_API_KEY

Install

dsh plugin --profile web add @tempuspatia/dsh-deepseek-balance

Restart the Web server, then hard-refresh the browser:

dsh web --no-open

Open http://127.0.0.1:3080. The balance entry appears at the bottom of the sidebar, above Settings. A compact sidebar shows a status dot; expanding it shows the primary balance. Click it to refresh immediately.

Privacy and network boundary

Your API key stays in the local DSH host process. The browser never receives, stores, logs, or renders it. The plugin only requests GET https://api.deepseek.com/user/balance from the host and returns normalized public balance totals to the local browser over DSH's loopback server. It does not send conversation messages, files, filesystem paths, or telemetry.

Troubleshooting

StatusWhat to do
Balance unavailableConfirm DSH is running and refresh the browser.
Save a DeepSeek API key firstAdd DEEPSEEK_API_KEY in Settings → Models, then restart DSH.
Unable to read balanceCheck that the selected provider is DeepSeek-compatible and that your API key has access to /user/balance.

Upgrade and uninstall

dsh plugin --profile web update @tempuspatia/dsh-deepseek-balance
dsh plugin --profile web remove @tempuspatia/dsh-deepseek-balance

Restart DSH after either command. Uninstalling removes only the plugin; it does not change your DSH models, credentials, or conversations.

Development and release

npm ci
npm test
npm run lint
npm run validate:manifest
npm run validate:package
npm pack --dry-run

See CONTRIBUTING.md and SECURITY.md. Released under the MIT License.