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.
How 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.
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.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsQueries 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.
Designs a water quality monitoring program with parameter selection, sampling design, analytical methods, and regulatory compliance evaluation for drinking water, surface water, groundwater, or wastewater.
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.