dsh-sla-calc
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-sla-calc
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-sla-calc in DeepSeek Harness to install this plugin; full source is available at https://github.com/uckkk/dsh-sla-calc
About this plugin
SLA availability calculations in agent workflows typically require manual lookup tables or external API calls, which both interrupt the pipeline and introduce network-level uncertainty. dsh-sla-calc collapses that step into a single deterministic tool invocation: pass in the parameters and receive a precise availability figure along with a full breakdown of the computation, with zero external dependencies.
The entire tool is implemented in pure Node.js and performs all calculations locally without issuing any network requests. This makes it a naturally reliable, auditable numeric node inside a workflow—downstream steps can read the returned values for secondary checks, report generation, or alert triggering without worrying about results drifting due to environmental variability.
If you are orchestrating automation around service-level accounting—whether tracking SLA attainment for an SRE team, validating metric thresholds in ops scripts, or anchoring a reproducible numeric step in a multi-agent task—dsh-sla-calc slots into your existing pipeline with minimal friction, keeping SLA calculations as deterministic as they should be.
Use Cases
- Embedding SLA availability checks inside an agent workflow
- Validating service-level thresholds in ops automation scripts
- Serving as a reproducible, network-free numeric anchor in multi-step tasks
Best For
- Developers orchestrating agent workflows
- SRE and DevOps automation teams
- Engineers building local, zero-dependency toolchains
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.