AI Agent Hub
Back to plugins
🧩

dsh-sd-capacity

admin-security Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-sd-capacity

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

Run dsh plugin install uckkk/dsh-sd-capacity in DeepSeek Harness to install this plugin; the full source repository is available at https://github.com/uckkk/dsh-sd-capacity

About this plugin

Right-sizing storage for video-surveillance and security-camera deployments is deceptively simple to scope but surprisingly fiddly to execute. A single miscalculated retention window or bitrate assumption can quietly leave a recording system short of space, or conversely waste budget on capacity that will never be used. dsh-sd-capacity removes the guesswork: hand it the parameters you care about and it returns a precise, detailed capacity breakdown right in your session.

Under the hood the plugin is a pure Node.js implementation with no network calls, no external services, and no telemetry. After installation it registers a tool named sd_capacity that you invoke in-conversation; the calculation runs locally on your machine, making it a natural fit for air-gapped facilities, on-prem security stacks, and any environment where outbound traffic is restricted.

The tool is aimed at security-system administrators who need quick what-if numbers, integrators quoting storage line items to clients, and platform engineers iterating on retention or resolution specifications. In all of those roles it replaces a spreadsheet ritual with a single, repeatable call that returns a structured, auditable result you can drop straight into a project plan.

Use Cases

  • Sizing storage before a surveillance project by channel count, resolution, and retention window
  • Quickly estimating incremental capacity when adjusting retention policy or upgrading resolution
  • Computing storage requirements in air-gapped or restricted-network environments

Best For

  • Security system administrators planning camera storage infrastructure
  • Integration engineers quoting storage line items to end clients
  • Platform and ops engineers operating recording systems in restricted networks