Agent skill · AI & Agents

google-flights

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

borskigithub.com/borskiGitHub ↗
claude-coderead-onlyMIT
Install
npx skills add borski/travel-hacking-toolkit --skill google-flights --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: Bash(agent-browser:*)
Path: plugins/travel-hacking-toolkit/skills/google-flights/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 611
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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. Loa

What's inside
Steps it walks through
  1. Prerequisites
  2. When to Use
  3. When NOT to Use
  4. Session Convention
  5. Fast Path: URL-Based Search (Preferred)
  6. URL Template
  7. Default: Economy + Business Comparison
  8. One Way
  9. What Works via URL
  10. Reading Results from Snapshot
  11. Market Selection Strategy
  12. Booking Options Handoff
  13. Output Format
  14. Economy + Business comparison (default)
Commands it runs
npm install -g agent-browser && agent-browser install
Launch both in parallel
agent-browser --session econ open "https://www.google.com/travel/flights?q=Flights+from+BKK+to+NRT+on+2026-03-20+returning+2026-03-27" &
agent-browser --session biz open "https://www.google.com/travel/flights?q=Flights+from+BKK+to+NRT+on+2026-03-20+returning+2026-03-27+business+class" &
wait
Wait for both to load
agent-browser --session econ wait --load networkidle &
agent-browser --session biz wait --load networkidle &
Snapshot both
agent-browser --session econ snapshot -i
More from travel-hacking-toolkit
All skills →
About this skill
What does the google-flights skill do?

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

How do I install it?

Run `npx skills add borski/travel-hacking-toolkit --skill google-flights --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From borski/travel-hacking-toolkit, a repository with 611 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going