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 Analysis

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

Package
dsh-plugin-automations
Version
0.2.0
Last updated
Aug 14, 2026

Install

$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.