DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Kimi Quota — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
K

dsh-kimi-quota

Kimi Quota

在 DeepSeek Harness 中显示 Kimi Code 配额:设置部分以及紧凑的编辑器徽章(5 小时窗口 / 每周)

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:Number444/dsh-kimicode-usage#7c9b516b104bb4be8682830901e50093dbd67ba9
README兼容性版本

兼容性与来源证明

Kimi Quota 以 dsh-kimi-quota 发布,当前版本为 0.2.3。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/25

版本

0.2.3stable
2026/9/25
0.2.2stable
2026/9/25

相关插件

正在加载相关插件…

最新版
0.2.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/25
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 models-usage 分类下经过校验的插件。

Usage@linxin666/dsh-usage用于 dsh Web GUI 的使用统计插件:检测各提供商的余额和编程套餐配额,并实时记录令牌使用情况;侧边栏 Settings 行上方显示紧凑的价格概览卡片Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。Codex Subscriptiondsh-codex-subscription通过 OAuth 在 DeepSeek Harness 中使用 ChatGPT 和 Codex 订阅,支持配额管理、安全重置、网页搜索、图像和快速模式Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额

README

dsh-kimicode-usage

English | 中文

A DeepSeek Harness (dsh) plugin that shows your Kimi Code quota right where you work:

  • Composer badge — a compact ● 5h:xx% pill in the input box toolbar, just left of the model selector. The dot turns green / yellow / red as the remaining quota drops. Click it to open a small popover with both windows (5-hour rolling and weekly), progress bars, reset countdowns and a refresh button. Click outside or press Esc to close.
  • Settings section — a full "Kimi Code 额度" card under Settings with the same two progress bars, a manual refresh button and a 60-second auto refresh.

Install

dsh plugin --profile web add github:Number444/dsh-kimicode-usage

Use --profile desktop (or your own profile name) if you run a desktop build instead of dsh web. Refresh the page after installing.

Requirements

The plugin needs a Kimi Code API key, resolved on the host side in this order:

  1. the DSH credentials service (i.e. you already configured the kimi-coding provider in DSH),
  2. the KIMI_CODING_API_KEY environment variable,
  3. the refs: section of ~/.dsh/.credentials.yaml.

If DSH can already run Kimi Code models for you, no extra setup is needed. The key can also be overridden per-install via the plugin config (apiKey / apiKeyEnv).

The composer badge occupies the conversation.input.right slot, which exists in recent DSH builds (0.1.7-rc.2 era). On older hosts the Settings section still works; the badge simply does not appear.

Security notes

  • The API key never leaves the host process — the browser half talks only to a local proxy route (/dsh-kimi-quota/api/usages).
  • The route answers loopback requests only; LAN clients get 403. Remote control through remote-web-ui keeps working because the tunnel re-issues the request on loopback.
  • The upstream call (GET https://api.kimi.com/coding/v1/usages) is read-only and does not consume quota.
  • Responses are cached in memory for 2 minutes; on upstream failure the last good data is served with a stale flag.

Repository layout

  • lib/index.js — host half: the loopback-only quota proxy route, credential resolution, caching.
  • lib/client.js — browser half: the composer badge (with popover) and the Settings section.
  • cordis.patch.yml — bundle patch inserting the plugin into the DSH composition.

License

MIT