Help us improve
Share bugs, ideas, or general feedback.
From nz-skills
Queries LAWA public endpoints for NZ river-quality sites, swimming sites, and river indicator summaries (macroinvertebrates, E. coli, nutrients). Read-only CLI for environmental monitoring data.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:lawa-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query public LAWA environmental monitoring site and indicator data with a deterministic read-only CLI.
Queries SafeSwim NZ public swimming-location water quality, wastewater overflow alerts, and hour-by-hour forecasts via a CLI. Use for NZ beach/lake swimming safety, GREEN-to-BLACK risk levels, lifeguard status, and hazards.
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.
Accesses the Dewey Data academic marketplace (300+ datasets) for foot traffic, POI, mobility, and consumer data via API key, Parquet downloads, and DuckDB.
Share bugs, ideas, or general feedback.
Query public LAWA environmental monitoring site and indicator data with a deterministic read-only CLI.
python3 skills/lawa-nz/scripts/cli.py river-sites --query waikato --json
python3 skills/lawa-nz/scripts/cli.py swim-sites --query beach --limit 10
python3 skills/lawa-nz/scripts/cli.py indicators --lawa-id ARC-00001 --json
Commands:
river-sites [--query TEXT] [--limit N] [--json] - river-quality map sites and regionsswim-sites [--query TEXT] [--limit N] [--json] - swimming site cards parsed from LAWA public response HTMLindicators [--lawa-id ID] [--parameter PARAM] [--limit N] [--json] - river indicator summaries from LAWA public JSONscripts/cli.pyscripts/smoke_test.pyreferences/api-notes.mdLAWA endpoints are public/read-only but not a formal published API contract; keep calls modest and verify live data before relying on broad analysis.