From nz-skills
Query GeoNet New Zealand public earthquake and volcano alert data via a no-login CLI. Retrieves recent quakes, MMI-filtered quakes, earthquake details, volcanic alerts, and news.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:geonet-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query public GeoNet geohazard feeds with deterministic CLI commands and JSON output.
Query public GeoNet geohazard feeds with deterministic CLI commands and JSON output.
python3 skills/geonet-nz/scripts/cli.py quakes --mmi 3 --limit 10
python3 skills/geonet-nz/scripts/cli.py quake 2026p386918 --json
python3 skills/geonet-nz/scripts/cli.py volcanoes --json
python3 skills/geonet-nz/scripts/cli.py news --limit 5
Commands:
quakes [--mmi N] [--min-mag N] [--limit N] [--json] - recent earthquakes from GeoNet's quake feedquake PUBLIC_ID [--json] - detail lookup for a publicIDvolcanoes [--json] - current volcanic alert levelsnews [--limit N] [--json] - recent GeoNet news/bulletinsscripts/cli.pyscripts/smoke_test.pyreferences/api-notes.mdnpx claudepluginhub thecolab-ai/.skills --plugin nz-skillsQueries New Zealand weather and marine data from the MetOcean API. Provides current conditions, hourly forecasts, 7-day outlooks, and wave/swell data via CLI.
Conducts probabilistic seismic hazard analysis (PSHA), ground motion characterization, site amplification, and communicates hazard for engineering design, land use planning, or risk management.
Generates climate and environmental site analysis from an address, covering temperature, precipitation, wind, sun angles, flood zones, seismic risk, soil, and topography via web research.