@dsh-external/dsh-client-plugin-clock
Calendar and clock for DeepSeek Harness: set an alarm that wakes a chosen conversation at a chosen instant, by keyword, with the system time and the drift injected into the wake. In-process timer plus a Windows Task Scheduler mirror.
AI Analysis
核心用途是实现基于时间的 Agent 自动唤醒与任务触发。适合需要定时任务、日程提醒或自动化工作流的用户。必要条件是 Windows 任务计划镜像功能仅限 Windows 系统。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:catsenior507/dsh-clockREADME
Read the full README ↗Configuration
- id: ui-clock
name: '@dsh-external/dsh-client-plugin-clock'
config:
port: 4801 # private carrier port when the profile has no web server
dataDir: … # default: $DSH_HOME/clock
defaultTimeZone: Asia/Shanghai
useSystemScheduler: true # mirror the earliest alarm into Windows Task Scheduler
wakeComputer: false # let that task wake the machine from sleep
wakeMode: queue # queue | steer — how the wake enters a busy conversation
driftToleranceSeconds: 60 # lateness below this still reads ON-TIME
retainFiredDays: 7 # how long a settled alarm stays in the panel
exposeTool: true # register the clock tool for the agent