AI Agent Hub
Back to plugins
🖥️

dsh-peak-reminder

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install lsakira/dsh-peak-reminder

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

Run dsh plugin install lsakira/dsh-peak-reminder in a running DeepSeek Harness instance to install the plugin; the source code is available at https://github.com/lsakira/dsh-peak-reminder.

About this plugin

The DeepSeek API gets slower and more expensive during its daily peak windows (9:00–12:00 and 14:00–18:00 Beijing time). If you build on top of that API for development, writing, or debugging, it is easy to stumble into a peak window without noticing and end up with longer waits and higher costs. dsh-peak-reminder closes that information gap: it does not rewrite your prompts or force shorter responses — it simply tells you what time period you are in, how soon the peak starts, and how much balance is left.

The plugin is deliberately restrained in scope and offers three pieces. A small status badge sits in the lower-left corner at all times: a red indicator means you are in a peak window ("Li Wenfeng"), a green one means you are in an off-peak window ("Li Wengu"). Before the peak begins — ten minutes ahead by default, fully configurable — a notification bar slides in from the lower-right and fires a system notification; both the title and the message text are editable. Just above the badge, a balance card refreshes the DeepSeek API credit every five minutes and turns red when the amount drops below a user-set threshold (2 yuan out of the box). The API key is always read server-side through the dsh credential system and never appears in the browser or in the plugin source code.

If you value a heads-up before the API slows down, want a quick glance at remaining credits, and prefer that no plugin quietly changes your workflow, this notify-only, never-enforce little badge is built for exactly that kind of setup.

Use Cases

  • Checking whether you are in a peak window before kicking off a long API-heavy task
  • Glancing at the balance card before a batch of calls to avoid mid-job credit runs out
  • Getting a gentle 10-minute heads-up before peak so you can wrap up and adjust your pace

Best For

  • Solo developers who rely on the DeepSeek API daily for coding or writing
  • Users who want cost and latency awareness without any tool altering their workflow
  • DeepSeek Harness users who need lightweight status visibility without server-side changes