dsh plugins中文
← Back to popular plugin directory

dsh’s local usage panel

fazhu4/dsh-usage-insights · skills

dsh’s local usage panel counts tokens, requests, agent activities, tool calls and performance.

★ 1GitHub stars
0Forks
2026-08-17Last updated
TypeScriptLanguage
MITLicense

Project overview

DeepSeek Harness 的本地只读用量面板。它从 DSH 会话事件中统计 Token、请求、Agent 活动、工具调用和性能,在“设置 > 工作活动”中提供可核对的卡片、趋势和分页明细。

添加后重启 dsh web,再打开“设置 > 工作活动”。host 插件需要重启加载,client bundle 随页面刷新加载。 指标口径

推理 Token 是输出的子集,不会再次加入总量。缓存复用率为缓存读取除以总输入 Token。Agent Usage 覆盖率为带 provider usage 的闭合步骤数除以全部闭合步骤数;模型耗时覆盖率和工具耗时覆盖率分别使用同一自然日 cohort 的已测样本数与闭合步骤/工具调用数。没有分母时显示“未报告”。工具失败率以已经返回结果的工具调用为分母。

Install command

dsh plugin --profile web add github:fazhu4/dsh-usage-insights
View GitHub repository ↗Back to popular plugin directory