DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-ocgo-usage

d

dsh-ocgo-usage

Manifest valid

Shows OpenCode Go quota usage in the web sidebar's bottom-left corner — rolling/weekly/monthly progress with a hover card, plus a Beijing-time DeepSeek peak-hour timeline.

UI (client)hasBundlePatch

dsh-ocgo-usage

在 DeepSeek Harness Web 侧边栏左下角显示 OpenCode Go 用量的插件。

Show your OpenCode Go usage in the DeepSeek Harness web sidebar's bottom-left corner.

底部用量按钮与悬停卡片

功能 / Features

  • 左下角常驻按钮(与设置按钮同列同款):仪表盘图标 + 本月剩余用量百分比,剩余 ≤20% 变橙、≤0 变红
  • 悬停展开明细卡片(向上弹出):DeepSeek 高峰时段时间轴(北京时间)+ 滚动 / 本周 / 本月三条用量进度 + 已用百分比 + 重置时间
  • 高峰时段按北京时间展示:DeepSeek V4 Flash / Pro 高峰 09:00-12:00、14:00-18:00(即 UTC 01:00-04:00、06:00-10:00);时间轴高亮当前时刻所处区间并显示距下一切换点的剩余时间
  • 数据每 60 秒自动刷新
  • 零配置:自动读取 DSH 供应商配置中的 opencode-go API key(~/.dsh/.credentials.yaml → 环境变量)
  • 零构建:Client 端为手写 __ModuleLoader__ bundle,Host 端为纯 Node ESM

安装 / Install

dsh plugin --profile web add @badai147/dsh-ocgo-usage

从 GitHub 源安装(备选):

dsh plugin --profile web add github:badai147/dsh-ocgo-usage

重启 dsh web,左下角(设置按钮旁)即可看到「Go 用量」按钮。

💡 安装后重启 dsh web 生效;自 0.1.1 起为纯 Node 实现,无需系统安装 python3。

使用 / Usage

  1. 在 DSH 设置中配置 opencode-go 供应商(含 API key)——插件自动读取,无需额外配置
  2. 悬停左下角「Go 用量」按钮查看明细
  3. 常驻角标显示本月剩余用量百分比(如本月已用 5% 则显示 95% (本月)

工作原理 / How it works

  • Hostlib/index.js):注册 DSH web server 路由 GET /api/ocgo-usage,按序读取 DSH 供应商配置中的 opencode-go API key(~/.dsh/.credentials.yaml → 环境变量),代理请求 https://opencode.ai/zen/go/v1/usage;key 只在本机处理,不下发浏览器
  • Clientlib/client.js):手写 window.__ModuleLoader__.load bundle,注册 sidebar.footer.action 按钮 + shell.overlay 悬浮卡片,通过本地路由取数
  • 刷新:激活即拉取,之后每 60 秒自动刷新
  • 跨平台:Host 用 Node 内置 https 直接发请求,不依赖 shell 与 python,Windows / macOS / Linux 均可用

目录结构 / Structure

dsh-ocgo-usage/
├── cordis.patch.yml   # bundle patch:插入 ocgo-usage 插件行
├── lib/
│   ├── index.js       # Host:/api/ocgo-usage 代理路由(Node ESM)
│   └── client.js      # Client:按钮 + 悬浮卡片 UI(__ModuleLoader__ bundle)
└── package.json

更新日志 / Changelog

  • 0.2.1:移除对已废弃的 ~/.dsh/.ocg-state.json 的读取(该文件已非当前 DSH 的供应商状态文件),仅保留 ~/.dsh/.credentials.yaml 与环境变量两个取值来源
  • 0.2.0:悬浮卡片新增「DeepSeek V4 Flash / Pro」高峰时段时间轴(按北京时间标记高峰 09:00-12:00 与 14:00-18:00,显示当前所处时段及距下一切换点的时间),纯 Client 本地计算、不依赖浏览器时区
  • 0.1.1:改用 Node 内置 https 取数(不再依赖 shell/python,修复 Windows 沙箱报错);角标改显本月剩余用量(带 (本月) 后缀)
  • 0.1.0:初版,左下角用量按钮 + 悬停明细卡片,每 60 秒刷新

FAQ

为什么 Windows 上会报 sandbox 错误? 0.1.0 用 ctx.shell 跑 python 脚本取数,会触发 shell 沙箱检查;Windows 上可用的后端要求 ACL 临时目录位于 workspace 之外,不满足即拒绝执行。0.1.1 改用 Node 内置 https 直接请求,不再依赖 shell 与 python,Windows / macOS / Linux 均正常。

升级后仍是旧版? pnpm 可能命中旧的 lockfile。显式指定版本重装即可:dsh plugin --profile web add @badai147/dsh-ocgo-usage@0.1.1,重启 dsh web 生效。

License

MIT

Compatibility

DSH 0.1.5-rc.2: errorDSH 0.1.6-alpha.1: errorDSH 0.1.5-rc.1: errorDSH 0.1.5-alpha.2: errorDSH 0.1.5-alpha.1: errorDSH 0.1.3-alpha.2: errorDSH 0.1.2-rc.1: errorDSH 0.1.2-alpha.5: errorDSH 0.1.2-alpha.4: errorDSH 0.1.2-alpha.3: errorDSH 0.1.2-alpha.2: error

Versions

Latest versionPublishedSize
0.1.0
0.1.1
0.2.0
0.2.1

From the same category

reactive-resume

DeepSeek Harness plugin for Reactive Resume: bridges your resumes and job applications into a Harness session over MCP.

Tools & CapabilitiesManifest valid

41.7k

255/wk

MIT

Aug 24, 2026

dsh plugin --profile web add dsh-plugin-reactive-resume

by anywhere-labs

为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。

Tools & CapabilitiesManifest valid

26.8k

300/wk

MIT

TypeScript

Sep 15, 2026

dsh plugin --profile web add dsh-plugin-desktop

by MemTensor

Self-evolving memory OS for LLM & AI Agents: ultra-persistent memory, hybrid-retrieval, and cross-task skill reuse, with 35.24% token savings and DeepSeek Harness support.

Tools & CapabilitiesManifest valid

11.4k

1k/wk

Apache-2.0

TypeScript

Sep 9, 2026

dsh plugin --profile web add @memtensor/memos-local-plugin

by zhu1090093659

DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop

Tools & CapabilitiesDevelopment & InfrastructureTerminal & ClientsModels & ProvidersManifest valid

7.6k

Apache-2.0

TypeScript

Sep 15, 2026

dsh plugin --profile web add dsh-web

by Devin-AXIS

Enterprise-grade, local-first Agent Workbench for people and agent teams. A unified multi-engine workspace for Codex Harness, DeepSeek Harness, and OpenCode, with unified plugins and Skills, multi-age

Tools & CapabilitiesManifest valid

6.1k

459/wk

NOASSERTION

TypeScript

Sep 15, 2026

dsh plugin --profile web add deepseek-idesign

by crafter-station

A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more.

Tools & CapabilitiesManifest valid

4.1k

MIT

TypeScript

Sep 14, 2026

Index only — not installable