flight-search

Search Google Flights for one-way or round-trip options using fast-flights.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/rustykuntz/rocie-tools --skill flight-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flight-search
Source: https://github.com/rustykuntz/rocie-tools/tree/main/skills/flight-search
Command: npx skills add https://github.com/rustykuntz/rocie-tools --skill flight-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of searching for flight information, saving users time and effort compared to manually browsing multiple travel websites.

Core Features & Use Cases

  • Search Flights: Find one-way or round-trip flights based on origin, destination, and dates.
  • Specify Passengers & Class: Filter results by the number of adults and children, and desired seat class (economy, business, etc.).
  • Output Formats: Get results in a human-readable text format or structured JSON for programmatic use.
  • Use Case: Quickly compare prices for a flight from Denver to Los Angeles on March 1st, 2026, to find the best available options.

Quick Start

Use the flight-search skill to find a one-way flight from DEN to LAX departing on March 1st, 2026.

Frequently Asked Questions about flight-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Google Flights for round-trip flight deals programmatically?

Search Google Flights for round-trip flight deals by specifying origin, destination, dates, and passenger details. The tool supports both one-way and round-trip searches with options for seat class and structured JSON output.

Do I need an API key to scrape flight prices from Google Flights?

No API key is needed to scrape flight prices from Google Flights. The tool utilizes the fast-flights library for direct web scraping, automating the search process without requiring external API authentication.

Can I filter flight search results by seat class and number of passengers?

Yes, you can filter flight search results by seat class and passengers. Specify the number of adults and children, and select a desired cabin class such as economy or business to customize your search.

How do I get structured flight data for integration into a booking application?

Get structured flight data for booking applications by selecting the JSON output format. This provides programmatic access to scraped Google Flights results, offering a structured alternative to human-readable text output.

What's the best way to compare one-way flight prices across different dates?

Compare one-way flight prices across different dates by running a search with specified origin, destination, and departure dates. The tool automates browsing multiple travel websites to instantly find available options.

Are there limitations to scraping Google Flights data without an official API?

Scraping Google Flights data without an official API relies on the fast-flights library, which may face limitations from web structure changes or blocking. It automates manual browsing but lacks the guaranteed stability of official APIs.