From nz-skills
Query New Zealand Ministry of Transport annual fleet statistics workbooks for VKT, fleet composition, and light-fleet fuel/powertrain counts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:mot-fleet-statistics-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Discover and extract public Ministry of Transport annual vehicle fleet workbook tables with a read-only, keyless CLI.
Discover and extract public Ministry of Transport annual vehicle fleet workbook tables with a read-only, keyless CLI.
NZVehicleFleet_2024.xlsx workbook and needs JSON rowsscripts/cli.py datasets --json to inspect the official source pages, workbook-discovery status, release notes, and caveats.tables --json to list workbook sheets and preview row/column headings when the workbook is reachable.vkt --year 2024 --jsonfuel-counts --year 2024 --json--url file:///absolute/path/NZVehicleFleet_2024.xlsx.source_url, fetched_at, table, sheet, and notes with any reported figures.Run with:
python3 skills/mot-fleet-statistics-nz/scripts/cli.py <command> [flags]
Commands:
datasets [--json] - report source pages, release notes, workbook discovery status, and caveatstables [--url URL] [--json] - list workbook sheets with preview headings and year coveragevkt --year YEAR [--url URL] [--json] - return rows from annual VKT/travel tables for the requested yearfuel-counts --year YEAR [--url URL] [--json] - return light-fleet fuel or powertrain count rows for the requested yearworkbook --url URL [--sheet NAME] [--limit N] [--json] - parse a public XLSX workbook URL or local file:// workbookscripts/cli.pyscripts/smoke_test.pyreferences/api-notes.mdzipfile and xml.etree.ElementTree; no openpyxl dependency is required.blocked and include the official source URL instead of treating the source as missing.npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsQueries public CarJam NZ vehicle info (plate, VIN, chassis) via a no-login CLI. Returns make/model/year/colour/odometer snippets with structured JSON output.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.