AI Agent Hub
Back to plugins
🧰

dsh-annual-leave

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-annual-leave

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

Run dsh plugin install uckkk/dsh-annual-leave in the DeepSeek Harness terminal to install the plugin; the source repository is https://github.com/uckkk/dsh-annual-leave.

About this plugin

Annual leave calculation sounds like a simple lookup, but in practice it requires cross-referencing onboarding dates, cumulative service years, national statutory entitlements, and local policy nuances — making manual verification slow and error-prone.

dsh-annual-leave is a lightweight, pure Node.js plugin with zero network dependencies. A single call to the annual_leave tool with your parameters returns a precise day count along with a step-by-step explanation, making results easy to audit and repeat.

Whether you are an HR professional batching entitlement checks, an employee verifying remaining leave, or a developer embedding leave logic into an internal system, this plugin turns scattered policy rules into one auditable calculation.

Use Cases

  • An employee quickly checks remaining annual leave days
  • HR batches leave entitlement calculations with audit-ready explanations
  • An internal system embeds leave logic as a lightweight local dependency

Best For

  • Employees verifying their remaining leave days
  • HR and comp teams batching entitlement calculations
  • Backend or full-stack developers embedding leave logic into internal systems