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.

Mimo Quota — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-mimo-quota

Mimo Quota

Realtime model usage panel: tokens, cost, requests, trend and composition

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

npx -y @deepseek-ai/dsh plugin --profile web add github:hbgdjb/dsh-mimo-quota#00065e63d8214041df53bb5966f4c57029a6fe8c
READMECompatibilityVersions

Compatibility and provenance

Mimo Quota is published as dsh-mimo-quota and currently resolves to version 1.1.1. 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/25/2026

Versions

1.1.1stable
9/25/2026

Related plugins

Loading related plugins…

Latest
1.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/25/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.

Whale 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 editinCodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.Usage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUIDamage Pulsedsh-damage-pulseDeepSeek Harness balance monitor with a whale-girl companion and cache-aware damage animations for every token charge.

README

MIMO Quota Panel · 小米 MIMO 额度统计面板

装上即用,零配置:从会话事件日志逐调用自动记账(真实时间戳、全历史、实时增量),一屏展示 Token 用量、消费金额、请求次数、趋势波形、模型构成,支持按模型 / 粒度 / 时间范围 / 项目·对话 统计切换。内置可编辑定价,DeepSeek 峰谷价按记录时间自动套算,小米全系牌价开箱即用。

环境要求

  • DeepSeek Harness 0.1.x(Web 端)
  • 数据来自 Harness 的 llm/stream 流式事件本地测量(官方无用量接口),所有统计按记录时间归档,随插件卸载保留于 profile 目录

安装

以下任一方式(插件管理器 install_bundle,或设置 → 插件的安装入口):

  1. 安装包(推荐分发):直接给出 .tgz 安装包的绝对路径
  2. 源码目录:解压源码 zip,给出目录绝对路径
  3. git 地址 / npm 包名:发布后可直接使用 git URL 或 registry 包名安装

安装应用成功后即在当前 profile 生效(manifest 自动写入 bundle patch),重启保留。

配置(profile cordis.patch.yml 中本插件行的 config)

字段说明默认
storageFile用量记录 JSON 路径<profile>/mimo-quota-usage.json
currency展示货币符号¥
pricing牌价覆盖(default + models,单位 ¥ / 百万 tokens)内建小米牌价

记录文件为 v2 结构:{ version: 2, records: [...], sessions: { id: { title, dir } } },供统计范围与项目分组使用。

功能说明

  • 定价面板:默认价 + 每模型价,四个字段(输入 / 缓存命中 / 缓存写入 / 输出)可增删改,保存即时生效,可一键重置为默认
  • DeepSeek 分时段价:deepseek-flash、deepseek-v4-pro 内建峰 / 谷价——北京时间 09:00–12:00、14:00–18:00 为峰时,其余时段与周末为谷时;消费金额按每条记录的时间自动套用对应价,在定价界面以参考表分时段展示;手动添加同名模型可覆盖内建价
  • 统计范围:全部 / 项目(按会话工作目录分组)/ 对话(带真实标题,最近 60 个)
  • 历史导入:把全会话 token 统计 CSV(表头:会话ID,标题,工作目录,创建时间,最后活跃,轮次,步数,…,原始输入tokens,输出tokens,缓存命中,缓存写入,总tokens,最后模型)放到 <profile>/mimo-quota-import.csv,刷新页面即合并:按会话去重、剔除时间窗内重叠的旧记录防止重复计数,完成后文件自动改名 .done

打包

npm pack --pack-destination dist
# 产出 dist/local-mimo-quota-<version>.tgz —— 既是本地安装包,也是发布资产

发布到插件市场

市场安装优先级:经仓库验证的 npm 包 → 作者 GitHub Release 预构建 tarball → 整仓 GitHub 源码。因此:

  1. 把 package.json 的 name 改成可发布的公共名(如 dsh-mimo-quota 或你的 scope),发布时移除 private
  2. 补齐 repository / homepage / bugs,打 tag v<version>
  3. 方式 A:npm publish(无 scope 或你持有的 scope)
  4. 方式 B:GitHub Release 挂 npm pack 产出的 .tgz 作为预构建资产(安装最快、无需构建脚本)
  5. 在市场提交目录映射(npm 包名或 GitHub 仓库地址)

免责声明

消费金额为按牌价与分时段规则的估算值,不是账单;准确金额以官方控制台为准。

License

MIT