AI Agent Hub
Back to plugins
🤖

dsh-ev-range

Model Inference Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-ev-range

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

Run dsh plugin install uckkk/dsh-ev-range in your terminal to install this plugin; the source is available at https://github.com/uckkk/dsh-ev-range

About this plugin

Real-world EV range is shaped by a stack of interrelated variables, and the manufacturer nominal figure rarely tells the full picture. dsh-ev-range turns that calculation into a single, repeatable step: feed the relevant parameters into the ev_range tool and receive a precise, itemized range estimate rather than a vague interval guess.

The plugin is deliberately lean. Every calculation runs in pure Node with zero network calls and no external service dependency, so results are fully deterministic, locally reproducible, and behave identically whether you are online or in the middle of nowhere. There is no model inference step to wait for and no API to rate-limit you.

It is aimed at developers who need a quick, auditable range figure for energy analysis, trip planning, or any pipeline that requires a repeatable calculation without extra infrastructure overhead. One call, one detailed result, zero external noise.

Use Cases

  • Estimating remaining range and arrival battery level before a long trip
  • Comparing energy consumption across different speeds, loads, and temperatures
  • Embedding range data into automated reporting or monitoring scripts
  • Providing reproducible range baselines for fleet management

Best For

  • Developers building energy analysis applications and tools
  • Engineers creating trip-planning or charging-scheduling products
  • Teams requiring deterministic calculations in offline or air-gapped environments