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/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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.