@tank/flight-search
Installation
SKILL.md
Flight Search
Search flights, compare prices, find cheapest dates — no API keys needed.
Core Philosophy
- fast-flights first —
pip install fast-flights playwrightgives you Google Flights data in ~3 seconds via protobuf reverse-engineering. No API key, no browser windows, no scraping overhead. - Chrome DevTools as fallback — If fast-flights isn't installed, scrape Google Flights directly via the browser. Returns the same data, takes ~10s.
- Paid APIs are optional — SerpAPI, Amadeus, Travelpayouts add structured JSON. Nice extras, never required.
- City names to IATA codes —
scripts/airport_lookup.pyresolves 40+ cities offline, zero deps. - Always give comparison links — End every search with Google Flights + Skyscanner + Kayak URLs.