EECA EV Chargers NZ

SkillMonitoring & ops

Query EECA New Zealand public EV charger dashboard CSVs and data.govt.nz metadata, including public charger units, co-funded charger pipeline rows, EV metrics by district or region, BEVs per charger, charging kW, site counts, and source caveats. Use for NZ EV infrastructure, EVRoam-derived charger coverage, charging equity, public co-funding, and For Good transport research.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the EECA EV Chargers NZ skill

What this skill tells your AI

The instructions your AI receives, as published by thecolab-ai/.skills in skills/eeca-ev-chargers-nz/SKILL.md and read by ahel’s review.

Overview

Read-only CLI for repeatable access to EECA's public EV charger dashboard exports and the data.govt.nz CKAN package metadata. It uses Python 3 standard library only, no API key, no browser, and no cache.

The CLI fetches official CSV exports for public charger units, co-funded charger applications, and EV metrics by region or district. It normalises numeric fields, exposes JSON for agent workflows, and includes source caveats when aggregating charger capacity and BEV ratios.

Use When

  • Research needs current New Zealand public EV charger locations, site counts, charge points, operator/owner names, connector types, current type, or rated kW.
  • A task asks for EV charging infrastructure coverage by region or district.
  • You need BEVs per public charge point, kW per BEV, BEV penetration, or population-relative EV metrics from EECA dashboard exports.
  • You need to separate live and in-progress co-funded charger applications.
  • A For Good or policy workflow needs citable, repeatable public EV charger aggregates without one-off scraping.

Do not use this skill for private charger networks, route planning, real-time charger availability, pricing, account access, or booking sessions. The EECA CSV exports are public dashboard data, not a live operational charger API.

Commands

Run commands through scripts/cli.py. Every command accepts --json.

CommandPurpose
datasetsReport data.govt.nz package metadata, resource URLs, dashboard URL, and caveats
`chargers [--region REGION] [--district DISTRICT] [--min-kw KW] [--current ACDC] [--operator TEXT]`
`metrics --level regiondistrict [--region REGION] [--district DISTRICT] [--sort FIELD]`
`cofunded [--status livein-progress] [--region REGION] [--district DISTRICT] [--min-kw KW]`
`summary --level regiondistrict [--min-kw KW] [--region REGION] [--district DISTRICT]`

Examples

python3 skills/eeca-ev-chargers-nz/scripts/cli.py datasets --json
python3 skills/eeca-ev-chargers-nz/scripts/cli.py chargers --region Waikato --current DC --min-kw 50 --json
python3 skills/eeca-ev-chargers-nz/scripts/cli.py metrics --level district --region Northland --sort bevs_per_charge_point --json
python3 skills/eeca-ev-chargers-nz/scripts/cli.py cofunded --status in-progress --region Canterbury --json
python3 skills/eeca-ev-chargers-nz/scripts/cli.py summary --level region --min-kw 50 --json

Notes

  • Source CSVs are hosted by EECA and listed in the public-ev-chargers data.govt.nz package. The dashboard notes EVRoam/EECA-derived charger data; treat it as periodic dashboard data rather than live charger status.
  • chargers reports individual charger units. A site may have multiple units, and a unit may have more than one charge point.
  • summary multiplies rated kW by point count for unit-derived totals. EECA's metric CSV can differ if it uses different timing or source aggregation.
  • DC fast sites in summary are sites with at least one DC unit rated 50 kW or above.
  • Source URLs, field notes, and caveats are in references/source-notes.md.
  • Run python3 scripts/smoke_test.py to verify the live data path.

Resources

  • CLI: scripts/cli.py
  • Smoke test: scripts/smoke_test.py
  • Source notes: references/source-notes.md

Signals

GitHub stars
25
Forks
6
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
eeca-ev-chargers-nz
Source
github.com/thecolab-ai/.skills