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.

DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
O

dsh-ocgo-quota

Ocgo Quota

OpenCode Go usage floating widget for the DeepSeek Harness Web UI: a bottom-right overlay showing rolling-5h / weekly / monthly quota, backed by the official opencode.ai usage endpoint.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:fuzz1og/dsh-ocgo-quota#7f62f5042818217928802c6b011efbe230bd860c
READMECompatibilityVersions

Compatibility and provenance

Ocgo Quota is published as dsh-ocgo-quota and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/24/2026

Versions

0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.0
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
8/26/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
Ocgo Quota — DSH Plugin for DeepSeek Harness

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.

README

dsh-ocgo-quota

DeepSeek Harness Web UI 插件:OpenCode Go 用量悬浮窗——右下角浮动小部件,实时显示 OpenCode Go 的滚动 5 小时 / 周 / 月额度用量,数据来自官方 https://opencode.ai/zen/go/v1/usage 端点(45s 缓存,并发请求共享同一 in-flight fetch)。

安装

dsh plugin --profile web add github:fuzz1og/dsh-ocgo-quota

该包声明了 dsh.bundle.patch,dsh plugin add 会自动把它加入 profile 的 dsh.profile.bundles,无需手改任何 patch 文件。

重启 DSH 后生效。

旧版(无 dsh.bundle.patch)需要手动在 cordis.patch.yml 插入挂载行:

- insert:
    - id: ocgo-quota
      name: 'dsh-ocgo-quota'

新安装无需此步骤。

配置

插件通过凭据缝(credentials seam)解析 OPENCODE_GO_API_KEY,找不到时回退读取 $DSH_HOME/.credentials.yaml 中的同名键。

工作原理

环节说明
宿主半区GET /ocgo-quota/usage —— 解析 API key → 调用官方 usage 端点 → 返回 JSON;无任何失败路径会挂掉,均返回 JSON
客户端半区conversation.composer.dock 槽位注册右下角悬浮窗,轮询宿主路由渲染用量
依赖仅 webServer 服务 + Node 内置模块,零运行时依赖

License

MIT