Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search Google Flights for prices, times, and airlines. No API key required.
Search Google Flights for prices, times, and airlines. No API key required.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Search Google Flights from the command line. Get prices, times, and airlines - no API key needed. Built on fast-flights.
# one-off search (no install needed) uvx flight-search DEN LAX --date 2026-03-01 # or install globally uv tool install flight-search flight-search JFK LHR --date 2026-06-15 --return 2026-06-22
positional arguments: origin Origin airport code (e.g., DEN, LAX, JFK) destination Destination airport code options: --date, -d Departure date (YYYY-MM-DD) [required] --return, -r Return date for round trips (YYYY-MM-DD) --adults, -a Number of adults (default: 1) --children, -c Number of children (default: 0) --class, -C Seat class: economy, premium-economy, business, first --limit, -l Max results (default: 10) --output, -o Output format: text or json (default: text)
# One-way flight flight-search DEN LAX --date 2026-03-01 # Round trip with passengers flight-search JFK LHR --date 2026-06-15 --return 2026-06-22 --adults 2 # Business class flight-search SFO NRT --date 2026-04-01 --class business # JSON output for parsing flight-search ORD CDG --date 2026-05-01 --output json
โ๏ธ DEN โ LAX One way ยท 2026-03-01 Prices are currently: typical โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Frontier โญ BEST ๐ 10:43 PM โ 12:30 AM +1 โฑ๏ธ 2 hr 47 min โ Nonstop ๐ฐ $84 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ United โญ BEST ๐ 5:33 PM โ 7:13 PM โฑ๏ธ 2 hr 40 min โ Nonstop ๐ฐ $139
Returns structured data: { "origin": "DEN", "destination": "LAX", "date": "2026-03-01", "current_price": "typical", "flights": [ { "airline": "Frontier", "departure_time": "10:43 PM", "arrival_time": "12:30 AM", "duration": "2 hr 47 min", "stops": 0, "price": 84, "is_best": true } ] }
PyPI GitHub
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.