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 Heatmap — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-token-heatmap

Token Heatmap

Local Token heatmap in a separate settings section: week/month/quarter/year views + daily/weekly/monthly total statistics + Top 5 by model/provider

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Hou-DL/dsh-token-heatmap#cdfa8ee8e60baad101d25e0245e1b578dda7b983
READMECompatibilityVersions
周视图月视图季度 / 年度视图

Compatibility and provenance

Token Heatmap is published as dsh-token-heatmap and currently resolves to version 0.1.5-beta. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/24/2026

Versions

0.1.5-betabeta
8/24/2026
Show 1 more versionCollapse versions
0.1.1-betabeta
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.5-beta
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Not declared
Source
github
Weekly downloads
0
View source ↗
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 a dedicated pet bubble for the current providerWhale 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-heatmap

English: README.en.md

本地 Token 用量热图插件,GitHub 风格日历视图,内置于 DSH Web 设置页。

环境要求

  • Node.js ≥ 23.8(内置 node:zlib 的 zstd 解码,无需额外安装);更早版本会回退到外部 zstd CLI(sudo apt install zstd / brew install zstd)。
  • DSH Web profile(dsh web 已运行)。

安装

# 从 GitHub
dsh plugin --profile web add github:Hou-DL/dsh-token-heatmap

# 或从 Gitee(国内访问更快)
dsh plugin --profile web add "git+https://gitee.com/HouDL/dsh-token-heatmap.git"

重启后打开 设置 → Token Heatmap 即可。

  • 零网络、零计费:只读本地会话日志,不触碰任何计费 / 余额接口
  • 持久化:历史落盘,删除会话不丢数据
  • 多视图:周(按小时展开)/ 月(日历)/ 季度(近 90 天)/ 年(整年双行)
  • 统计:今日 / 本周 / 本月 / 累计 + 按模型与供应商的 Top 5

截图

周视图

月视图

季度 / 年度视图

功能

模块说明
视图切换周 / 月 / 季度 / 年,颜色按视图内 25% / 50% / 75% / 100% 四档分档
周视图每天 24 个小时柱,看高峰时段;可点击行查看当日 Top 5
月视图日历格显示日期与当日用量
季度 / 年度GitHub 风格栅格,季度放大便于观察,年度双行排布
顶部统计今日 / 本周 / 本月 / 累计,M / k 缩写
模型 Top 5按模型或供应商查看,随视图窗口 / 点击日期动态切换
刷新手动刷新 + 自动刷新(5 / 10 / 30 / 60 分钟,可关闭)
语言中 / 英文切换

常见问题

  • 显示 0? 确认 ~/.dsh/sessions 下有含 usage 字段的会话日志。
  • 会联网吗? 不会,纯本地统计。
  • 时区? 固定北京时区,周一为周起始。
  • 如何重置? 设置页右上角 ⋯ → 「重置历史」。

开发

pnpm install && npx tsdown   # 构建
node --test src/             # 运行测试

License

MIT