@tank/flight-search

Installation
SKILL.md

Flight Search

Search flights, compare prices, find cheapest dates — no API keys needed.

Core Philosophy

  1. fast-flights first — pip install fast-flights playwright gives you Google Flights data in ~3 seconds via protobuf reverse-engineering. No API key, no browser windows, no scraping overhead.
  2. Chrome DevTools as fallback — If fast-flights isn't installed, scrape Google Flights directly via the browser. Returns the same data, takes ~10s.
  3. Paid APIs are optional — SerpAPI, Amadeus, Travelpayouts add structured JSON. Nice extras, never required.
  4. City names to IATA codes — scripts/airport_lookup.py resolves 40+ cities offline, zero deps.
  5. Always give comparison links — End every search with Google Flights + Skyscanner + Kayak URLs.

Quick-Start: Common Tasks

Installs
–
GitHub Stars
1
First Seen
–
@tank/flight-search — tankpkg/packages