AI Agent Hub
Back to plugins
🤖

dsh-render-time

Model Inference Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-render-time

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

Run dsh plugin install uckkk/dsh-render-time to install the plugin; source code is available at https://github.com/uckkk/dsh-render-time .

About this plugin

In model inference and rendering pipelines, estimating how long a render will take is foundational for making sound scheduling and resource decisions, yet many workflows lack a lightweight estimator that runs entirely locally. dsh-render-time fills that gap.

At its core it exposes a single render_time tool: given a set of parameters, it performs a precise calculation and returns a detailed, structured result. The implementation is pure Node.js with zero network dependencies, so you can invoke it right in your session after installation.

If you are building an inference pipeline, need a quick rendering-time reference before dispatch, or work in an offline environment where external services are unavailable, this plugin offers a clean and minimal starting point.

Use Cases

  • Estimating render duration before dispatching tasks
  • Computing rendering time in an offline environment
  • Getting structured time estimates within an inference pipeline

Best For

  • Developers building inference pipelines
  • Engineers needing time estimation in offline environments
  • Technical teams focused on rendering scheduling efficiency