google-flights

Search Google Flights for current fares and schedules via automated browser sessions.

616|59|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/borski/travel-hacking-toolkit --skill google-flights
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-flights
Source: https://github.com/borski/travel-hacking-toolkit/tree/main/skills/google-flights
Command: npx skills add https://github.com/borski/travel-hacking-toolkit --skill google-flights

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates searching Google Flights to quickly surface current airfare prices, schedules, and booking provider links so users do not have to manually navigate search results across multiple providers.

Core Features & Use Cases

  • URL fast-path search: Build a single Google Flights URL to return results immediately for one-way or round-trip searches and run parallel sessions for economy vs business comparisons.
  • Full-airline coverage: Captures fares for all airlines including Southwest which many APIs cannot reach, and extracts booking links for handoff.
  • Interactive fallback & troubleshooting: Provides an interactive form-filling workflow when the URL path fails, market locale switching, and guidance for handling consent popups and CAPTCHAs.
  • Use case: Quickly compare cheapest, fastest, and best-value business and economy fares between two airports, then present booking links for the chosen option.

Quick Start

Use the google-flights skill to search round-trip economy and business fares from SFO to NRT on 2026-08-15 and return a markdown table of results with booking links.

Frequently Asked Questions about google-flights

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Google Flights for round-trip economy and business fares at the same time?

To search Google Flights for round-trip fares, the skill constructs a URL-based fast-path query and runs parallel browser sessions to extract and compare both economy and business pricing simultaneously.

Can I find flight prices and booking links for Southwest Airlines?

Yes, you can find Southwest Airlines flight prices and booking links. The skill uses automated browser sessions to capture fares for all airlines, including Southwest which many flight search APIs cannot reach.

What is the best way to automate airfare searches across multiple airlines?

The best way to automate airfare searches is using an agent-browser CLI with snapshot extraction to navigate Google Flights, capturing current schedules, prices, and booking provider links without manual navigation.

Why does my automated flight search stop when it hits a CAPTCHA or consent popup?

Automated flight searches stop at CAPTCHAs or consent popups due to purchase safety constraints. The skill provides interactive fallback workflows and market locale switching to help troubleshoot and bypass these blocks.

Does this flight search approach work for one-way trips as well as round-trip?

Yes, this flight search approach works for one-way trips. The URL fast-path search builds queries to return immediate results for both one-way and round-trip availability across all airlines.

How do I get a markdown table of flight search results with booking links?

You get a markdown table of flight search results by requesting the skill to compare cheapest, fastest, and best-value fares between two airports, which then extracts and formats the booking links for the chosen option.