A high-performance flight search tool that retrieves real-time schedules, pricing, and booking links directly from Google Flights.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install flights-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 flights-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The flights skill is a robust utility designed for developers and AI agents to query aviation data across global routes. By utilizing a reverse-engineered protobuf API, it provides access to comprehensive flight information without the overhead or cost of traditional travel APIs. This tool within the ecosystem of Openclaw Skills is particularly adept at handling metropolitan area searches, automatically expanding city names like NYC or London into their constituent airport codes to ensure no travel option is missed.
To use this skill, ensure you have Python 3.9 or higher installed. It is highly recommended to use the uv package manager for installation.
Install uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
Install the required library:
pip install fast-flights
Run a search query:
uvx --with fast-flights python3 scripts/flights-search NYC LAX 2026-03-15 --nonstop
The skill returns structured data containing the following parameters:
| Parameter | Description |
|---|---|
| Route | The origin and destination airport IATA codes. |
| Depart | Departure date and time in local timezone. |
| Arrive | Arrival date and time in local timezone. |
| Airline | The name of the carrier operating the flight. |
| Price | Current ticket price in USD. |
| Duration | Total travel time including layovers. |
| Link | A direct URL to the Google Flights booking page (optional). |
Loading
A comprehensive toolkit for checking domain availability, pricing, and managing purchases directly via Vercel and Openclaw Skills.

A command-line utility to instantly expose local development projects via Caddy-managed subdomains with automated tmux session management.

A specialized utility designed to identify and remove AI-generated code slop, redundant defensive logic, and inconsistent styling from git branches.

A professional framework for creating and managing reliable, scheduled AI tasks and periodic workflows within OpenClaw.

A streamlined utility for converting local Markdown documents into professionally formatted Google Docs with preserved styles and hierarchies.

An advanced research agent for Openclaw Skills that builds living markdown documentation through interactive exploration and deep asynchronous investigation.








































