Claude Code / agent plugins for Spanish & Iberian energy data. Each plugin bundles natural-language skills that consume one of the datons MCP services hosted at mcp.datons.com.
markets(10 skills) — Wholesale electricity market: precio MD, precio intradiario, PVPC, demand, generation by technology, balancing services (banda secundaria, SRAD), Portugal cross-border, periodo comparison, system overcost.operation(7 skills) — System operation: curtailment cause attribution, generator unavailability events from I90, technical restrictions by zone, top curtailment by company, outage rates by technology, restriction trends, imbalance ranking.grid(6 skills) — Topology + geolocation: nearest installation, nearest transmission node, UP composition, node evacuation capacity, installations by company, territorial coverage.billing(3 skills) — Settlement & billing: liquicomun firehose, billing components stack, tariff formula application.
Roadmap:
gas— Spanish gas market (when datons starts ingesting MIBGAS / Enagás)forecast— REE demand/wind/solar forecasts
claude plugin marketplace add github:datons/skills-energy-spain
claude plugin install markets@energy-spain
claude plugin install operation@energy-spain
claude plugin install grid@energy-spain
claude plugin install billing@energy-spainOr, inside Claude Code:
/plugin marketplace add github:datons/skills-energy-spain
/plugin install markets@energy-spain
/plugin install operation@energy-spain
/plugin install grid@energy-spain
/plugin install billing@energy-spain
Plugins call the datons MCP at mcp.datons.com/esios/mcp/. First invocation opens a browser for OAuth — subsequent calls reuse the cached token. A datons.com account is required.
skills-energy-spain/
├── .claude-plugin/marketplace.json
├── README.md
├── CONTRIBUTING.md
├── LICENSE
├── markets/ (10 skills)
│ ├── .claude-plugin/plugin.json
│ ├── README.md
│ └── skills/<skill-name>/SKILL.md
├── operation/ (7 skills, same structure)
├── grid/ (6 skills, same structure)
└── billing/ (3 skills, same structure)
These plugins register the datons MCP server. Review each plugin's .mcp.json and README.md before installing. Skills always route through the MCP — responses are live, timestamped, and traceable to REE/ESIOS as the official source.
MIT.