AI Agent Hub
Back to plugins
⚙️

dsh-post-frequency

Workflow Updated 2026.08.20

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