ag-buscar-voos

Fetch real-time flight prices from Google Flights into a structured table.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-buscar-voos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ag-buscar-voos
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-buscar-voos
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-buscar-voos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When planning trips, users need quick access to current flight prices and schedules. This Skill fetches live flight prices from Google Flights and returns a neatly formatted table showing airline, departure and arrival times, duration, and price in BRL.

Core Features & Use Cases

  • Real-time price lookups for origin-destination routes on given dates.
  • Structured results table with columns: Airline | Departure | Arrival | Duration | Stops | Price (BRL).
  • Use Case: Compare multiple itineraries to select the most cost-effective option without manual searching.

Quick Start

Fetch real-time flight prices for a route from origin to destination on the selected dates and view the results in a table.

Frequently Asked Questions about ag-buscar-voos

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

FAQPage Schema
How do I find real-time flight prices and compare airline schedules for a specific route?

To find real-time flight prices, you provide an origin, destination, and travel dates. The tool retrieves live data from Google Flights and returns a structured table comparing airline, departure, arrival, duration, stops, and price.

Do I need a Google Flights API key to look up live flight prices?

No, you do not need a Google Flights API key to look up live flight prices. The automation uses the fast-flights Python package to retrieve real-time results directly from Google Flights in the foreground without requiring authentication.

What information is included in the flight price comparison table?

The flight price comparison table includes the airline, departure time, arrival time, flight duration, number of stops, and the final ticket price listed in BRL. This structured format helps you quickly compare multiple itineraries.

Can I automate travel planning workflows to fetch current flight costs without manual searching?

Yes, you can automate travel planning workflows to fetch current flight costs. By spawning an Agent subcomponent, the tool automatically retrieves real-time Google Flights data for your specified route and dates to eliminate manual searching.

What are the limitations of using the fast-flights package for real-time flight lookups?

The fast-flights package limits lookups to real-time data available on Google Flights, meaning results depend on live site accessibility and current airline listings. Prices are returned specifically in BRL, which may require manual conversion for other currencies.