Agent Plugins Marketplace
All plugins

powerworld-hivemind

v0.2.0

PowerWorld Simulator automation knowledge: esapp, SimAuto, PWW weather data, timestep simulation, contingency analysis, and the failure modes PowerWorld reports as success.

Claude CodeAgent Plugins2 Skills

By Team Overbye, Texas A&M UniversityLicense: CC-BY-4.00 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install powerworld-hivemind for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install powerworld-hivemind@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ChunSikPark/PowerWorldHiveMind

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

powerworld-hivemind/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/knowledge-base-page/SKILL.md
└── skills/powerworld/SKILL.md

Included Skills2

knowledge-base-pageskills/knowledge-base-page/SKILL.md

Write something up as a page in this knowledge base, or edit a page already here. Use when the user wants to record, save, document, write up or keep what they just worked out - a PowerWorld behaviour, a procedure that worked, a failure mode, a gotcha - so it is not lost when the session ends. Also use when asked to add a page, fix a page, or check whether the pages still hang together (missing index rows, links pointing nowhere).

powerworldskills/powerworld/SKILL.md

Use when working with PowerWorld Simulator, .pwb case files, SimAuto, or the esapp Python package - opening or modifying cases, solving power flow, adding buses/lines/generators, applying a dispatch, contingency analysis and violation reports, saving cases, and PowerWorld SCRIPT/aux actions. Also covers PowerWorld's built-in weather features: PWW weather files, TimeStep simulation for hourly renewable generator output, and fetching the .pww files those need via the TeamOverbyeWeather client. Also fires on power-system study work phrased without any tool name: overloaded or heavily loaded branches, N-1 violations and what caused them, comparing two planning cases or vintages, what a transmission plan builds, testing whether a new line or reinforcement helps, hourly wind and solar output from weather, and applying a dispatch.

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "powerworld-hivemind",
  "description": "PowerWorld Simulator automation knowledge: esapp, SimAuto, PWW weather data, timestep simulation, contingency analysis, and the failure modes PowerWorld reports as success.",
  "version": "0.2.0",
  "author": {
    "name": "Team Overbye, Texas A&M University"
  },
  "license": "CC-BY-4.0",
  "keywords": [
    "powerworld",
    "simauto",
    "esapp",
    "power-systems",
    "weather",
    "timestep",
    "contingency-analysis"
  ],
  "homepage": "https://github.com/ChunSikPark/PowerWorldHiveMind",
  "repository": "https://github.com/ChunSikPark/PowerWorldHiveMind"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "powerworld-hivemind",
  "version": "0.2.0",
  "description": "PowerWorld Simulator automation knowledge: esapp, SimAuto, PWW weather data, timestep simulation, contingency analysis, and the failure modes PowerWorld reports as success.",
  "author": {
    "name": "Team Overbye, Texas A&M University"
  },
  "homepage": "https://github.com/ChunSikPark/PowerWorldHiveMind",
  "repository": "https://github.com/ChunSikPark/PowerWorldHiveMind",
  "license": "CC-BY-4.0",
  "keywords": [
    "powerworld",
    "simauto",
    "esapp",
    "power-systems",
    "weather",
    "timestep",
    "contingency-analysis"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[powerworld-hivemind on Agent Plugins Marketplace](https://pluginsmp.com/plugins/powerworld-hivemind)