A command-line tool for fetching real-time Google Flights pricing, schedules, and airline data without requiring an API key.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install flight-search
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install flight-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Flight Search is a developer-centric CLI tool designed to scrape and display flight information directly from Google Flights. It leverages the fast-flights library to provide users with instant access to airfare data, including prices, durations, and seat classes, all from the comfort of the terminal. As a versatile addition to your Openclaw Skills collection, it simplifies the process of travel research by removing the need for complex API registrations or browser-based searching.
The tool is optimized for speed and flexibility, allowing for both one-off queries and global installation. Whether you are building a custom travel dashboard or simply want to check prices for your next trip, this skill provides a streamlined interface for travel data retrieval.
The tool requires uv for execution or installation. Use the following commands to get started:
# Perform a one-off search without permanent installation
uvx flight-search DEN LAX --date 2026-03-01
# Install globally as a tool
uv tool install flight-search
# Run a round-trip search after installation
flight-search JFK LHR --date 2026-06-15 --return 2026-06-22
When the --output json flag is used, the skill returns a structured object that is easy to parse for other Openclaw Skills. The schema includes:
| Property | Type | Description |
|---|---|---|
| origin | String | The IATA code for the departure airport. |
| destination | String | The IATA code for the arrival airport. |
| current_price | String | Qualitative price assessment (e.g., "typical"). |
| flights | Array | A list of objects containing airline, times, duration, and price. |
| is_best | Boolean | Indicates if the flight is flagged as a top result by Google. |
Loading
A powerful CLI utility to search Airbnb listings, compare prices, and retrieve direct booking links without needing a private API key.

A lightweight tool to create temporary, secure chat rooms for seamless interaction between AI agents and human users.

An advanced on-chain monitoring tool that retrieves real-time Smart Money buy and sell signals for tokens on BSC and Solana.

An AI-powered skill for executing Binance Spot trades and retrieving real-time market data through authenticated API requests.

Automate the creation of command-line interfaces from OpenAPI and Swagger specifications to simplify AI agent interactions.

A secure, one-time-use web interface for entering environment variables and API keys without exposing them to logs or chat history.








































