From powerskills-tool
Guides PSS/E power system studies via PowerMCP with progressive disclosure: open cases, solve base cases, discover PSSPY commands, and run targeted automation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/powerskills-tool:psseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Treat PSSE as a layered interface. Start with the built-in base-case tools. Use generic `psspy` execution only after the correct command and argument shape are known.
Treat PSSE as a layered interface. Start with the built-in base-case tools. Use generic psspy execution only after the correct command and argument shape are known.
open_case(case)solve_case()search_psspy_commands(query, category) or lookup_psspy_command(function_name) to discover the right API entry point.run_psspy_command(function_name, arguments) only after the command contract is explicit.run_psspy_command as a search tool. Search or look up first.Quote the bus or branch and its value rather than saying "violations exist". Use dynamic-stability-mitigation for dynamic-performance issues.
| Observation | Escalate to |
|---|---|
Bus voltage < 0.95 or > 1.05 pu after solve_case | voltage-violation-mitigation |
| Branch loading above its MVA rating | thermal-overload-mitigation |
| Contingency run returns binding N-1 cases | contingency-mitigation |
solve_case fails to converge | convergence-failure-mitigation |
| Fault duty near or above breaker interrupting ratings | short-circuit-mitigation |
npx claudepluginhub power-agent/powerskills --plugin powerskills-toolOpens PowerWorld cases, solves power flow, inspects flows/voltages, changes model data, runs contingency analysis, and pulls sensitivity matrices (PTDF, LODF, Jacobian, Ybus) via PowerMCP.
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.
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.