AI Agent Hub
Back to plugins
dsh-automation preview

dsh-automation

Workflow Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install alpacachen/dsh-automation

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install alpacachen/dsh-automation in your terminal to complete the installation; the source is at https://github.com/alpacachen/dsh-automation and you can restart dsh web once installed.

About this plugin

Scheduling Agent work in DSH used to mean retyping the same prompt, waiting for a result, and repeating the cycle. dsh-automation lets you describe a one-time or recurring Agent task in a single sentence and have it execute on schedule, turning repetitive workflows into a set-and-forget automation.

Core capabilities include RFC 5545 recurrence with IANA time zones, fresh sessions by default to avoid context pollution, and the option to pin a run to a persisted session that resumes exactly. Each task can pin an Agent preset, provider and model pair, an ordered skill list, and a host permission preset, with full lifecycle controls such as pause, resume, run-now, and delete. A visual recurrence editor covers common schedules without hand-writing RRULE, and failed runs can retry automatically or auto-pause on consecutive failures.

Built for developers and teams who run recurring DSH jobs like dependency checks, release-readiness reviews, daily handoff summaries, or workspace audits, and want to replace repeated prompt entry with a single declarative configuration that the Agent executes on time.

Screenshots

Use Cases

  • Daily automated workspace audit for release blockers
  • Recurring code change summaries and work tracking
  • Scheduled dependency update checks

Best For

  • Developers running repetitive Agent tasks in DSH
  • Engineering teams needing scheduled automation pipelines
  • DSH users who want to reduce manual repetition