google-flights

Featured

Browser-automated Google Flights search via agent-browser. All airlines including Southwest. Cash prices, schedules, economy/business comparison, market selection.

AI & Automation 600 stars 56 forks Updated today MIT

Install

View on GitHub

Quality Score: 98/100

Stars 20%
93
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Google Flights Search Search Google Flights via agent-browser to find flight prices, schedules, and availability. ## Prerequisites Requires `agent-browser` CLI: ```bash npm install -g agent-browser && agent-browser install ``` ## When to Use - User asks to search/find/compare flights or airfare - User wants to know flight prices between cities - User asks about flight schedules or availability - User wants to find the cheapest flight for specific dates - **Southwest flights**: Google Flights is one of the only sources for SW cash prices. No GDS or API returns Southwest. ## When NOT to Use - **Completing purchases**: This skill finds flights and extracts booking links, but do not attempt to complete a purchase on a booking site. - **Hotels/rental cars**: Use other tools for non-flight travel searches. - **Historical price data**: Google Flights shows current prices, not historical. ## Session Convention - **Economy + Business comparison** (default): `--session econ` and `--session biz` - **Single cabin search**: `--session flights` - **Interactive fallback**: `--session flights` ## Fast Path: URL-Based Search (Preferred) Construct a URL with a natural language `?q=` parameter. Loads results directly. 3 commands total. ### URL Template ``` https://www.google.com/travel/flights?q=Flights+from+{ORIGIN}+to+{DEST}+on+{DATE}[+returning+{DATE}][+one+way][+business+class][+N+passengers][&gl=XX] ``` ### Default: Economy + Business Comparison Run two parallel sessions (...

Details

Author
borski
Repository
borski/travel-hacking-toolkit
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category