Sev7een/dsh-plugin-automations1

dsh-plugin-automations

DeepSeek Harness Web 配置文件的定时任务插件,支持准时和避峰(低谷期)每日循环任务。

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.