From powerskills-tool
Progressive-disclosure workflow for OpenDSS distribution-feeder analysis: compile, solve, inspect voltages/power, sweep load multipliers, and run daily or harmonic studies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/powerskills-tool:opendssThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start with a solved feeder. Do not jump to daily or harmonic studies until the base feeder compiles and the voltage profile is understood.
Start with a solved feeder. Do not jump to daily or harmonic studies until the base feeder compiles and the voltage profile is understood.
compile_and_solve(dss_file) to load and solve the circuit.get_total_power() and get_bus_voltages() to confirm the base operating point.set_load_multiplier(load_mult) for simple scenario sweeps.run_daily_energy_meter(meter_name, hours) for daily feeder behavior.get_harmonic_results(load_name, harmonic) only after the harmonic question is well scoped.Quote the weak bus + voltage or the loaded element rather than saying "there is a problem".
| Observation | Escalate to |
|---|---|
get_bus_voltages shows pu outside the feeder band (e.g. < 0.95 or > 1.05) | voltage-violation-mitigation |
| A line, transformer, or regulator loaded above its rating | thermal-overload-mitigation |
compile_and_solve succeeds to compile but the solution diverges | convergence-failure-mitigation |
| The study is DER (PV, storage) integration or hosting capacity on the feeder | der-hosting-capacity-mitigation |
npx claudepluginhub power-agent/powerskills --plugin powerskills-toolGuides PSS/E power system studies via PowerMCP with progressive disclosure: open cases, solve base cases, discover PSSPY commands, and run targeted automation.
Determines DER hosting capacity binding constraints (voltage, thermal, protection) and applies mitigation: inverter settings, feeder controls, protection recheck, reinforcement. Pairs with OpenDSS/pandapower feeder studies.
Analyzes electric power networks with pandapower v3.4.0: builds models (buses, lines, transformers, loads, generators), runs AC/DC power flow, OPF, short circuit (IEC 60909), state estimation, time series, topology, plotting.