Queries Google Flights public search results without API keys or logins, using fast-flights under the hood. You get flight candidates with prices, durations, and booking search links, plus monthly or yearly price comparisons for flexible travel planning. Tested successfully on routes like ICN-NRT, ICN-LAX, and ICN-SYD across economy and business class. The booking links drop you at Google Flights search results, not actual checkout pages, so you still handle the real purchase yourself. Parsing can get flaky when Google changes their HTML structure, and daily monthly comparisons hit the endpoint 30+ times, so there's a sleep parameter to avoid rate limits. Good for "show me cheap dates to Tokyo in June" without dealing with Skyscanner's captchas.
npx skills add https://github.com/nomadamas/k-skill --skill flight-ticket-search