dsh-scheduled
Codex-style heartbeat and cron automations for DeepSeek Harness
AI 分析
核心用途是在 DSH 中实现基于 RFC 5545 标准的定时任务和心跳自动化。适合需要定期执行特定会话或项目脚本的自动化运维与开发任务。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ylxmf2005/dsh-scheduledドキュメント
README 全文を読む ↗Usage
Schedules use RFC 5545 text. Include DTSTART and TZID when wall-clock timing matters:
DTSTART;TZID=Asia/Shanghai:20260822T090000
RRULE:FREQ=DAILY;BYHOUR=9;BYMINUTE=0
Heartbeat automations need a target session. Cron automations need a project path. The automation_update tool exposes create, list, view, update, delete, run, runs, and mark_read operations; the Settings page exposes the same operations through Host RPC.
Failed runs are recorded and do not retry automatically. The next recurrence remains scheduled unless the automation is paused or completed.