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.

Query Balance — DSH Plugin for DeepSeek Harness
← Plugins
Q

@samuflore/dsh-query-balance

Query Balance

DSH API balance checking tool

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

npx -y @deepseek-ai/dsh plugin --profile web add github:SamuFlore/query-balance#956b0101bffae260374424d7132de154acac005d
READMECompatibilityVersions

Compatibility and provenance

Query Balance is published as @samuflore/dsh-query-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
any
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/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
any
License
MIT
Source
github
GitHub
★ 3
Weekly downloads
0
Last push
8/21/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in models-usage.

Usage 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.Codex Subscriptiondsh-codex-subscriptionUse ChatGPT and Codex subscriptions in DeepSeek Harness with OAuth, quota, safe resets, web search, images, and Fast mode

README

@samuflore/dsh-query-balance

DSH 查询 API 余额工具:注册 query_api_balance 工具,通过 GET /user/balance 查询 DeepSeek API 账户余额。

安装

dsh plugin --profile web add @samuflore/dsh-query-balance@latest

然后启动:

dsh web

使用

直接对 agent 说:

查询余额

前置条件

工具通过 dsh 的 credentials 服务读取 DEEPSEEK_API_KEY(解析顺序:进程环境变量 → 凭据存储 → ~/.dsh/.env → 项目 .env)。使用前请配置自己的 API Key:

export DEEPSEEK_API_KEY=sk-...

一般来说,在能够正常使用 DSH 的情况下,这一项已经正常配置了。

返回值

返回 /user/balance 接口原始 JSON(is_available、balance_infos)。

API 参考

https://api-docs.deepseek.com/api/get-user-balance/