AI Agent Hub
Back to plugins
🧰

dsh-business-days

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-business-days

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

Run dsh plugin install uckkk/dsh-business-days in DeepSeek Harness to install the plugin; source is available at https://github.com/uckkk/dsh-business-days

About this plugin

When you need to count business days between two dates mid-conversation, dsh-business-days eliminates the need to fire up an external calculator or whip up a throwaway script. Once installed, it registers as a session tool you can invoke naturally in dialogue, returning results instantly.

The plugin is a pure Node.js implementation with zero network dependencies. No third-party APIs, no external service endpoints, no configuration overhead. It works fully offline, keeps responses fast, and adds no extra attack surface to your session.

Its core capability is deliberately narrow and lightweight: describe a start and end date in chat, and the tool returns the corresponding business-day count. No settings to fiddle with, no services to maintain—install and go.

Ideal for developers, project managers, and SREs who frequently convert calendar spans into working days for sprint planning, contract deadlines, or SLA tracking. Licensed under MIT, free to drop into any workflow.

Use Cases

  • Counting business days between dates for sprint planning
  • Converting contract or SLA deadlines into working days
  • Calculating date spans fully offline without any external service

Best For

  • Developers who regularly convert calendar spans to working days
  • PMs tracking iteration cadence and delivery deadlines
  • Engineers who prefer local, zero-config, offline tooling