AI Agent Hub
Back to plugins
⚙️

dsh-reminder

Workflow Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install Komorebi3x3/dsh-reminder

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

Install it in DeepSeek Harness by running dsh plugin install Komorebi3x3/dsh-reminder; the source repository is https://github.com/Komorebi3x3/dsh-reminder

About this plugin

Scheduling a reminder inside a DSH conversation usually means breaking your flow to open a calendar or a separate alarm app. dsh-reminder keeps everything in the conversation itself: say "remind me about the meeting in 25 minutes" and a background scheduler fires on time, no tab-switching and no extra application required.

Core capabilities include natural-language time parsing covering relative offsets, daily recurrence, weekday-only recurrence, specific weekday recurrence, and absolute date-time; a background poller that checks every 15 seconds and enqueues due reminders; automatic roll-forward so recurring tasks always schedule the next occurrence; and full lifecycle management—list, cancel by ID, snooze, and inspect due-but-unacknowledged items. All data persists locally under $DSH_HOME/scheduler, survives restarts, and is never uploaded.

Best suited for heavy DSH Web-ecosystem users who treat the conversation as their workflow entry point and would rather not switch windows just to set a single reminder.

Use Cases

  • Set a morning meeting reminder in a single sentence within the chat
  • Trigger a weekly report task automatically every Monday
  • Receive a pre-meeting nudge without breaking the conversation flow

Best For

  • Heavy DSH Web conversation power users
  • Developers who treat the chat as their workflow entry point
  • Efficiency-focused users who avoid window-switching for reminders