AI Agent Hub
Back to plugins
🖥️

dsh-opencodego-usage

Client Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install dong-victor/dsh-opencodego-usage

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install dong-victor/dsh-opencodego-usage in your DeepSeek Harness terminal; the full source is available at https://github.com/dong-victor/dsh-opencodego-usage. Restart dsh web after installation to activate the new bundle.

About this plugin

Opencode Go plan usage data lives behind an official API that you have to remember to check, and by the time the quota runs out your session is already interrupted. dsh-opencodego-usage pulls that information into your DSH workflow: a persistent sidebar entry shows the used percentage for all three windows (5-hour rolling, weekly, monthly) at a glance, with progress bars that turn yellow past 60% and red near 90%, so you know when to ease off before hitting the cap. Clicking the entry opens a dedicated panel where each usage card carries a status badge, remaining percentage, reset time, and a live per-second countdown to your next quota refresh. The plugin also registers an opencode_go_balance agent tool and declares it in the system prompt, so your assistant can answer how much is left without you opening a terminal. Everything reuses the existing llm-pi-ai credential (OPENCODE_GO_API_KEY) already configured in DSH, meaning zero extra key setup and instant availability after install.

Use Cases

  • Check remaining quota across all windows at a glance during heavy daily usage
  • Confirm whether the current window is about to hit its cap before kicking off a long task
  • Let your assistant answer how much is left without manually querying the API

Best For

  • DSH users who rely on the opencode Go plan for daily development
  • Developers who need to monitor multi-window usage and avoid quota cutoff
  • Teams that want balance checks built into their AI assistant workflow