ワンクリックで
flights
Use this skill to search flights using google flights
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use this skill to search flights using google flights
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when working with NobodyWho local LLM inference docs, APIs, model selection, GGUF model loading, chat, streaming, tool calling, structured output, embeddings/RAG, or NobodyWho integrations for Python, Kotlin, Swift, React Native, Flutter, or Godot.
Primary W&B skill for broad or mixed Weights & Biases work: project overviews, W&B runs and artifacts, Weave traces and evaluations, Reports, Signal Builder, and Launch workflows. Use when the task spans multiple W&B surfaces or the user asks generally what is happening in a W&B project.
Use when the user mentions Verda Cloud, GPU/CPU VMs, cloud instances, deploying servers, ML training infrastructure, cloud costs/billing, SSH into remote machines, object storage / S3 buckets, uploading or downloading files, or verda CLI commands.
Send a macOS notification when the user asks to be notified, alerted, pinged, or reminded that something is done.
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
Generate and edit images with the Gemini API. Use when the user asks for text-to-image, image editing, aspect-ratio/resolution controls, or image prompt refinement.
| name | flights |
| description | Use this skill to search flights using google flights |
| license | MIT |
Use this skill when the goal is to search flights with the Flights CLI.
The primary path is:
uv run --with flights fli ...fli flights ... for direct searchesfli dates ... for cheapest-date searchesDo not default to cloning the repository. Only mention cloning the repo when the user explicitly wants to contribute to Flights itself.
Flights is a Python package for accessing Google Flights data through direct API interaction.
For this skill, focus on the CLI.
If the user wants to search flights, recommend uv run --with flights fli ....
Why:
Use this form:
uv run --with flights fli --help
Run this check:
uv run --with flights fli --help
Use:
uv run --with flights fli flights JFK LAX 2026-10-25
Use:
uv run --with flights fli dates JFK LAX --from 2026-01-01 --to 2026-01-31
Use filters like these when the user asks for them:
uv run --with flights fli flights JFK LHR 2026-10-25 \
--time 6-20 \
--airlines BA KL \
--class BUSINESS \
--stops NON_STOP \
--sort DURATION
Supported language to map correctly:
ECONOMY, PREMIUM_ECONOMY, BUSINESS, FIRSTANY, NON_STOP, ONE_STOP, TWO_PLUS_STOPSCHEAPEST, DURATION, DEPARTURE_TIME, ARRIVAL_TIMEFlights supports a convenience shorthand where a non-command invocation is treated as a flights search.
Example:
uv run --with flights fli JFK LAX 2026-05-15
This behaves like:
uv run --with flights fli flights JFK LAX 2026-05-15
Give them the uv run --with flights fli ... path first.
Show fli flights ... and fli dates ... examples first, prefixed with uv run --with flights.
That is outside the primary scope of this skill. Only then discuss cloning the repository and development commands.
fli instead of using the flights packageTry:
uv run --with flights fli --help
If that works, the package is available and the issue is likely with the specific command or arguments.
Flights requires Python 3.10 or newer.
Check with:
uv run python --version
Flights includes automatic rate limiting and retries, but live Google Flights requests can still fail temporarily.
If a query fails:
Use these docs for product-facing guidance:
https://punitarani-fli.mintlify.app/introductionhttps://punitarani-fli.mintlify.app/installationhttps://punitarani-fli.mintlify.app/llms.txtUse product docs for examples and onboarding. Use the actual command forms above when writing instructions.
The default recommendation is uv run --with flights fli .... Use uv run --with flights fli for terminal flight searches and date-based searches.