From powerskills-tool
Opens PowerWorld cases, solves power flow, inspects flows/voltages, changes model data, runs contingency analysis, and pulls sensitivity matrices (PTDF, LODF, Jacobian, Ybus) via PowerMCP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/powerskills-tool:powerworldThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expose PowerWorld tools in stages. Start with the base case. Move to contingencies or matrix analytics only after the operating condition is understood.
Expose PowerWorld tools in stages. Start with the base case. Move to contingencies or matrix analytics only after the operating condition is understood.
open_case(case_path)run_powerflow(solution_method)get_power_flow_results(object_type, additional_fields) and get_key_field_list(object_type)change_and_confirm_params(...) or change_parameters_multiple_element(...)analyze_contingencies(option, validate)get_ybus(), get_jacobian(), get_lodf_matrix(), get_ptdf_matrix_fast(), to_graph(), determine_shortest_path(), or run_robustness_analysis()Quote the bus or branch and the value that tripped each row rather than saying "violations exist".
| Observation | Escalate to |
|---|---|
| Bus voltage outside [0.95, 1.05] pu in the power-flow results | voltage-violation-mitigation |
| Branch percent loading > 100 | thermal-overload-mitigation |
analyze_contingencies returns binding violations | contingency-mitigation |
run_powerflow fails to converge | convergence-failure-mitigation |
npx claudepluginhub power-agent/powerskills --plugin powerskills-toolRuns transmission power-system studies: AC/DC power flow, OPF, contingency analysis, PTDF/LODF sensitivities, ATC, SCED, SCUC. Builds or edits networks and loads MATPOWER, PSS/E, XIIDM, CIM/CGMES files.
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.
Diagnoses and resolves power-flow convergence failures in PSS/E, PSLF, PowerWorld, pandapower, PyPSA, surge, and OpenDSS. Separates data errors from numerical fragility from physical infeasibility.