Help us improve
Share bugs, ideas, or general feedback.
From nz-skills
Queries public CarJam NZ vehicle info (plate, VIN, chassis) via a no-login CLI. Returns make/model/year/colour/odometer snippets with structured JSON output.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:carjam-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query public/basic CarJam NZ vehicle information from the no-login HTML report page through a deterministic Python CLI.
Queries live Gaspy NZ crowd-sourced fuel price statistics via CLI with human-readable and JSON output. Use for national observed averages, top cheapest 91 stations, station/brand counts, or recent confirmation totals.
Automates Platerecognizer license plate recognition operations via Composio toolkit through Rube MCP. Discovers tools, manages connections, and executes workflows.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Share bugs, ideas, or general feedback.
Query public/basic CarJam NZ vehicle information from the no-login HTML report page through a deterministic Python CLI.
scripts/cli.py lookup <plate> for one vehicle--json for structured output or chaining--raw only when the task needs all parsed public fields rather than the concise summarybatch for a small set of plates; keep the default delay to avoid hammering the public siteGet Report, May be in Report, or SubscribeRun with:
python3 skills/carjam-nz/scripts/cli.py <command> [flags]
lookup <identifier> [--type plate|vin|chassis] [--json] [--raw] — lookup one vehiclebatch <identifier...> [--type plate|vin|chassis] [--sleep seconds] [--fail-fast] [--json] — compact summaries for multiple identifiersExamples:
python3 skills/carjam-nz/scripts/cli.py lookup ABC123
python3 skills/carjam-nz/scripts/cli.py lookup ABC123 --json
python3 skills/carjam-nz/scripts/cli.py lookup 7A8CJ0P0797205527 --type vin --json
python3 skills/carjam-nz/scripts/cli.py batch ABC123 KMM42 --json
scripts/cli.pyscripts/smoke_test.pyreferences/api-notes.md