GMH13552/dsh-timer-scheduler0

dsh-timer-scheduler-ui

DSH plugin: an agent self-scheduler that wakes the agent later to check on background/remote work, plus a bottom-right reminder panel in the web UI.

AI Analysis

核心用途是提供智能体定时自唤醒与提醒功能。适合需要让智能体在后台或远程任务完成后自动恢复执行、并在 Web 界面显示倒计时提醒的用户。

Package
dsh-timer-scheduler-ui
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GMH13552/dsh-timer-scheduler

Usage

In an agent session, just say:

  • "Remind me in 30 minutes to check that background job" → schedule_reminder(delay_seconds=1800, note=…)
  • "Check the deployment at 3pm" → schedule_reminder(at="15:00", note=…)
  • Manage with list_reminders / cancel_reminder.

The bottom-right panel shows the countdown while reminders are pending and hides when empty.