From nz-skills
Queries live NZ fuel prices, supply status, inbound tankers, MSO thresholds, geopolitical shipping risk markets, and fuel headlines from fuelclock.nz.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:fuelclock-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live New Zealand fuel price and supply data from fuelclock.nz through a CLI that is easy for agents to script and easy for humans to scan. Includes geopolitical shipping risk markets and recent NZ fuel headlines.
Query live New Zealand fuel price and supply data from fuelclock.nz through a CLI that is easy for agents to script and easy for humans to scan. Includes geopolitical shipping risk markets and recent NZ fuel headlines.
scripts/cli.py with the narrowest subcommand that answers the tasksummary for a quick situational briefing across prices, supply, and vesselswatch for a quick briefing across geopolitical risk markets and recent headlines--json when another tool or agent needs machine-readable outputRun with:
python3 skills/fuelclock-nz/scripts/cli.py <command> [flags]
summary [--json]Best default for general fuel questions. Combines prices, supply, and inbound vessels.
JSON shape:
prices: fetched price snapshot plus filtered price rowssupply: overall risk, countdown, lowest fuel, below-MSO list, and fuel rowsvessels: fetched time, inbound vessel count, flagged count, and top vesselsExamples:
python3 skills/fuelclock-nz/scripts/cli.py summary
python3 skills/fuelclock-nz/scripts/cli.py summary --json
watch [--json]Quick briefing combining top geopolitical risk markets and recent NZ fuel headlines.
JSON shape:
risk.fetchedAt, risk.totalMarkets, risk.markets[]news.fetchedAt, news.totalArticles, news.articles[]Examples:
python3 skills/fuelclock-nz/scripts/cli.py watch
python3 skills/fuelclock-nz/scripts/cli.py watch --json
prices [--fuel 91|95|98|diesel] [--json]Shows national average NZ pump prices from FuelClock's Gaspy-backed endpoint.
JSON shape:
fetchedAtsourceisFallbackfilters.fuelcountprices[] with fuel, label, price, change7d, change28d, changePercent28d, direction7d, direction28d, min, max, stationCountExamples:
python3 skills/fuelclock-nz/scripts/cli.py prices
python3 skills/fuelclock-nz/scripts/cli.py prices --fuel diesel
python3 skills/fuelclock-nz/scripts/cli.py prices --fuel 95 --json
supply [--fuel petrol|diesel|jet] [--below-mso] [--json]Shows NZ fuel supply state, including days remaining, MSO gap, and depletion timing.
JSON shape:
timestampanchorDatembieAsAtDateoverallRiskcountdownHourslowestFuelfilters.fuelfilters.belowMSOcountfuels[] with fuel, label, currentDays, totalDays, onLandDays, onWaterDays, msoThreshold, gapToMSODays, belowMSO, calendarDaysToDepletion, dailyConsumptionML, currentStockML, remainingOnWaterDays, remainingOnWaterML, mbieInCountryDaysExamples:
python3 skills/fuelclock-nz/scripts/cli.py supply
python3 skills/fuelclock-nz/scripts/cli.py supply --below-mso
python3 skills/fuelclock-nz/scripts/cli.py supply --fuel diesel --json
vessels [--fuel petrol|diesel|jet] [--flagged-only] [--limit N] [--json]Shows inbound vessel data, sorted by ETA.
JSON shape:
fetchedAtsourcegovOnWaterByFuelfilters.fuelfilters.flaggedOnlyfilters.limittotalMatchingreturnedCountvessels[] with name, fuel, status, eta, arrived, cargoML, cargoDays, origin, progressPct, flagRisk, flagReason, hormuzTransitExamples:
python3 skills/fuelclock-nz/scripts/cli.py vessels
python3 skills/fuelclock-nz/scripts/cli.py vessels --flagged-only --limit 3
python3 skills/fuelclock-nz/scripts/cli.py vessels --fuel diesel --json
risk [--limit N] [--json]Shows tracked geopolitical markets relevant to fuel shipping (Polymarket-style), sorted by trading volume.
JSON shape:
fetchedAtsortfilters.limittotalMarketsreturnedCountmarkets[] with title, shortTitle, probability, volume, liquidity, lastUpdated, isFallback, subMarkets[]Examples:
python3 skills/fuelclock-nz/scripts/cli.py risk
python3 skills/fuelclock-nz/scripts/cli.py risk --limit 5
python3 skills/fuelclock-nz/scripts/cli.py risk --limit 3 --json
news [--limit N] [--json]Shows recent NZ fuel headlines, newest first.
JSON shape:
fetchedAtfilters.limittotalArticlesreturnedCountarticles[] with title, source, date, urlExamples:
python3 skills/fuelclock-nz/scripts/cli.py news
python3 skills/fuelclock-nz/scripts/cli.py news --limit 3
python3 skills/fuelclock-nz/scripts/cli.py news --limit 5 --json
scripts/cli.pyscripts/smoke_test.pyurllib); no third-party dependencies--json output is intended for chaining into other tools or agent stepsRead references/source-notes.md for source ownership, access, and freshness boundaries.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsQueries 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.
Fetches real-time status of the Strait of Hormuz from the Hormuz Strait Monitor API. Covers shipping transits, oil prices, stranded vessels, insurance risk, diplomacy, and global trade impact.
Sets up a real-time global intelligence dashboard with AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking. Features 435+ feeds, dual map engine, risk scoring, and finance radar.