dsh-schedule-day
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-schedule-day
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-schedule-day in DeepSeek Harness to install the scheduling plugin from https://github.com/uckkk/dsh-schedule-day; once installed, call the registered tool directly in your session.
About this plugin
Scheduling logic looks straightforward until you stack multiple constraints and need exact time calculations. dsh-schedule-day collapses that repetitive, error-prone computation into a single, well-defined tool call so an agent can pull a structured result in one step instead of deriving every field by hand.
The core capability stays intentionally focused: accept scheduling parameters, compute the arrangement with precise rules, and return a full day-level schedule breakdown. The entire implementation runs on plain Node with zero network calls, so it works reliably in local, offline, or air-gapped CI environments without any external dependency to break.
It is a good fit for developers building agent workflows that need scheduling as a sub-step—whether you are wiring up a personal assistant, a team-coordination bot, or embedding date planning into a larger automation pipeline. You get deterministic schedule output with the minimum surface area possible.
Use Cases
- Generate a detailed day schedule from parameters inside an agent session
- Embed scheduling computation in an offline or air-gapped environment
- Use day planning as a deterministic sub-step in an automation pipeline
Best For
- Developers building personal assistants or team-coordination bots
- Users who need deterministic scheduling logic inside agent workflows
- Teams preferring local, dependency-free tooling with zero network calls
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.