flights
Installation
SKILL.md
Flight Search
Search real-time flight schedules and prices via Google Flights data.
Prerequisites
- Python 3.9+
- uv (recommended) — install with
curl -LsSf https://astral.sh/uv/install.sh | sh
The flights-search CLI is bundled at scripts/flights-search in this skill directory.
The fast-flights library is installed automatically on first run via uvx (cached after that). Or install manually: pip install fast-flights
CLI Usage
uvx --with fast-flights python3 scripts/flights-search <origin> <destination> <date> [options]