dsh-log-volume
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-log-volume
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-log-volume in the DeepSeek Harness terminal to install the plugin; the source is available at https://github.com/uckkk/dsh-log-volume , and once installed you can invoke the log_volume tool directly in your session.
About this plugin
When operators and security auditors need to know how much log data a given set of filters or a time window will produce, they often reach for ad-hoc scripts or manual guesses. dsh-log-volume turns that step into a ready-to-call local tool. It registers a single log_volume tool that takes your parameters, computes the expected volume precisely, and returns a structured, detailed result rather than a rough ballpark.
The entire implementation is pure Node.js and makes zero network calls, so it runs comfortably in air-gapped environments, internal clusters, or CI pipelines. With no external dependencies, its behavior is predictable and reproducible regardless of upstream changes.
If you are wiring together DeepSeek Harness admin workflows, building a security-audit pipeline, or simply want a quick in-conversation estimate of log scale for a given query, this lightweight plugin slots straight into your flow and removes the need to hand-roll an estimation script every time.
Use Cases
- Estimate log data volume by time window and filter before sizing storage
- Assess expected log line count and byte size for a specific audit query
- Validate log-policy output limits in CI pipelines without network access
Best For
- Site-reliability engineers planning log infrastructure and storage capacity
- DevSecOps engineers building security-audit pipelines
- Developers authoring admin scripts inside DeepSeek Harness
Related Plugins
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.