dsh-post-frequency
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-post-frequency
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-post-frequency in DeepSeek Harness to install this plugin; source at https://github.com/uckkk/dsh-post-frequency
About this plugin
In agent workflows, figuring out the right publishing cadence is often left to ad-hoc prompt instructions or manual math, which is error-prone and hard to reuse. dsh-post-frequency wraps the task of precisely calculating an update frequency from given parameters into a single callable tool, so you pass in your inputs and get back a clear, detailed result without reinventing the calculation every time.
The plugin does one focused job: it exposes a post_frequency tool that accepts frequency-related parameters, computes the result precisely, and returns a detailed breakdown. The entire implementation is pure Node with zero external network calls, making it fast, offline-friendly, and trivially deployable.
It is well suited for developers and teams orchestrating DeepSeek Harness agent workflows. Whenever your pipeline needs a frequency-calculation step, simply invoke the tool instead of hand-writing formulas in a prompt, keeping the workflow lean and the results reproducible.
Use Cases
- Agent workflow needs a precise frequency-calculation step
- Publishing cadence must be reproducible and reusable
- Parameterized computation required in an offline environment
Best For
- Developers orchestrating DeepSeek Harness agent workflows
- Teams that need reproducible frequency results without hand-written formulas
- Engineers building offline-capable 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.