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.
How 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.
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.npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsSearch 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.
Queries Google Flights public search surface via fast-flights to retrieve flight candidates, booking links, and price comparisons by date/month/year without API keys or CAPTCHA bypass.
Searches flight status, routes, and delays via FlightAware data. Returns structured JSON with airline, origin/destination, times, and status codes.