Help us improve
Share bugs, ideas, or general feedback.
From nz-skills
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.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:gaspy-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live Gaspy NZ public crowd-sourced fuel price statistics through a small deterministic CLI with human-readable and JSON output, without browser automation, login, or price reporting.
Queries live AU & NZ fuel prices from PetrolMate API. Search stations by location or coordinates, filter by fuel type/brand, sort by price or distance. No API key required.
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.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Share bugs, ideas, or general feedback.
Query live Gaspy NZ public crowd-sourced fuel price statistics through a small deterministic CLI with human-readable and JSON output, without browser automation, login, or price reporting.
fuelclock-nz for that official-source alternativescripts/cli.py with the narrowest subcommand that answers the tasksummary for a quick Gaspy public snapshot across prices, metadata, and top 91 stationsprices --fuel when the user asks about one fuel typecheapest --fuel 91 only for the public top-cheapest 91 table--json for agent chaining, comparisons, or structured reportsRun with:
python3 skills/gaspy-nz/scripts/cli.py <command> [flags]
summary [--json] - national observed price stats, feed metadata, and top cheapest 91prices [--fuel 91|95|98|100|diesel|lpg|type-21] [--json] - national observed price stats by fuelcheapest [--fuel 91] [--limit N] [--json] - public top cheapest stations for 91metadata [--json] - station count, brand count, Gas Spies, confirmations, and feed timestampsfuel-types [--json] - fuel type ids observed in the public feedExamples:
python3 skills/gaspy-nz/scripts/cli.py summary
python3 skills/gaspy-nz/scripts/cli.py prices --fuel diesel --json
python3 skills/gaspy-nz/scripts/cli.py cheapest --fuel 91 --limit 3 --json
python3 skills/gaspy-nz/scripts/cli.py metadata --json
python3 skills/gaspy-nz/scripts/cli.py fuel-types --json
scripts/cli.pyreferences/api-notes.mdhttps://www.gaspy.nz/stats.html--json output is intended for chaining into other tools or agent stepsfuelclock-nz remains the better tool when the user asks for official retailer-published prices or FuelClock supply/watch data