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.

Session Stats Panel — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-session-stats-panel

Session Stats Panel

DeepSeek Harness (cordis) client plugin: a right-side session stats panel showing average cache-hit rate, session cost, runtime, request count and cumulative tokens (DeepSeek pricing).

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

npx -y @deepseek-ai/dsh plugin --profile web add github:a1113622001/dsh-session-stats-panel#d5b34f36fbecc2438db2b6006bdbc4a990cf6ffb
READMECompatibilityVersions

Compatibility and provenance

Session Stats Panel is published as dsh-session-stats-panel and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/18/2026

Versions

0.1.2
stable
9/18/2026
0.1.1stable
8/22/2026
0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/18/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

README

📊 dsh-session-stats-panel

💰 DeepSeek Harness 实时会话统计 · 官方峰谷计费 · 账户余额看板插件

English · 简体中文


📖 项目简介

dsh-session-stats-panel 是已上架 DeepSeek Harness 官方插件市场 的会话计量与成本监控客户端插件。

无侵入式挂载在页面右侧,实时展示当前会话的 Token 缓存命中率、官方峰谷计费估算、DeepSeek 官方账户余额、运行时长 与 累计 Tokens,让大模型 Agent 开发的成本与效率一目了然。


🛒 插件市场与安装方式

方式 1:通过 Harness Web 插件市场一键安装(推荐)

  1. 打开 DeepSeek Harness Web 界面(默认 http://127.0.0.1:3080);
  2. 进入 设置 (Settings) -> 插件市场 (Plugin Inventory / Market);
  3. 搜索 dsh-session-stats-panel,点击 安装 (Install) 即可完成热加载。

方式 2:通过 Harness CLI 命令行安装

# 官方插件名一键添加
dsh plugin add dsh-session-stats-panel

# 或指定 profile 安装
dsh plugin --profile web add dsh-session-stats-panel

# 或直接从 GitHub 安装
dsh plugin add github:a1113622001/dsh-session-stats-panel

📊 监控指标看板

核心指标数据源与计算方式业务价值
平均命中率cacheReadTokens / 计费输入 Tokens直观评估 Prompt Caching 优化效果
会话估算费用按照 DeepSeek 官方峰谷价格表动态计算精确核算单次 Agent 任务运行成本
剩余账户余额服务端凭据隔离路由拉取(每 2 分钟刷新)避免 Key 暴露前端的同时实时监控余额
累计 Tokens未命中输入 + 缓存读写 + 输出(千分位展示)掌握上下文膨胀与消耗规模
模型请求次数会话中模型调用步骤(steps)计数监控 Agent 思考轮数与工具调用频次

🕒 2026 官方最新峰谷定价支持

插件内置 DeepSeek 官方最新峰谷计费规则(按北京时间自动切换):

  • 高峰时段(周一至周五 09:00–12:00,14:00–18:00):按标准基准价计费;
  • 空闲时段(其余全部时段,含周六、周日全天):价格为高峰时段的一半;
  • 模型覆盖:原生支持 deepseek-flash(DeepSeek-V4.1-Flash)与 deepseek-v4-pro(DeepSeek-V4-Pro-0813);兼容已下线的 deepseek-v4-flash / deepseek-v4-flash-vision-exp(请求仍由 V4.1-Flash 提供服务,按 Flash 价计费);带版本后缀的 id(如 deepseek-v4-pro-0813)会自动归入所属系列,未知 deepseek-* 模型按 Flash 价兜底。

单位:元 / 百万 tokens,缓存写入按缓存命中价计费。

模型时段缓存命中输入缓存未命中输入输出
deepseek-flash空闲0.0214
deepseek-flash高峰0.0428
deepseek-v4-pro空闲0.154.513.5
deepseek-v4-pro高峰0.309.027.0

🔒 服务端凭据隔离安全设计

flowchart LR
    subgraph Browser ["🌐 前端浏览器 (Panel UI)"]
        UI["会话面板看板 (仅 GET 请求余额数值 / 0 密钥暴露)"]
    end

    subgraph Backend ["🖥️ Harness 后端服务"]
        Route["/plugins/session-stats-panel/balance 路由"]
        Cred["Credentials 服务 (本地存储安全解析)"]
    end

    subgraph Official ["☁️ DeepSeek 官方接口"]
        API["DeepSeek 官方账户余额 API"]
    end

    UI -->|GET 轮询| Route
    Route --> Cred
    Cred -->|附带 Key 请求| API
    API -->|返回 Balance 数据| Route
    Route -->|仅下发纯数值| UI

📄 开源许可证

本项目采用 MIT License 授权开源。

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.