gaspy-nz

Query the Gaspy NZ fuel price feed for national averages and cheapest stations.

24|6|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/thecolab-ai/.skills --skill gaspy-nz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaspy-nz
Source: https://github.com/thecolab-ai/.skills/tree/main/skills/gaspy-nz
Command: npx skills add https://github.com/thecolab-ai/.skills --skill gaspy-nz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Gaspy NZ public crowd-sourced fuel price data is useful, but hard for agents to retrieve and interpret reliably without manual browsing or brittle scraping, especially when you need national averages or the top cheapest stations snapshot.

Core Features & Use Cases

  • National observed price summaries: Fetches national averages, minimums, maximums, and station counts for multiple fuel types (91, 95, 98, 100, Diesel, LPG) plus a 28-day change when available.
  • Top cheapest 91 stations snapshot: Retrieves the public top cheapest 91 stations (up to the feed’s exposed limit) including station name, region, and price.
  • Feed metadata for trust & chaining: Returns timestamps, database-updated text, station/brand counts, Gas Spies count, and recent confirmation totals to support downstream reporting.

Quick Start

Ask the agent: “Use gaspy-nz to show a JSON summary of current Gaspy NZ observed prices and the top cheapest 91 stations.”

Frequently Asked Questions about gaspy-nz

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get current crowd-sourced fuel prices for New Zealand as JSON?

The Skill performs a read-only HTTP GET to the public Firebase stats endpoint to fetch national fuel price summaries and top cheapest 91 stations, outputting deterministic JSON for agent chaining without requiring login.

Can I find the cheapest 91 petrol stations in New Zealand using crowd-sourced data?

The Skill retrieves the public top cheapest 91 stations list from the Gaspy feed, including station name, region, and price, up to the feed's exposed limit.

What fuel price statistics are available for New Zealand without logging in?

Available statistics include national averages, minimums, maximums, and station counts for 91, 95, 98, 100, Diesel, and LPG, along with a 28-day change when available.

How fresh is the Gaspy crowd-sourced fuel price data?

The Skill returns feed metadata such as timestamps, database-updated text, station and brand counts, Gas Spies count, and recent confirmation totals to support downstream reporting and freshness context.

Does the Gaspy NZ fuel price feed require authentication or API keys?

It requires a no-login, read-only HTTP GET to the public Firebase stats endpoint and uses a deterministic stdlib CLI interface.

Can I use national fuel price averages for automated reporting workflows?

The Skill uses a deterministic stdlib CLI interface with JSON output for agent chaining, returning national price snapshots and top cheapest station lists.