DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Usage Meter Harness — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@faith1688/dsh-usage-meter-harness

Usage Meter Harness

为 DeepSeek Harness 打造的实时用量/费用/余额计量插件:在聊天输入框旁直接看到 tokens、花费与真实余额。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:faith1688/dsh-usage-meter-harness#5bf6ae1dba8372a86de1cdae16ac256d37dce6d9
README兼容性版本
settings

兼容性与来源证明

Usage Meter Harness 以 @faith1688/dsh-usage-meter-harness 发布,当前版本为 2.0.39。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/20

版本

2.0.39stable
2026/9/13
2.0.38stable
2026/9/13
2.0.37stable
2026/9/13
查看其余 23 个版本收起版本
2.0.36stable
2026/9/13
2.0.35stable
2026/9/11
2.0.29stable
2026/9/10
1.0.36stable
2026/9/6
1.0.35stable
2026/9/6
1.0.34stable
2026/9/5
1.0.33stable
2026/8/27
1.0.32stable
2026/8/27
1.0.31stable
2026/8/27
1.0.30stable
2026/8/26
1.0.29stable
2026/8/24
1.0.28stable
2026/8/24
1.0.22stable
2026/8/24
1.0.9stable
2026/8/24
1.0.8stable
2026/8/24

相关插件

正在加载相关插件…

最新版
2.0.39
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 3
周下载
673
最近提交
2026/9/13
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
1.0.7stable
2026/8/24
1.0.6stable
2026/8/24
1.0.5stable
2026/8/24
1.0.4stable
2026/8/24
1.0.3stable
2026/8/24
1.0.2stable
2026/8/24
1.0.1stable
2026/8/24
1.0.0stable
2026/8/24

相关插件

继续浏览 models-usage 分类下经过校验的插件。

Usage@linxin666/dsh-usagedsh Web GUI 的使用统计插件:检测各提供商余额和编码计划配额,并提供实时令牌使用记录,以及当前提供商的专属宠物气泡Whale Widgetdsh-whale-widgetDSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件:余额/今日已用/峰谷定价、自定义泡泡点击序列(文本/余额/今日/峰谷/图片/随机语句与并列加权选择)、逐行样式与字体、悬浮快捷编辑、音效与每轮消耗、自定义角色/动图/音效、吸附与翻转自定义Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。

README

dsh-usage-meter-harness

English | 简体中文

A real-time usage / cost / balance meter plugin for DeepSeek Harness (DSH). See tokens, spending and real wallet balance right next to the chat input — for the official DeepSeek models and any custom model registered in DSH.

settings

Install

Prerequisite (methods 1 & 2): the DSH CLI itself runs on pnpm — install it once per machine: npm install -g pnpm (or corepack enable), then verify with pnpm --version.

Pick one of the three methods. Methods 1 and 2 need pnpm (a one-time machine setup used by the DSH CLI itself): npm install -g pnpm or corepack enable.

Method 1 — npm registry via DSH CLI (needs pnpm)

dsh plugin --profile web add --verbose @faith1688/dsh-usage-meter-harness@latest

(--verbose shows the install progress; drop it if you prefer a quiet install. @latest explicitly requests the newest release — always install this way.)

Method 2 — GitHub via DSH CLI (needs pnpm)

dsh plugin --profile web add --verbose github:faith1688/dsh-usage-meter-harness#main

(--verbose shows the install progress. #main always installs the latest main branch — the newest release.)

Method 3 — one-line installer, no pnpm (recommended)

npx -y @faith1688/dsh-usage-meter-harness@latest

One command: installs into the DSH web profile and registers the bundle (idempotent). (@latest explicitly requests the newest release — always install this way.)

Prefer not to use npx? The same logic ships as scripts in the repo:

Windows (cmd):

curl -fsSL https://raw.githubusercontent.com/faith1688/dsh-usage-meter-harness/main/scripts/install.cmd -o "%TEMP%\um-install.cmd" && "%TEMP%\um-install.cmd"

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/faith1688/dsh-usage-meter-harness/main/scripts/install.sh | sh

The script does everything for you: cd into the DSH web profile, installs the package with visible progress, and registers the bundle in dsh.profile.bundles (idempotent — safe to re-run after upgrades).

Note: Method 3 uses plain npm and does not do pnpm coordination. If your profile is managed with pnpm (the default for dsh plugin), prefer Method 1.

After any method: restart dsh web.

Updating

Two cases — pick the right one:

Fresh install (never had the plugin), or the npx method: just run the install command; it always fetches the latest release.

Upgrading an existing install (plugin already present): the profile's package.json / pnpm-lock.yaml may be pinned to an old version, and a bare add can be skipped by pnpm as "already satisfied". Always ask for the new version explicitly:

dsh plugin --profile web add @faith1688/dsh-usage-meter-harness@latest

or, from inside the profile directory (~/.dsh/profiles/web):

pnpm update @faith1688/dsh-usage-meter-harness

(You may also pin an exact version, e.g. ...@1.0.28.)

Marketplace update failed? If it reports "targeted vX but installed vY; the previous version was restored automatically", that is pnpm's new-release cooldown (minimumReleaseAge — a freshly published version is skipped for roughly 24h). Your install is not broken and nothing in your config or data was touched. Wait 24 hours and click update again, or upgrade right away with the npx command below (or add this package name, without a version, to minimumReleaseAgeExclude in your profile's pnpm-workspace.yaml).

If your package.json binds the plugin via a file: path or a pin that add won't override (you see Already up to date / downloaded 0), use the one-line installer instead — it always requests @latest, which rewrites the binding to ^<latest> and upgrades in a single command:

