{
  "markdown": "# ✈️ flight-search\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Agent Skill](https://img.shields.io/badge/Agent-Skill-blueviolet)](https://skills.sh)\n\nGoogle Flights search skill for any coding agent — Claude Code, Codex, and more. Find flight prices, compare cabins, and get booking links from your terminal.\n\n## Install\n\n```bash\nnpx skills add https://github.com/skillhq/flight-search --skill google-flights\n```\n\n## Triggers\n\n- \"Find flights from BKK to NRT, March 20-27\"\n- \"How much is a flight from LAX to London?\"\n- \"Cheapest flights from JFK to CDG in June\"\n- \"One-way business class from SFO to Tokyo, April 15\"\n\n## Example Output\n\n```\n✈️ Flights: BKK → NRT (Mar 20–27, Round Trip)\n\n| # | Airline  | Dep      | Arr      | Duration | Stops   | Economy    | Business   | Biz Delta            |\n|---|----------|----------|----------|----------|---------|------------|------------|----------------------|\n| 1 | JAL      | 8:05 AM  | 4:00 PM  | 5h 55m   | Nonstop | THB 23,255 | THB 65,915 | +THB 42,660 (+183%) |\n| 2 | THAI     | 10:30 PM | 6:20 AM  | 5h 50m   | Nonstop | THB 28,165 | THB 75,000 | +THB 46,835 (+166%) |\n| 3 | Air Japan| 12:10 AM | 8:15 AM  | 6h 05m   | Nonstop | THB 20,515 | —          | —                    |\n| 4 | ZIPAIR   | 11:45 PM | 7:30 AM  | 5h 45m   | Nonstop | THB 21,425 | —          | —                    |\n\nWant booking links for any of these? Just say which one.\n```\n\nEconomy and business results are fetched in parallel and merged with a delta column so you can see the upgrade cost at a glance.\n\n## Booking Options\n\nAfter picking a flight, the skill extracts booking providers with prices and direct links:\n\n```\n📋 Booking Options for JAL BKK→NRT (5h 55m, Nonstop)\n\n| Provider    | Price      | Book                          |\n|-------------|------------|-------------------------------|\n| Emirates    | THB 28,960 | [Continue](https://...)       |\n| Booking.com | THB 29,512 | [Continue](https://...)       |\n| Teaflight   | THB 28,171 | [Continue](https://...)       |\n```\n\n## Capabilities\n\n| Feature | Method | Support |\n|---------|--------|---------|\n| Round trip | URL fast path | Direct results in 3 commands |\n| One way | URL fast path | Direct results in 3 commands |\n| Business / First class | URL fast path | Direct results in 3 commands |\n| Multiple passengers | URL fast path | Direct results in 3 commands |\n| Adults + children | URL fast path | Direct results in 3 commands |\n| Booking links extraction | Click → snapshot | Provider prices + direct URLs |\n| Premium economy | Interactive fallback | Form automation |\n| Multi-city (3+ legs) | Interactive fallback | Form automation |\n\n## Requirements\n\n- [agent-browser](https://github.com/nicobailey/agent-browser) CLI installed and available in PATH\n\n## Files\n\n```\nSKILL.md                              # Main skill (triggers, workflow, rules)\nreferences/\n  interaction-patterns.md             # Deep-dive cookbook for tricky interactions\n```\n\n## License\n\nMIT\n",
  "bytes": 3000,
  "sha": "944b23ecf16c7fbc82305fa4827448b569c53b0b91b4614ae732a30745cd840c",
  "repo_slug": "skillhq/flight-search",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_skillhq_flight_search_google_flights_71ce6f64/readme"
}