DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

mouseteamlucky /

mouseteamlucky/dsh-opencode-go-usage

Verified

DSH (DeepSeek Harness) web plugin: floating widget showing real-time OpenCode Go subscription usage (rolling / weekly / monthly) for every API key. Maintained fork of @xiaweiliang060035/dsh-opencode-go-usage.

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHubProject homepage
READMESource: main@d8775fc4

dsh-opencode-go-usage

A DeepSeek Harness web plugin: a floating widget pinned to the right edge of the page that shows real-time OpenCode Go subscription usage — rolling / weekly / monthly windows (percent used, progress bar, and reset countdown) for every API key in the pool.

This repository is a maintained, account-scoped release of @xiaweiliang060035/dsh-opencode-go-usage (MIT). Install command and branding are updated for @mouseteamlucky/*.

Features

  • Floating widget: compact button pinned to the right edge; the badge shows the worst-window percentage across all keys (green / orange / red breathing pulse by urgency).
  • Expanded panel: one card per key (active key marked ★) with rolling / weekly / monthly usage bars, percentages, reset countdowns; rate-limited windows flagged ⚠; per-key errors shown inline.
  • Live refresh: the Host polls the official usage endpoint; the panel auto-refreshes and offers a manual refresh.
  • Key pool auto-discovery: reads $DSH_HOME/.credentials.yaml entries (OPENCODE_GO_KEY_<name>); falls back to the active key (OPENCODE_GO_API_KEY) when no pool exists.
  • Bilingual UI & DSH theme tokens (light/dark).

Install

dsh plugin --profile web add github:mouseteamlucky/dsh-opencode-go-usage

Then restart the DSH web app (the launcher/restart-guarded path) and refresh the browser page.

How it works

  • Host (Node ESM): discovers the key pool (config → .credentials.yaml → env layers), resolves each key through the credentials service, and calls the official endpoint:

    GET https://opencode.ai/zen/go/v1/usage
    Authorization: Bearer <API_KEY>
    

    Keys never leave the host — the browser only receives an aggregated snapshot.

  • Client (browser bundle): registers on the public shell.overlay slot and polls the Host route /plugins/dsh-opencode-go-usage/snapshot.

License

MIT. See LICENSE. Upstream fork attribution: xiaweiliang060035/dsh-opencode-go-usage.

—/ 5

No ratings yet

Verified DSH bundle

Commit d8775fc4b195

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout