AI Agent Hub
Back to plugins
🖥️

dsh-wire-gauge

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-wire-gauge

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

Run dsh plugin install uckkk/dsh-wire-gauge in your DeepSeek Harness environment to install this plugin; the source code is available at https://github.com/uckkk/dsh-wire-gauge.

About this plugin

In electrical design and cable selection, engineers often need to match the appropriate wire gauge based on working current, voltage rating, run length, and installation method. Manually flipping through standard reference tables is slow and error-prone, especially when parameters shift across multiple design iterations.

dsh-wire-gauge consolidates this calculation into a single callable tool, wire_gauge: pass in the key parameters and it returns a precise recommendation along with detailed supporting information. The entire implementation is pure Node.js with zero network dependency, making it reliable in offline or restricted-network environments.

Whether you are an electrical engineer, an embedded hardware designer, or an electronics hobbyist, dsh-wire-gauge turns the gauge-lookup step into one quick call so you can spend more time on system-level decisions rather than table cross-referencing.

Use Cases

  • Match the appropriate wire gauge from working current and installation method
  • Complete cable selection calculations in an offline environment
  • Iterate parameters across design rounds with instant results

Best For

  • Electrical engineers and hardware designers
  • Embedded systems developers
  • DIY electronics enthusiasts and makers