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

dsh-deepseek-balance-query

Deepseek Balance Query

DSH client plugin: Check the account balance of a DeepSeek API Key (starting with sk) with one click in the sidebar. The key connects directly to api.deepseek.com in the browser and does not pass through a local service.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:dumbnessrf/dsh-deepseek-balance-query#102891e336844a6719cbcfe6d921e29138230b95
READMECompatibilityVersions

Compatibility and provenance

Deepseek Balance Query is published as dsh-deepseek-balance-query 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
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.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-deepseek-balance-query

DSH(DeepSeek Harness)客户端插件:在 Web 界面侧边栏底部一键查询 DeepSeek 官方 API Key(sk 开头) 的账户余额。

功能

  • 侧边栏底部新增「余额」按钮,点击弹出查询面板
  • 输入 sk- 开头的 DeepSeek API Key,一键查询:
    • 账户是否可用(is_available)
    • 各币种的总余额、赠送余额、充值余额
  • 可选「记住此 Key」:仅保存在浏览器 localStorage,默认不勾选
  • 显示 Key 时自动脱敏(sk-abc…wxyz)
  • 支持 Esc / 点击遮罩关闭

安全性

  • Key 只随浏览器直连 https://api.deepseek.com/user/balance 的请求发送
  • DeepSeek 官方 API 对任意 Origin 反射 access-control-allow-origin 并放行 authorization 预检(已验证),因此无需经本机服务中转,Key 不会上传到 DSH 宿主进程
  • 除非勾选「记住此 Key」,Key 不会写入任何本地存储

安装

# 在仓库根目录(dsh-deepseek-balance-query/ 的上级)执行:
dsh plugin --profile web add file:./dsh-deepseek-balance-query
# 或直接指向绝对路径:
dsh plugin --profile web add file:C:/path/to/dsh-deepseek-balance-query

安装完成后重启 harness(关闭 DeepSeek Harness 后重新打开),刷新页面即可在侧边栏底部看到「余额」按钮。

若 pnpm 不可用(dsh plugin 提示 pnpm not found),也可手动安装:

  1. 将 dsh-deepseek-balance-query 目录复制到 ~/.dsh/profiles/web/node_modules/
  2. 在 ~/.dsh/profiles/web/package.json 的 dependencies 增加 "dsh-deepseek-balance-query": "file:./node_modules/dsh-deepseek-balance-query"
  3. 在 dsh.profile.bundles 数组追加 "dsh-deepseek-balance-query"
  4. 重启 harness

卸载

dsh plugin --profile web remove dsh-deepseek-balance-query

然后重启 harness。

结构

文件说明
lib/index.jsNode 端(空实现,仅使 Loader 条目可挂载)
lib/client.js浏览器端 bundle(侧边栏按钮 + 悬浮面板 + 余额查询)
cordis.patch.yml向 web profile 组合树插入 deepseek-balance 条目
package.jsondsh.bundle(patch)与 dsh.client(platform: web)声明