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.

Wellness — DSH Plugin for DeepSeek Harness
← Plugins
W

dsh-wellness

Wellness

DeepSeek Harness health reminders: eat/sleep on a schedule and take a break after 2 hours of active work, delivered as in-session nudges.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ZSCDumin/dsh-wellness#aae6a34b82df2681faec0e35a109f5a67d3c925f
READMECompatibilityVersions

Compatibility and provenance

Wellness is published as dsh-wellness and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/6/2026

Versions

0.1.0stable
9/6/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/6/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient 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.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-wellness

Health reminders for DeepSeek Harness: tell you when it is time to eat and sleep, and nudge you to get up and move after two hours of active work. The plugin watches the dsh sessions on your machine and, when a reminder is due, has a live agent remind you as an ordinary in-conversation message.

What it does

  • Meal & sleep reminders — default routine breakfast 08:00, lunch 12:00, dinner 18:00, sleep 23:00. Each is configurable (HH:MM), can be disabled, fires at most once per day within a window around its target, and never interrupts a running agent turn.
  • Active-work break reminder — while any dsh session has a running agent, the plugin accumulates your active work time. After the configured active span (default 120 minutes) it asks a live agent to tell you to take a break. A cooldown (default 20 minutes) prevents nagging.

Install

Install it into your web profile, then restart dsh web:

dsh plugin --profile web add <PACKAGE-NAME>

It can also be installed from the Plugin Market once this package is listed.

Configure

Open your profile's cordis.patch.yml (or the market's plugin configuration) and override the plugin row:

- id: wellness
  name: <PACKAGE-NAME>
  config:
    mealTimes:
      breakfast: '08:00'
      lunch: '12:00'
      dinner: '18:00'
    sleepTime: '23:00'
    activeBreakMinutes: 120
    breakCooldownMinutes: 20
    idleMinutes: 5
    pollSeconds: 60

mealTimes fields and sleepTime use 24-hour HH:MM; null or '' disables that slot. enabled: false keeps the plugin mounted but inert. The optional copy map overrides the wording of each reminder kind.

Limitations

  • Delivery needs a live idle session: there is no push or OS notification. If the app is closed or every session is busy, the reminder waits until an idle agent is available.
  • "Working" means a dsh session currently has a running agent (plus a short idle grace). Time spent outside dsh is not counted.
  • Progress is held in memory and resets on restart.

License

MIT