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.

Usage Daily — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
U

dsh-usage-daily

Usage Daily

DSH Daily Usage Report: tracks today’s token usage, message count, and estimated cost for each session, displayed in a bottom-right floating window

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

npx -y @deepseek-ai/dsh plugin --profile web add github:HaoR325/dsh-usage-daily#97dc4b31beef56f2819fc77b3406ac472aea4659
READMECompatibilityVersions

Compatibility and provenance

Usage Daily is published as dsh-usage-daily 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
any
Release source
github
Registry updated
9/1/2026

Versions

0.1.0stable
9/1/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/31/2026
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 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-usage-daily

DeepSeek Harness 用量日报插件 · 右下角浮窗,一眼看清 AI 每天烧掉多少 token 和钱 🐋

一个给 DeepSeek Harness Web 界面用的用量日报小挂件。常驻右下角,自动统计当天各会话的 token 消耗、消息数、轮数,并用 DeepSeek 价格估算费用。

✨ 特性

  • 📊 今日用量汇总:输入/输出/缓存 token、消息数、轮数、估算费用
  • 🔄 60s 自动刷新 + 服务端缓存,不刷屏、不额外压榨 API
  • 💰 费用估算:按 DeepSeek 默认价计算,可用环境变量覆盖
  • 🐳 浮窗 UI:右下角半透明卡片,NaN 安全,刷新即用
  • 🔌 HTTP 接口:GET /api/dsh-usage-daily/report 返回当日聚合 JSON,方便二次开发

📦 安装

# 推荐:本地链接安装
dsh plugin --profile web add link:<本仓库绝对路径>

# 重启 dsh web,然后 F5 刷新浏览器
# 右下角即可看到用量日报浮窗

数据来自 DSH 自身的会话日志(sessionQuery.readSession),无需任何令牌与平台费用。

⚙️ 配置

费用估算可通过环境变量覆盖(单位:USD / 百万 token):

变量默认值
DSH_USAGE_INPUT_PER_M0.27
DSH_USAGE_OUTPUT_PER_M1.10
DSH_USAGE_CACHE_READ_PER_M0.07
DSH_USAGE_CACHE_WRITE_PER_M0.27

🌐 接口

GET /api/dsh-usage-daily/report
{
  "ok": true,
  "date": "2026-01-01",
  "sessions": 3,
  "messages": 41,
  "turns": 12,
  "totals": { "input": 12345, "output": 6789, "cacheRead": 0, "cacheWrite": 0 },
  "totalTokens": 19134,
  "costUsd": 0.0087,
  "perSession": [
    { "id": "session-1", "messages": 20, "turns": 8, "tokens": 12345 }
  ]
}

🔧 技术说明

  • 插件使用 DSH 的会话查询服务(sessionQuery.listSessions / readSession)聚合当日事件
  • 通过 webServer 注册接口 + 用 tapIndex 注入右下角浮窗脚本
  • 纯 Node ESM,无外部依赖

🧾 License

MIT


喜欢的话点个 ⭐ / 在 b站关注 YOUTOGER 支持一下~