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.

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

@kihara777/dsh-api-balance

Api Balance

API Usage and Balance Plugin for the DeepSeek Harness — adds a “Usage / Spending” tab switch next to the existing usage display in the webui; switching to “Spending” shows the current API KEY’s usage information, account spending, and balance (DeepSeek /user/balance)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Kihara777/dsh-api-balance#c47f857ccbd7ccefcce4d88c2e1c9a7d67c4b810
READMECompatibilityVersions

Compatibility and provenance

Api Balance is published as @kihara777/dsh-api-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
github
Registry updated
9/16/2026

Versions

0.1.0stable
9/16/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
★ 2
Weekly downloads
0
Last push
9/19/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 the current session provider's today usage on the sidebar entryWhale 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-api-balance

中文 | English | 日本語 | 偽中国語

API 用量余额插件(DeepSeek Harness)——在 webui 用量圆圈(发送按钮左侧的上下文已用显示)的弹出面板中提供「用量 / 余额」标签切换。

安装

# 从 GitHub 安装
dsh plugin --profile web add github:Kihara777/dsh-api-balance

# 或从 npm 安装
dsh plugin --profile web add @kihara777/dsh-api-balance

包内 dsh.bundle 指向 cordis.patch.yml,安装后即作为 profile 的一个 layer 激活。 卸载:dsh plugin --profile web remove @kihara777/dsh-api-balance。

NixOS 用户可经 NixKits 的 nixkits.dsh 模块声明式安装——详见完整文档。

功能

  • 余额 / 用量面板:webui 用量圆圈弹出面板内的「用量 / 余额」标签切换
  • 账户余额:DeepSeek 官方 GET /user/balance(API key 认证)
  • 用量明细:当日 / 当月 / 30 日消耗(金额 + token + 分模型明细)与图表
  • 平台令牌自动获取:默认从本机浏览器登录态自动扫描,手动连接为回退
  • 语音播报:语音包 + TTS(浏览器内置 / 自定义 API),峰谷计费自动提示
  • 界面增强:峰时红色标识、疑问窗口滚动优化、回车换行开关等

文档

语言链接
中文docs/README.md
Englishdocs/README.en.md
日本語docs/README.ja.md
偽中国語docs/README.pcn.md

开发

纯 JS 插件,无构建步骤(lib/index.js + lib/client.js 直接提交):

npm install --legacy-peer-deps    # 安装依赖(peer 由宿主 dsh 在运行时提供)

代码结构:

文件作用
lib/index.jshost 半部:端点、令牌管理、上游查询
lib/client.jsclient 半部:webui 面板与交互
cordis.patch.ymlbundle patch:供 dsh plugin add 注册本插件

许可

MIT