ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

flight-search

Search Google Flights for prices, times, and airlines. No API key required.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/awlevin/flight-search
Or

What This Skill Does

The flight-search skill allows the OpenClaw AI agent to query real-time airline pricing, scheduling, and carrier information directly from Google Flights. By utilizing the underlying fast-flights engine, this skill provides a reliable way to fetch up-to-date travel data without the friction of complex API keys or rate-limited enterprise integrations. It is designed for seamless CLI interaction, allowing you to quickly compare nonstop flights, identify the best pricing options, and extract structured data for programmatic usage in your personal workflows.

Installation

To integrate this skill into your environment, use the OpenClaw installation command:

clawhub install openclaw/skills/skills/awlevin/flight-search

For users who prefer to use it outside of the agent context, you can install it globally via Python's uv tool:

uv tool install flight-search

Alternatively, for a quick, single-use search without a permanent installation, you can run:

uvx flight-search [ORIGIN] [DESTINATION] --date [YYYY-MM-DD]

Use Cases

This skill is ideal for travel planning, price tracking, and logistics automation. Whether you are a frequent flyer looking for the best price, a developer building a travel-based dashboard, or an assistant tasked with finding flight windows for business meetings, this skill provides the necessary data. It supports advanced filtering including seat class preferences (economy to first class), passenger counting (adults and children), and round-trip logic.

Example Prompts

  1. "Find me the cheapest round-trip flights from JFK to London Heathrow for the first week of June 2026 for two adults."
  2. "Search for nonstop business class flights from SFO to NRT on April 1st, 2026, and provide the result in JSON format."
  3. "Check if there are any affordable Frontier flights from Denver to Los Angeles on March 1st, 2026."

Tips & Limitations

  • Date Formatting: Always ensure your dates follow the YYYY-MM-DD standard to prevent parsing errors.
  • JSON Output: When using this skill with other agents or scripts, use the --output json flag to receive clean, parseable data objects rather than human-readable text.
  • Limitations: As this tool scrapes public data, it is subject to the availability of Google Flights. It does not perform actual booking; it is strictly a research and discovery tool. Ensure your system has network access enabled, as this skill requires an active internet connection to query the Google Flights backend.

Metadata

Author@awlevin
Stars4473
Views26
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-awlevin-flight-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#travel#flights#booking#logistics#automation
Safety Score: 4/5

Flags: network-access