Sev7een/dsh-plugin-automations1

dsh-plugin-automations

On-time and valley-hour (off-peak) scheduled tasks with daily repeat for the DeepSeek Harness Web profile.

AI 분석

用于在 DSH 中执行定时和避峰自动化任务。适合需要每日定时运行或在非高峰时段自动执行大模型任务以优化成本的用户。

패키지
dsh-plugin-automations
버전
0.2.0
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Sev7een/dsh-plugin-automations

Usage

Execution modes

ModeBehavior
on_timeCreates an isolated DSH Session and starts as soon as the task is due.
when_idleRuns only outside Beijing peak hours; a task due during peak hours waits for the next valley window.

Repeat modes

RepeatBehavior
onceReaches a terminal state and does not run again.
dailyRolls to the same local wall-clock time on the next calendar day.