catsenior507/dsh-clock0

@dsh-external/dsh-client-plugin-clock

DSH 日历与时钟插件,支持设置定时闹钟以唤醒指定对话,提供进程内定时器及 Windows 任务计划程序镜像。

AI 分析

核心用途是实现基于时间的 Agent 自动唤醒与任务触发。适合需要定时任务、日程提醒或自动化工作流的用户。必要条件是 Windows 任务计划镜像功能仅限 Windows 系统。

包名
@dsh-external/dsh-client-plugin-clock
版本
0.1.0
许可证
MIT
最近更新
2026年9月11日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:catsenior507/dsh-clock

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