dsh-cron
Run the following command in DeepSeek Harness:
dsh plugin install GooDAnDReaDY/dsh-cron
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install GooDAnDReaDY/dsh-cron inside DeepSeek Harness to install the plugin; the source repository is at https://github.com/GooDAnDReaDY/dsh-cron
About this plugin
Autonomous AI agents frequently need to run recurring jobs—daily digests, bug triaging, API health checks, periodic Git hygiene—yet without a native scheduler inside the harness, users end up relying on external crontab wrappers, brittle webhook chains, or manual re-triggering. dsh-cron embeds standard cron expressions and natural interval syntax (every 15m, daily, weekdays) directly into DeepSeek Harness, making scheduling a first-class platform capability and eliminating all external dependencies.
On the feature side, the plugin ships a sidebar visual task manager with status-filtering tabs, one-click pause/trigger/delete actions, preset workflow templates, and expandable execution history showing timestamps, durations, and outputs. Tasks can be authored through the "Create with DSH" chat modal, where a dedicated agent session translates plain-language requirements into a registered schedule. Keyboard-first users can manage the full lifecycle via /cron slash commands (list, add, pause, resume, run, delete). Agents themselves can invoke native tools—cron_schedule_task, cron_list_tasks, cron_toggle_task—to arrange follow-up executions mid-conversation. The croner-based engine supports timezone-aware scheduling, configurable overlap policies (skip, queue, replace), execution-timeout enforcement with automatic session cancellation, and Telegram delivery for run reports and failure alerts with optional failure-only mode and Markdown formatting. Additional capabilities include one-shot delayed tasks with ISO 8601 or relative timing, automatic Kanban card creation on failure, and a live analytics bar tracking active jobs, total executions, token consumption, and estimated USD spend.
It is built for developers and teams running autonomous agents in DeepSeek Harness who want schedule-driven automation as a native part of their workflow, without maintaining parallel infrastructure or hand-rolled cron wrappers.
Use Cases
- Schedule recurring agent jobs such as daily digests, bug triaging, and API health checks
- Describe requirements in plain language to auto-generate and register cron tasks via DSH chat
- Monitor execution history, enforce timeouts, manage overlap policies, and receive failure alerts via Telegram
Best For
- Developers running autonomous agents in DeepSeek Harness who need built-in scheduling
- Engineering teams replacing external crontab wrappers or webhook chains with native task scheduling
- Tech leads who need agents to self-schedule recurring maintenance and follow-up executions
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.