dsh-plugin-automations
Run the following command in DeepSeek Harness:
dsh plugin install Sev7een/dsh-plugin-automations
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Sev7een/dsh-plugin-automations in your terminal to install the plugin into the DeepSeek Harness Web Profile, then restart DSH and open Settings to manage scheduled tasks; source code: https://github.com/Sev7een/dsh-plugin-automations
About this plugin
In the DeepSeek Harness Web Profile, running batch prompts or generating daily digests used to mean triggering each one by hand. dsh-plugin-automations turns that into a one-click scheduling experience: create one-off or recurring tasks right from the settings page, and a built-in scheduler fires them on schedule or within idle windows you define, with no terminal babysitting required.
Two execution modes are available. on_time spins up an isolated Session the instant a task is due; when_idle automatically sidesteps Beijing peak hours (09:00-12:00 and 14:00-18:00) and defers the run to the next valley window. Two schedule types cover the common cases: a single fire-and-forget run that reaches a terminal state, or a standard six-field Cron expression evaluated in the host local timezone that computes the next matching occurrence after each one. Every occurrence launches a fresh isolated Session using the default Agent preset and the host workspace root, guarded by a fixed 30-minute timeout and an explicit host-interrupted recovery path. Durable task state lives through ctx.storageDomain, and a serialized scheduler pump prevents concurrent runner launches. Automated messages carry a plugin tag so they never impersonate direct human input.
If you want to auto-generate daily digests, batch-execute a Prompt queue, or let repetitive jobs finish themselves during off-peak hours in the Harness Web, this plugin is purpose-built for that kind of agent-workflow automation.
Use Cases
- Auto-fire a prompt batch every day to generate digests or summaries
- Run long inference jobs during nightly off-peak windows to avoid Beijing peak hours
- Schedule a one-shot task that fires at a specific date and self-terminates, no manual follow-up needed
Best For
- End users who run Agent prompt batches daily in the Harness Web
- Workflow developers who want to delegate repetitive prompts to an automated scheduler
- Teams that need to offload work to idle windows to reduce peak-hour costs
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.