From nz-skills
Searches 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:linz-data-serviceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find and inspect public LINZ Data Service catalogue records and advertised services without logging in.
Find and inspect public LINZ Data Service catalogue records and advertised services without logging in.
python3 skills/linz-data-service/scripts/cli.py search address --json
python3 skills/linz-data-service/scripts/cli.py layer 123113 --json
python3 skills/linz-data-service/scripts/cli.py services 123113
Commands:
search QUERY [--limit N] [--json] - search public LDS layerslayer ID [--json] - layer metadata, licence, tags, permissions, descriptionservices ID [--json] - advertised OGC/Koordinates service templates and auth requirementsscripts/cli.pyscripts/smoke_test.pyreferences/api-notes.mdMetadata/search is no-auth. Some download/query service URLs advertise API-key variants; the skill reports those boundaries rather than bypassing them.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsSearches the New Zealand Government open-data catalogue for public datasets, organisations, resources, and datastore records via the CKAN API.
Adds and manages data layers in ArcGIS maps including FeatureLayer, TileLayer, SceneLayer, GeoJSONLayer, and others. Covers imports, configuration, queries, and management.
Downloads Overture Maps data (buildings, places, roads, land use, water) for a bounding box using geoai library. Saves GeoDataFrame as GeoJSON or GeoPackage.