DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@goodandready/dsh-key-limits

Key Limits

DeepSeek Harness 插件:API 密钥/订阅配额限制(浮动标签、编辑器栏、设置)。

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

npx -y @deepseek-ai/dsh plugin --profile web add @goodandready/dsh-key-limits@0.2.2
README兼容性版本

兼容性与来源证明

Key Limits 以 @goodandready/dsh-key-limits 发布,当前版本为 0.2.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.2.2stable
2026/9/19
0.2.1stable
2026/9/18
0.2.0stable
2026/9/17
查看其余 1 个版本收起版本
0.1.10stable
2026/9/15

相关插件

正在加载相关插件…

最新版
0.2.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
183.3 kB
文件数
14
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
387
安全扫描
✓ v0.2.2 扫描通过
最近提交
2026/9/19
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Usage@linxin666/dsh-usage用于 dsh Web GUI 的使用统计插件:检测各提供商的余额和编码计划配额,并提供实时令牌使用记录,同时在侧边栏条目中显示当前会话提供商今日的使用量Whale Widgetdsh-whale-widgetDSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件:余额/今日已用/峰谷定价、自定义泡泡点击序列(文本/余额/今日/峰谷/图片/随机语句与并列加权选择)、逐行样式与字体、悬浮快捷编辑、音效与每轮消耗、自定义角色/动图/音效、吸附与翻转自定义Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。

README

📦 @goodandready/dsh-key-limits

Real-time API Quota Limits, Token Plan Balances & Key Monitoring for DeepSeek Harness

🇬🇧 English • 🇨🇳 中文说明 • 🇷🇺 Русский

⭐ If you like this plugin, please star it on GitHub — it shows me that the plugin is useful to you and motivates me to keep developing it.

🐛 If you find a bug or would like to request a feature, open a GitHub issue in any language — I will review your proposal and implement useful suggestions in a future plugin version.

⚡ Overview & The Problem

AI developers and engineers frequently work across multiple LLM providers, corporate subscriptions, and token plan tiers simultaneously (such as OpenCode GO, Ollama Cloud, Qwen Cloud, Kimi, GLM, MiniMax, Cline, DeepSeek, OpenRouter, and Command Code).

Without ambient, real-time quota tracking inside DeepSeek Harness (DSH):

  • Conversations crash unexpectedly when rolling 5-hour limits or monthly quotas deplete mid-generation.
  • Users have no instant visibility into which subscription key is currently bound to the active chat session.
  • Switching tabs to check individual vendor dashboards disrupts developer workflow.

dsh-key-limits solves this by delivering ambient, distraction-free quota monitoring directly within the DSH Web UI. It focuses strictly on quota limits and subscription balances without heavy accounting ledgers, historical spending databases, or complex analytics.


🏗️ Architecture & Data Flow

graph LR
  subgraph Client ["DSH Web Client"]
    FC["FloatChip (Draggable Badge)"]
    CB["ActiveKeyButton (Composer Bar)"]
    SC["Settings Card (Plugin Slot)"]
    M["Modals (All Limits & One Limit)"]
  end

  subgraph Backend ["Cordis Plugin Backend"]
    Router["HTTP API Router (/dsh-key-limits)"]
    CredStore["Encrypted Credential Storage"]
    Updater["Loopback Plugin Updater"]
  end

  subgraph Providers ["AI Providers & Services"]
    P1["OpenCode GO / Ollama / Qwen"]
    P2["Command Code / Cline / GLM"]
    P3["DeepSeek / OpenRouter / MiniMax"]
    NPM["npmjs.org Registry"]
  end

  FC -->|Click| M
  CB -->|Click| M
  M -->|Poll Quotas (60s)| Router
  SC -->|Save Credentials| Router
  SC -->|Trigger Update| Updater
  Router --> CredStore
  Router -->|Parallel 12s Abort| P1
  Router -->|Parallel 12s Abort| P2
  Router -->|Parallel 12s Abort| P3
  Updater -->|Loopback Check / Install| NPM

✨ Full Feature Breakdown

1. Floating Quota Chip (FloatChip)

  • Persistent Viewport Overlay: Displays the lowest remaining quota percentage across all active keys (or total account count).
  • Draggable with Boundary Clamping: Smooth mouse and touch dragging that prevents the chip from leaving the visible screen. Coordinates persist automatically in localStorage.
  • One-Click Overview: Clicking the chip opens the All Limits Modal showing every configured account, plan, rolling windows, and expiration dates.

