DeepSeek Harness plugin

dsh-balance-display

DeepSeek Harness balance display plugin

Jump to install

Source facts

Repository
xsuas/dsh-balance-display
Latest update
Aug 14, 2026
Category
Usage & Billing
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/xsuas/dsh-balance-display
Plugin: dsh-balance-display
Author: xsuas

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-balance-display

DeepSeek Harness Web 余额显示插件。

功能

  • 显示 DeepSeek API 账户余额
  • 点击手动刷新
  • 10 分钟余额缓存

安装

从 GitHub 安装:

dsh plugin --profile web add github:xsuas/dsh-balance-display

重新启动:

dsh web

本地开发:

dsh plugin --profile web add .

卸载

dsh plugin --profile web remove @xsuas/dsh-balance-display

安全

API Key 仅由宿主插件读取,不会返回给浏览器。

余额接口仅接受 localhost / 127.0.0.1 请求。

测试

npm ci
npm test

License

MIT