From nz-skills
Queries NZ electricity market data: EM6 wholesale spot prices, grid demand, carbon intensity, historical nodal prices, monthly generation by fuel type, and lines-company outage records. No login or API key required.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:nz-electricityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query New Zealand electricity-market and outage information through a small deterministic CLI with human-readable and JSON output, without browser automation, login, private API keys, or local cache state.
Query New Zealand electricity-market and outage information through a small deterministic CLI with human-readable and JSON output, without browser automation, login, private API keys, or local cache state.
This skill ships support for:
scripts/cli.py with the narrowest subcommand that answers the taskspot --region for live regional wholesale price snapshotsdemand --region for national or EMI zone-level grid demandprices --node ... --from ... --to ... for historical nodal pricesgeneration --month ... --type ... for generation by fuel type from EMI monthly dataoutages --company ... or outages --region ... for lines-company public outage records--json when another tool or agent needs machine-readable outputRun with:
python3 skills/nz-electricity/scripts/cli.py <command> [flags]
spot [--region REGION] [--json] — current EM6 regional wholesale spot prices in $/MWhcarbon [--json] — current EM6 NZ carbon intensity and renewable percentagedemand [--region REGION] [--from DATE] [--to DATE] [--json] — EMI trading-period grid demand for New Zealand or an EMI zoneprices --node NODE [--from DATE] [--to DATE] [--json] — EMI historical final/interim energy prices for a point of connectiongeneration [--month YYYY-MM] [--type fuel] [--limit N] [--json] — EMI monthly generation output by fuel type and plantoutages [--company COMPANY] [--region REGION] [--all] [--json] — current public outage records from supported NZ lines companies; --all also includes planned, scheduled, or recent records where feeds expose themExamples:
python3 skills/nz-electricity/scripts/cli.py spot --region auckland
python3 skills/nz-electricity/scripts/cli.py spot --json
python3 skills/nz-electricity/scripts/cli.py carbon --json
python3 skills/nz-electricity/scripts/cli.py demand --region UNI --from 2026-05-22 --to 2026-05-22 --json
python3 skills/nz-electricity/scripts/cli.py prices --node BEN2201 --from 2026-05-20 --to 2026-05-20 --json
python3 skills/nz-electricity/scripts/cli.py generation --month 2026-04 --type hydro --limit 5 --json
python3 skills/nz-electricity/scripts/cli.py outages --company vector
python3 skills/nz-electricity/scripts/cli.py outages --region tahawai --json
scripts/cli.pyreferences/api-notes.mdspot and carbon use EM6 public free JSON feeds from https://api.em6.co.nz/ords/em6/data_apidemand uses the public Electricity Authority EMI Demand trends CSV report from https://www.emi.ea.govt.nz/Wholesale/Reports/W_GD_Cprices and generation use public Electricity Authority EMI CSV dataset files from https://www.emi.ea.govt.nzoutages uses clean public distributor feeds for Vector, Wellington Electricity, Orion, Powerco, Aurora Energy, WEL Networks, Unison, Counties Energy, and Top Energy--json for chaining into other toolsnpx claudepluginhub thecolab-ai/.skills --plugin nz-skillsCodifies expertise for electricity/gas procurement, tariff optimization, demand charge management, renewable PPA evaluation, and multi-facility energy cost strategies. Use for RFPs, tariff analysis, budgeting, hedging, or sustainability reporting.
Provides expertise for electricity and gas procurement, tariff optimization, demand charge management, renewable PPA evaluation, and multi-facility energy cost management.
Queries grid electricity forecasts and submits load events via EnergyKit (iOS 26+) for EV charging, HVAC scheduling, and home energy dashboards.