Help us improve
Share bugs, ideas, or general feedback.
From nz-skills
Searches public Jetstar NZ fare-cache flight availability via a no-login Node CLI. Returns flight IDs, prices, times, and sold-out flags for route/date snapshots.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:jetstar-flightsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live public Jetstar fare-cache availability through a deterministic CLI with human-readable and JSON output.
Search public Air New Zealand fare snapshots and timetable data via lightweight CLI. No login or booking. Use for flight numbers, times, duration, stops on NZ domestic routes.
Searches Google Flights for flight tickets, returns candidates with prices, booking links, and date/month/year comparisons. Useful for checking cheapest flights and planning travel.
Searches flights, hotels, attractions, concerts, cruises, visas, car rentals, and event tickets with natural language via Fliggy MCP for real-time booking and trip planning.
Share bugs, ideas, or general feedback.
Query live public Jetstar fare-cache availability through a deterministic CLI with human-readable and JSON output.
scripts/cli.mjs search ORIGIN DESTINATION YYYY-MM-DD with a narrow --days window.--limit for concise human output or --json for agent chaining.Run from the repository root with Node.js 18+:
node skills/jetstar-flights/scripts/cli.mjs search <origin> <destination> <date> [flags]
Examples:
node skills/jetstar-flights/scripts/cli.mjs search AKL WLG 2026-07-13 --days 7
node skills/jetstar-flights/scripts/cli.mjs search AKL CHC 2026-07-13 --json
node skills/jetstar-flights/scripts/cli.mjs search WLG AKL 2026-08-04 --adults 2 --limit 5
--days N — number of days to search from the start date, default 1, max 31--adults N — adult passenger count used for fare-cache lookup, default 1--limit N — max rows in human output--json — emit machine-readable JSONscripts/cli.mjsscripts/smoke_test.shreferences/api-notes.mden-NZ culture.