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.

Openrouter Monitor — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
O

dsh-openrouter-monitor

Openrouter Monitor

DSH Web plugin: OpenRouter account balance, per-key spend and alert thresholds under the composer, with hover trend charts.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Oliver0804/dsh-openrouter-monitor#1cac8c70b1d47ad6ed6d8103cada1bda6b1807ad
READMECompatibilityVersions

Compatibility and provenance

Openrouter Monitor is published as dsh-openrouter-monitor and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/10/2026

Versions

0.1.3stable
9/10/2026
0.1.1stable
8/27/2026
0.1.0stable
8/27/2026

Related plugins

Loading related plugins…

Latest
0.1.3
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
9/10/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

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-openrouter-monitor

English | 繁體中文

A DeepSeek Harness Web plugin that puts one line under the composer:

● 餘額 $12.40 · 今日 $0.85 · 本週 $3.20 · 4m
              ⚠ 餘額不足
  • Live OpenRouter account balance and today/week spend, summed across every key.
  • Alert thresholds — low balance, daily spend, per-key remaining — tint the row orange and can fire browser notifications (edge-triggered, once per UTC day).
  • Hover card: account totals, balance & daily-spend trend charts, top keys with remaining-limit bars, and a local setup box.
  • Configured in DSH settings under 「OpenRouter 監控」— interval, thresholds, display currency with manual FX rate — all live-applied without a restart.

Install

dsh plugin --profile web add dsh-openrouter-monitor

Restart dsh web; confirm both halves:

dsh --profile web --dump-config | grep openrouter-monitor

Setup

  1. Hover the row → paste an OpenRouter Provisioning/Management key (sk-or-v1-…, created on openrouter.ai/keys with provisioning enabled). It is stored in this browser only (localStorage) and sent only to openrouter.ai — never to the DSH host. This is deliberate: DSH's settings wire redacts secret-role fields before they reach any browser, so the key could not be usable from settings even if it were stored there.
  2. Tune interval / thresholds / currency in DSH settings → OpenRouter 監控.

A plain inference key authenticates but gets HTTP 403 on /keys — the setup box labels it insufficient. Without any key the row stays dim with a hint; poll failures keep the last good numbers alongside a red dot.

Notes

  • Display conversion is by manual rate only (fxRate); USD passthrough needs none. The host schema rejects non-USD currencies with fxRate ≤ 0 at write time, and unknown codes degrade to plain $.
  • Trend history keeps the latest 240 samples in localStorage; reloads continue the chart rather than restarting it.
  • AI analysis of your bill needs no extra code here — paste the hover card's text into any DSH session.

MIT