Sev7een/dsh-plugin-automations ↗★ 1
dsh-plugin-automations
On-time and valley-hour (off-peak) scheduled tasks with daily repeat for the DeepSeek Harness Web profile.
AI 분석
用于在 DSH 中执行定时和避峰自动化任务。适合需要每日定时运行或在非高峰时段自动执行大模型任务以优化成本的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Sev7een/dsh-plugin-automationsUsage
Execution modes
| Mode | Behavior |
|---|---|
on_time | Creates an isolated DSH Session and starts as soon as the task is due. |
when_idle | Runs only outside Beijing peak hours; a task due during peak hours waits for the next valley window. |
Repeat modes
| Repeat | Behavior |
|---|---|
once | Reaches a terminal state and does not run again. |
daily | Rolls to the same local wall-clock time on the next calendar day. |