0gl20shk0sbt36/dsh-timer-task0

dsh-timer-task

DSH plugin: agent-schedulable recurring timer tasks with veto. When a task fires, the owning session (or its blocking subagent) is prompted and may veto (timer_veto tool or marker file); the command runs only when nobody vetoes.

AI Analysis

适合无人值守重复操作场景;任务文件与 veto 目录需可写,需处理好空闲窗口与提示策略。

Package
dsh-timer-task
Version
0.1.1
License
MIT
Last updated
Sep 2, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:0gl20shk0sbt36/dsh-timer-task

配置 / Configuration

配置项默认说明
vetoWindowSeconds60全部 agent 空闲后,无人 veto 的宽限窗口(秒)
checkIntervalSeconds20定时器检查周期(秒)
vetoDir~/.dsh/plugins/dsh-timer-task/veto全局 veto 标记目录(插件进程可写)
persistFile~/.dsh/plugins/dsh-timer-task/tasks.json任务持久化文件