dsp-deepseek-peak
Run the following command in DeepSeek Harness:
dsh plugin install Heldea-xianmiao/dsp-deepseek-peak
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Heldea-xianmiao/dsp-deepseek-peak in your terminal, or add the dependency to your profile package.json and restart DSH; source at https://github.com/Heldea-xianmiao/dsp-deepseek-peak
About this plugin
DeepSeek API bills at a higher rate during peak hours (Beijing time 09:00–12:00 and 14:00–18:00) compared to off-peak. It is easy to sit down, fire off a long DeepSeek V4 Pro task during a work break, and only notice the extra cost on the next billing cycle. dsp-deepseek-peak solves exactly that: it pins a compact peak or off-peak badge to the status bar beneath the DSH Web input box, with a green dot for off-peak and an orange dot for peak, plus a live Beijing clock that refreshes every 30 seconds so you always know which rate tier you are in.
When three conditions line up, the plugin intercepts your submission and asks for a second confirmation before the first step runs. You are in a peak window, the composer model is DeepSeek V4 Pro, and this is a fresh turn you are submitting. You can choose to proceed, suppress reminders for the rest of the Beijing day (persists across page refreshes and DSH restarts via localStorage, auto-expires at midnight), or cancel the turn outright. Every code path is fail-open: a missing dialog component, a broken session, or a failed model read will simply let the task through rather than blocking your workflow.
This plugin suits anyone who regularly submits DeepSeek tasks from the DSH Web console, especially those who lean on V4 Pro. It runs entirely on your machine: pure ESM on the host side, a standard ModuleLoader bundle on the client side, zero third-party runtime dependencies, and no data ever leaves the local loopback. If you prefer to tweak things, the peak windows, trigger model, dialog copy, and refresh interval are each a one-line edit in the source.
Use Cases
- Glance at the live badge before firing off a long V4 Pro task during a work break to confirm you are not in a peak window
- Decide whether to defer a costly task to off-peak hours by reading the real-time status
- Tap don't remind me today to silence pop-ups for the rest of the Beijing day; the flag auto-expires at midnight
Best For
- Users who regularly submit DeepSeek tasks from the DSH Web console
- Individuals or teams using DeepSeek V4 Pro who want to keep API spend predictable
- Privacy-sensitive developers who prefer zero third-party dependencies and fully local loopback-only communication
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.