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.

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

dsh-token-dashboard

Token Dashboard

Token usage dashboard for DeepSeek Harness: cache, context, efficiency, per-step details, and cross-session comparison

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

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

Compatibility and provenance

Token Dashboard is published as dsh-token-dashboard 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
380.8 kB
Files
43
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
41
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-token-dashboard

English | 中文

A read-only token usage dashboard for DeepSeek Harness. It adds a Statistics tab to DSH Web for session totals, cache and context metrics, request efficiency, per-step details, and cross-session comparison.

dsh-token-dashboard screenshot

Features

  • Current session: billed input, output, cache hit rate, context usage, timing, throughput, and per-step token details.
  • All sessions: sortable usage comparison with current, running, and subagent labels.
  • Local and read-only: uses DSH's existing projections; no API calls, telemetry, storage, or model requests.
  • Bilingual UI: English and Chinese follow the active DSH locale.

Install

Requires a working DSH Web installation on Node.js 22.19 or newer.

dsh plugin --profile web add dsh-token-dashboard

Restart DSH Web after installation. The Statistics / 统计 tab will appear beside the conversation and trajectory tabs.

Install directly from GitHub:

dsh plugin --profile web add github:tsja/deepseek-harness-token-dashboard

Uninstall:

dsh plugin --profile web remove dsh-token-dashboard

Notes

  • Durable totals cover the full session log; per-step rows cover the currently loaded window.
  • Missing projection values are shown as —, not zero.
  • This plugin reports token usage, not API balance or monetary cost.
  • Do not install it alongside @deepseek-ai/dsh-client-usage-dashboard; both provide the same view.

License

MIT