AI Agent Hub
Back to plugins
dsh-automation preview

dsh-automation

Workflow Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install titanwings/dsh-automation

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

To install the dsh-automation plugin in DeepSeek Harness, run `dsh plugin install titanwings/dsh-automation`; full source code: https://github.com/titanwings/dsh-automation

About this plugin

In daily coding work, many tasks are repetitive and bounded, yet hard to automate because they depend on chat context. dsh-automation solves this by packaging task, schedule, and permission boundary together. Every run starts in a fresh root Agent and Session, using the saved prompt without inheriting source conversation history, ensuring a clean and predictable execution environment.

Core capabilities include creating and managing schedules from DSH Web or any eligible root Agent, supporting one-shot, fixed-interval, daily, and weekly rules with IANA time zones normalized into RFC 5545 RRULE. Each run keeps an immutable snapshot of definition revision, prompt, and model target, and records terminal states such as succeeded, failed, skipped, or cancelled, forming an auditable history. Permission is limited to read-only or workspace-write modes, with fail-closed behavior to prevent unattended privilege escalation.

This plugin is ideal for individuals or teams who need recurring coding automation—such as weekday regression triage, weekly repository health reports, one-shot verification, or generated-code refresh. If you want tasks that are repeatable, clearly bounded, and inspectable after each run, dsh-automation is a dependable choice.

Screenshots

Use Cases

  • Automatically generate a weekly repository health report in a fresh session
  • Run weekday regression triage and record failure summaries on schedule
  • Set a one-shot task to re-verify a flaky failure later

Best For

  • Developers who need recurring automated coding tasks
  • Teams that require clear permission boundaries and audit trails for unattended runs
  • DSH workspace users who want to manage schedules from Web or Agent