2. Composer Bar Key Status (ActiveKeyButton)

  • Injected directly into the message input area (conversation.composer.bar, priority 10).
  • Automatically inspects the active conversation session to detect the bound provider model.
  • Shows the remaining quota percentage or monetary balance for that exact model.
  • Clicking the button opens the One Limit Modal dedicated to the active account.

3. Account Reordering & Active on Top

  • Custom Account Order (order): In settings, arrange the display sequence of accounts using intuitive Up/Down controls (▲ / ▼).
  • Active Always on Top (activeOnTop): Automatically moves the account currently in use by the active conversation to the top of the list. Enabled by default.

4. Humanized Reset Countdown (fmtReset)

  • Durations exceeding 24 hours display days, hours, and minutes (e.g., 5d 5h 19m).
  • Durations under 24 hours omit days for concise reading (e.g., 4h 59m).
  • Expired windows immediately indicate refresh status.

5. Calm, Professional UI Design

  • Consistent 12px vertical spacing between cards eliminates cramped layouts and overlapping borders.
  • Calm neutral tones for healthy (>30%) quota states, reserving amber and red strictly for warning (<30%) and critical (<15%) levels.
  • Sleek 5px progress bars that blend into the native DSH theme.

6. Built-in One-Click Updater

  • Check for updates directly within the settings card.
  • Installs the exact published package from npm without manual terminal intervention.
  • Protected against non-loopback or cross-origin requests.

🔌 Supported Providers

Provider IDNameQuota WindowsAuthentication
commandcodeCommand CodeRolling 5h / Weekly / Monthly (GOAT, Pro, Max plans)API key (user_... or token)
opencode-goOpenCode GORolling 5h / Weekly / MonthlySession cookie (auth) & Workspace ID
ollamaOllama CloudSession / Weekly / MonthlyAPI key & Session cookie
qwenQwen Cloud5h / 1-Week Token PlansSession cookie & optional sec_token
kimiKimi for CodingWeekly Quota LimitAPI key (sk-kimi-...)
glmGLM (Z.ai)Daily / Monthly QuotaAPI key
minimaxMiniMax Coding PlanCoding Plan QuotaAPI key (sk-cp-...)
clineCline5h / Weekly / MonthlyBearer API token
deepseekDeepSeekBalance ($ / ¥)API key (sk-...)
openrouterOpenRouterBalance ($ credits remaining)API key (sk-or-...)

📦 Quick Installation

Install the official package into your active DSH profile:

dsh plugin --profile web add @goodandready/dsh-key-limits

Restart DSH Web:

dsh web --profile web

⚙️ Configuration Reference (settings.yaml)

# ~/.dsh/profiles/web/settings.yaml
plugins:
  '@goodandready/dsh-key-limits':
    storageDir: ~/.dsh/storages/dsh-key-limits
    refreshIntervalMs: 60000
    activeOnTop: true
    order: []

Parameter Details

ParameterTypeDefaultDescription
storageDirstring~/.dsh/storages/dsh-key-limitsDirectory where subscription metadata and cached cards are stored.
refreshIntervalMsnumber60000 (1 min)Polling frequency for refreshing quota windows from providers.
activeOnTopbooleantrueAutomatically pins the account matching the active chat session to the top of lists.
orderstring[][]User-defined sequence of subscription IDs for custom card ordering.

🛠️ Development & Testing

# Build unified client bundle from src/client/
npm run build:client

# Run automated tests
npm test

Directory Structure

.
├── lib/
│   ├── index.js          # Cordis plugin entrypoint & HTTP routes
│   ├── client.js         # Built client bundle
│   ├── cards.js          # Card generation and formatting
│   ├── subs.js           # Provider quota fetchers & normalization
│   ├── paths.js          # Path resolution helpers
│   └── plugin-updater.js # Secure loopback updater
├── src/client/           # Source modules for browser client
│   ├── 01-prelude.js     # Scoped CSS & React setup
│   ├── 02-locale.js      # Multi-language dictionaries (en, zh, ru)
│   ├── 03-format.js      # Humanized countdowns & color classes
│   ├── 04-modals.js      # AllLimitsModal & OneLimitModal
│   ├── 05-bar.js         # Composer bar ActiveKeyButton
│   ├── 06-float.js       # Draggable FloatChip
│   ├── 07-settings.js    # Settings card, reorder list & updater
│   └── 08-apply.js       # DSH plugin bootstrap & slot registrations
├── cordis.patch.yml      # Cordis plugin declaration
└── test/                 # Test suite

📄 License

MIT © GooDAnDReaDY