npx -y @faith1688/dsh-usage-meter-harness@latest

(Re-running this same command is the permanent update path: it is idempotent and upgrades regardless of whether you currently bind via file:, a pin, or ^.)

After updating: restart dsh web (or reload the browser page). Note that restarting alone never fetches a new version — it only reloads what is already in node_modules.

Why this never duplicates the mount entry and never touches your config:

  • The mount entry lives inside the package (cordis.patch.yml, the dsh.bundle mechanism). Every release ships its own complete entry; DSH reads it from the installed package at startup — installing a newer package automatically brings the correct entry with it.
  • Installers only edit the profile's package.json (dsh.profile.bundles, de-duplicated) and node_modules. They never write the profile-root cordis.patch.yml, so anything you added there yourself (or your other plugin configs) stays untouched.
  • A duplicate mount entry can only happen if you manually added the same id to the profile-root cordis.patch.yml yourself — the installers never do that.

Features

Conversation usage card (next to the chat input)

FeatureDescription
Live costSession cost in CNY or USD, updated every step
Token breakdownInput (miss) / cache hit / cache write / output
Turn usage panelPer-turn subtotals with unit prices tagged peak/off-peak
Token speedLive tokens/s while streaming; resets cleanly when output stops or tools run
Cache hit rateShare of cached tokens for the session
Account balanceReal DeepSeek wallet balance; local-ledger estimate for other providers
Budget & remainingSet a budget, see used / remaining / over-budget

Billing engine

FeatureDescription
6 billing templatesBasic · Cache hit/miss · Peak/off-peak (DeepSeek official hours) · Cache write+hit · Combined input+output · Batch half price
Custom price rowsUp to 4 user-defined rows; the popup mirrors your setup verbatim
Peak/off-peak billingBeijing-time weekday + hour windows, cross-midnight supported; each request is billed by its start time
Accurate turn attributionEach turn is billed to the model that actually ran it — switching models mid-session never re-labels open or finished turns; the turn's currency is fixed at its first billed usage, so USD-priced turns convert correctly
Per-model pricingCurrency (CNY/USD), unit prices and balance per model
Shared provider walletOne balance shared by all models of a provider — single checkbox
Official price prefillDeepSeek official models come pre-filled with official prices and the official peak schedule
Built-in price table137 models across 19 vendors bundled; optional LiteLLM-shaped remote price source
Exchange rateUSD→CNY fetched automatically, refreshed when older than 24 h
Sync official pricesOne click on the settings page fetches the DeepSeek official price page, parses the latest prices and peak/off-peak windows, and writes them as overrides (a global API Key must be set first) — keep official pricing current at any time
Legacy migrationOld manual initial-balance/top-up settings migrate into provider wallets automatically

Settings & UX

FeatureDescription
Bilingual UILanguage switch at the top-right of the settings page: Follow system / 中文 / English; applies everywhere instantly (popup included) and the choice is remembered. Display only — saved data never changes
Themes20 built-in themes (light first, dark after; default forest-beach-dawn) plus per-theme custom pill & breathing colors — quick switch at the top of the usage popup, full palette on the settings page, saved locally
In-use lockWhile a model is generating, its editor is locked so a running turn keeps consistent prices
WYSIWYG popupUsage-card rows are copied verbatim from your template selection
Non-intrusiveStandard DSH cordis plugin; touches no other plugin and no DSH core files
Peak/off-peak capsuleThe usage capsule turns light-green on off-peak and light-red on peak (with a soft breathing glow while billing), so the active tier is obvious at a glance
Unsaved / saved stateThe model card shows Unsaved after you edit and Saved after you click Save — no more ambiguous "saving…"
Current-session dashboardThe popup opens straight into the Current session view (total + per-category cost + per-turn ledger); the axis labels use provider · model so official vs custom models with the same name are never confused
DS API Key guardNon-official models picking "DS API Key" get a centered hint that the option is for DeepSeek models only; a custom model never falls back to the official global key — unset shows "未配置/not configured"

Supported models

  • DeepSeek official models (deepseek-chat, deepseek-reasoner, …): official prices pre-filled; real wallet balance via API Key.
  • Any custom model registered in DSH (OpenAI-compatible providers, Ollama, OpenRouter, …): set unit prices and balance yourself; everything else works the same.

Screenshots

Settings page:

settings

Usage popup:

popup

Configuration

All settings live in the usage-meter settings namespace and can be edited directly in the plugin UI:

KeyTypeDefaultDescription
currencystringCNYDisplay currency
budgetnumber–Session budget; shows "remaining" when set
priceSourceUrlstring–LiteLLM-shaped price JSON URL; optional
refreshIntervalMsnumber4 hPrice / balance / rate refresh interval
deepseekApiKeysecret–Only used to query the DeepSeek balance (stored AES-encrypted; never read from the DEEPSEEK_API_KEY env var)

Compatibility

  • Node.js ≥ 22.
  • Peer versions track the supported DSH releases (see package.json); updating DSH does not break the plugin, and it never modifies your other plugins.

License

MIT © faith1688

Privacy

  • The plugin makes no telemetry and no analytics calls.
  • Network requests are limited to four optional ones, all initiated by you: querying the official DeepSeek balance API with the API key you configure yourself, fetching a public USD→CNY exchange rate, fetching the official pricing page during a one-click price sync, and — only when rule parsing fails — sending that page's content to the DeepSeek API with your global key for extraction. Nothing else leaves your machine.
  • The source is MIT-licensed and fully readable on GitHub.