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.

Tokenpilot — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-tokenpilot

Tokenpilot

TokenPilot: API usage, balance and cost monitor for DeepSeek Harness — built-in official peak/off-peak pricing table, task status lamp, sound alerts and a draggable floating dashboard. 用量/余额/计费监控插件(内置官方价格表)。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-tokenpilot@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Tokenpilot is published as dsh-tokenpilot 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
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
74.7 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
22
View source ↗Project homepage ↗
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 entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage 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.

README

dsh-tokenpilot (TokenPilot)

API usage, balance and cost monitor for DeepSeek Harness — a draggable floating dashboard with task status lamp and sound alerts.

Features

  • Auto-detect current API & model — official DeepSeek vs third-party/proxy
  • Balance — official /user/balance (CNY), OpenAI-style proxies (/dashboard/billing/*), graceful 无法查询 fallback
  • Usage stats (persisted 7 days) — today's API calls, tokens (input/output/cache), cache-hit rate, first-token latency (TTFT), 7-day chart by API/model
  • Cost — official DeepSeek billed with peak/off-peak prices from the built-in table (Flash ¥3/¥1.5 in, ¥9/¥4.5 out per 1M tokens; Pro ¥9/¥4.5 in, ¥27/¥13.5 out), aligned with the official Chinese docs; third-party billed by its own /v1/models prices
  • Peak/off-peak windows — current period tag + countdown to the next switch (Beijing 09:00–12:00 / 14:00–18:00)
  • Task status lamp — red = running, yellow = queued/waiting for you, green = idle; sound alerts (5 presets) on task completion and when the agent asks you a question
  • Draggable pill ⇄ card — "from where it came, back to where it goes" animation; position & settings persisted in localStorage
  • Settings page — charts, per-model detail, full official price table (with live-refresh button)

Install

dsh plugin --profile web add dsh-tokenpilot

Or use any in-harness plugin market (dshmarket, etc.). After install, restart the web profile: the pill appears on the right side (38% height), and a TokenPilot section appears under Settings.

Usage

  • Click the pill to expand the card, double-click to collapse, drag to move
  • Switch sound presets or refresh frequency under Settings → TokenPilot → 设置
  • Click ↻ on the card to refresh immediately

Notes & limitations

  • Usage is persisted to ~/.dsh/dsh-tokenpilot-usage.json (retained 7 days, older data auto-cleaned); it counts all sessions on this host, filtered by the currently selected provider
  • Balance lookup uses credentials (API key env) — no key is stored or sent anywhere except the configured provider endpoint
  • On Windows the sandboxed fetch uses curl.exe (with a C:\Windows\System32 fallback path)
  • Official pricing uses a built-in table aligned with the official Chinese docs (no network sync)

Development

npm install
npm run check   # syntax check of lib/index.js + lib/client.js
npm pack        # build the publishable tarball

License

MIT