From nz-skills
Searches the New Zealand Government open-data catalogue for public datasets, organisations, resources, and datastore records via the CKAN API.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:data-govt-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query New Zealand's public open-data catalogue through a deterministic no-login CLI backed by the CKAN API.
Query New Zealand's public open-data catalogue through a deterministic no-login CLI backed by the CKAN API.
python3 skills/data-govt-nz/scripts/cli.py search "water quality" --json
python3 skills/data-govt-nz/scripts/cli.py dataset waterpoint --json
python3 skills/data-govt-nz/scripts/cli.py orgs --limit 20
python3 skills/data-govt-nz/scripts/cli.py resource <resource-id> --limit 5 --json
Commands:
search QUERY [--limit N] [--json] - catalogue dataset searchdataset ID_OR_NAME [--json] - full dataset/package metadataorgs [--limit N] [--json] - list catalogue organisationsresource RESOURCE_ID [--limit N] [--json] - datastore preview when availablescripts/cli.pyscripts/smoke_test.pyreferences/api-notes.mdnpx claudepluginhub thecolab-ai/.skills --plugin nz-skillsSearches and inspects LINZ Data Service public catalogue layers, tables, services, licences, and tags via no-login JSON endpoints. Useful for geospatial datasets like addresses, parcels, imagery, and roads.
Queries OpenData API datasets via REST for row fetching, filtering, sorting, aggregation, column inspection, and metadata retrieval. Use for data research, analysis, and pipelines on Parquet files.
Queries the Dewey Data academic data marketplace for foot traffic, POI, mobility, consumer, and real estate datasets via API key. Downloads partitioned Parquet/CSV files for local analysis with DuckDB.