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.

Gateway Wallet — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
G

dsh-gateway-wallet

Gateway Wallet

Live remaining balance and actual spend from the provider for the current API key, not a local token estimate.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:MuAllen/dsh-gateway-wallet#bc58c48f6f64df91882ec62b13fc1db40c219f85
READMECompatibilityVersions

Compatibility and provenance

Gateway Wallet is published as dsh-gateway-wallet 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/26/2026

Versions

0.1.0stable
8/26/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
★ 1
Weekly downloads
0
Last push
8/31/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 entryUsage 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

dsh-gateway-wallet

DeepSeek Harness 侧边栏左下角的「站点余额」:点开后显示当前路由在站点账本上的剩余额度和今日实扣,覆盖国内中转(Sub2API / New API)和 DeepSeek 官方,不是本地 token × 单价的估算。

和 TokenLedger(用量账本)是互补关系:用量账本记的是本机会话里的 token;本插件读的是站点给这把 key 的余额。

显示内容(站点有返回才出现对应行):

  • 当前路由、令牌名、脱敏 Key(sk-••••xxxx);配了多条路由时可切换查看
  • 余额、今日实扣、累计已用
  • 今日 / 累计 token 桶与请求数
  • 套餐名、RPM / TPM
  • 余额低于 $1 / ¥5 时,侧边栏按钮打点(侧栏收起时仍能看见)

完整 API Key 只在本机 Host 进程里用作 Authorization 头,不会进入浏览器,也不会发到本插件作者的任何服务器。

截图

侧边栏入口,金额跟随当前选中的账户:

侧边栏入口

点开后的站点账本(上半:账户与金额):

面板上半

同一面板下滑(下半:用量、速率、读取来源):

面板下半

安装

需要 DeepSeek Harness 的 web profile。

dsh plugin --profile web add github:MuAllen/dsh-gateway-wallet

重启已经在跑的 DSH,浏览器硬刷新。侧边栏底部会出现「站点余额」。

升级或卸载:

dsh plugin --profile web update dsh-gateway-wallet
dsh plugin --profile web remove dsh-gateway-wallet

支持的账本

站点程序接口说明
Sub2API(如部分国内中转)GET /v1/usage余额、今日/累计实扣、token 桶
New API / One API 等分支GET /api/usage/token/额度、已用;今日仅日志完整返回时显示
DeepSeek 官方GET /user/balance仅 api.deepseek.com:余额;没有今日实扣

只使用你已经配给这条路由的普通 API key。打开账本前会用不带密钥的 404/401 探测认出是 Sub2API 还是 New API;对不上的站点会说明原因,不会按另一套程序换算额度。

免责声明

  • 本插件是独立的第三方社区项目,与 DeepSeek、各中转站均无隶属、赞助或背书关系。「DeepSeek」及相关商标归其权利人所有。
  • 面板上的金额以站点当时返回为准,不是对账单或税务凭证。接口变更、站点口径或网络失败都可能导致空白或与控制台不一致。
  • 本软件按 MIT 许可证「按现状」提供,作者不对使用本插件造成的损失承担责任。

侧边栏按钮的交互参考了 TokenLedger 的 sidebar.footer.action 用法。

License

MIT