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.

Peaktime Clock — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-peaktime-clock

Peaktime Clock

Persistent DeepSeek peak-time whale widget: corner clock that turns red during DeepSeek peak-price windows and green off-peak, in local time.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:tingao/dsh-peaktime-clock#50dc5382fb46f5e4818acb9f29593fb201a9fe98
READMECompatibilityVersions

Compatibility and provenance

Peaktime Clock is published as dsh-peaktime-clock and currently resolves to version 1.0.1. 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/17/2026

Versions

1.0.1stable
9/17/2026
1.0.0stable
9/4/2026

Related plugins

Loading related plugins…

Latest
1.0.1
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/17/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 ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

dsh-peaktime-clock

A corner clock for the DeepSeek Harness web GUI that tells you, at a glance, whether DeepSeek API calls are currently peak-priced (peak time) or off-peak — without leaving your chat window.

An animated DeepSeek whale floats in the bottom-right corner of the harness UI. The whale and the pill behind it turn red during DeepSeek peak-time windows and green during off-peak windows, and the pill shows a live countdown to the next window boundary plus a local-time readout.

Price windows

DeepSeek's official pricing windows are defined in UTC:

StateUTC window
Peak (full price)01:00–04:00
Off-peak (discounted)04:00–06:00
Peak (full price)06:00–10:00
Off-peak (discounted)10:00–01:00 (next day)

The widget classifies the current moment in UTC (so it is always correct) and renders local time and the countdown in your machine's timezone (via the browser's local time, DST-aware). No configuration needed.

Install

dsh plugin --profile web add dsh-peaktime-clock

Restart DeepSeek Harness after installation, and the whale appears in the bottom-right corner of the web UI.

The package is listed on the 1024 Store; when it is published to npm the store shows the install command above. Until then you can install the bundle from this repository with dsh plugin --profile web add github:tingao/dsh-peaktime-clock or add the folder as a file: dependency in your profile's package.json.

What it shows

  • Whale color / badge — red PEAK or green OFF-PEAK, live.
  • Countdown — time until the next pricing-window boundary (for example 1h 23m or 04m 12s).
  • Tooltip — current window, its UTC range, the fixed daily schedule, and the exact local date/time with your UTC offset.

Everything runs locally in the browser; no network calls, no telemetry.

Layout

dsh-peaktime-clock/
├── cordis.patch.yml   # composes the bundle row into the harness
├── client/client.js   # the browser widget (React via slots + timer)
└── lib/index.js       # empty host half (the widget is client-side)

Credits

The whale artwork is the official DeepSeek logo vector from lobe-icons (packages/static-svg/icons/deepseek-color.svg), recolored per pricing state.

License

MIT