flight-searchSearch Google Flights for prices, times, and airlines. No API key required.
Install via ClawdBot CLI:
clawdbot install awlevin/flight-searchSearch 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
}
]
}
Generated Mar 1, 2026
Individuals planning vacations or business trips can quickly compare flight options for specific dates and routes. This skill allows them to check prices, airlines, and schedules without visiting multiple websites, saving time and effort in trip organization.
Small businesses or freelancers managing travel budgets can use this skill to find cost-effective flights for employees or clients. It helps in booking one-way or round trips with options for different seat classes, streamlining expense tracking and approval processes.
Travel agents can integrate this skill into their workflows to provide real-time flight searches to customers. By outputting JSON data, it enables automated booking systems or custom travel apps to fetch and display flight details efficiently.
Event organizers arranging conferences or group trips can use this skill to check flight availability and prices for attendees from various locations. It assists in coordinating travel logistics and recommending optimal travel dates based on cost.
Universities or educational institutions can utilize this skill to research flight options for students participating in study abroad programs. It helps in budgeting for travel expenses and planning itineraries for group departures and returns.
Offer a basic free version of the flight search tool with limited features, such as text output and a few results. Charge for premium features like advanced filtering, historical price data, or integration with booking platforms to generate subscription revenue.
Integrate the skill with affiliate links to airline or travel booking websites. When users book flights through provided links, earn commissions on sales. This model leverages the tool's search capability to drive traffic and conversions.
License the flight search functionality as an API to other businesses, such as travel agencies or corporate platforms. Charge based on usage tiers or flat fees, providing them with reliable, no-API-key-required access to flight data for their services.
๐ฌ Integration Tip
Install uvx via pip for easy command-line access, and use the JSON output option to integrate flight data into custom applications or scripts for automated processing.
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
Google Maps integration for OpenClaw with Routes API. Use for: (1) Distance/travel time calculations with traffic prediction, (2) Turn-by-turn directions, (3...
Flight tracking and scheduling. Track live flights in real-time by region, callsign, or airport using OpenSky Network. Search flight schedules between airports. Use for queries like "What flights are over Switzerland?" or "When do flights from Hamburg arrive in Zurich?" or "Track flight SWR123".
Use when the user asks to "find flights", "compare itineraries", "search hidden-city routes", "check cheapest dates", "explore destinations", "search hotels"...
Comprehensive travel planning, booking, and management skill. Use when needing to plan international trips, manage multi-destination itineraries, handle family travel logistics, optimize travel costs, and coordinate complex travel arrangements.