
DeepSeek Harness balance plugin for the Settings page
Install Dsh Balance
Clean install: prebuilt on npm and declares a `dsh.bundle` layer. Heads up: it runs install-time scripts (prepare) on your machine.
The one-line version
dsh plugin --profile my-profile add @pinkbanana/dsh-balanceThe easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.
From npm — installs a prebuilt artifact, no build step on your machine
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add @pinkbanana/dsh-balance
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePackage: @pinkbanana/dsh-balance
Prefer to install from source instead?
From GitHub — pulls source, and may ask for build approval on first run
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:crazywoola/dsh-balance#<commit-sha>
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profileBefore you run itinstall scripts
- This package declares
prepare— package-manager lifecycle scripts that execute on your machine at install time, outside the agent sandbox, before any tool-approval prompt exists. - A plugin runs with your permissions once loaded: it can read your files, use your credentials and reach the network. Tool approvals do not sandbox it.
Prerequisites
- API key
- Required — see the repository README for which provider.
- Network access
- Required at runtime.
- Language
- TypeScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | fail | warn | runs at install time, outside the agent sandbox: prepare |
| dsh.bundle | pass | fatal | package.json declares a `dsh.bundle` layer |
| dsh.bundle.patch file | pass | fatal | patch file present at `cordis.patch.yml` |
| npm registry | pass | fatal | published as `@pinkbanana/dsh-balance` — prebuilt artifacts |
- Verdict reason
- on npm with a valid bundle declaration
- package.json read
- package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
- Install-time scripts
prepare
From the README
Excerpt as published by the author, plain text, unedited
DeepSeek Harness 插件,用于查询 API 余额和当前可用模型。API Key 仅由本机 Host 使用,不会发送到浏览器。 - 查看总余额、充值余额和赠送余额 - 在聊天框下方持续显示余额摘要 - 查看当前 API Key 可用的模型 - 缓存查询结果并支持手动刷新 - 原生支持简体中文和英文,并跟随 Harness 系统语言切换 - 支持 Harness 已保存的 `DEEPSEEK_API_KEY`
Topics
GitHub topics on this repository
More in Settings Page Balance Token
Ranked by similarity inside the cluster, not alphabetically
Dsh Bg Beautify
halosb
DeepSeek Harness Web UI 美化插件:背景图 + 面板半透明,设置页实时调节。Background image & translucent panels with a live settings page.
Dsh Skills Viewer
winterhuan
Read-only Skills settings page plugin for DeepSeek Harness Web
Dsh Prompt Persona
Xilin3
DSH plugin: edit the system prompt (deployment persona) from the Settings page, with live preview.
Deepseek Harness Account
wanghui040127-ui
Standalone account plugin for DeepSeek Harness: DeepSeek balance, local token usage, and top-up/sign-in in a settings page section. Pure client plugin, installable via profile.
Dsh Token Monitor
zhangzheng25
DeepSeek Harness plugin: token usage & conversation stats as a native settings page - today / 7d / 30d totals, GitHub-style 90-day contribution graph, session-log backfill | DeepSeek Harness 插件:Token 用量与对话统计设置页
Dsh Usage Dashboard
HuZaiGong
Whole-DSH usage dashboard: aggregate LLM token usage & cost across all sessions/workspaces, visualized in the DSH Web Settings page.