返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
f

flight-search

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.7
安全检测
已通过
5,347
下载量
免费
免费
6
收藏
概述
安装方式
版本历史

flight-search

# Flight Search Search Google Flights from the command line. Get prices, times, and airlines - no API key needed. Built on [fast-flights](https://github.com/AWeirdDev/flights). ## Quick Start ```bash # one-off search (no install needed) uvx flight-search DEN LAX --date 2026-03-01 # or install globally uv tool install flight-search flight-search JFK LHR --date 2026-06-15 --return 2026-06-22 ``` ## Options ``` positional arguments: origin Origin airport code (e.g., DEN, LAX, JFK) destination Destination airport code options: --date, -d Departure date (YYYY-MM-DD) [required] --return, -r Return date for round trips (YYYY-MM-DD) --adults, -a Number of adults (default: 1) --children, -c Number of children (default: 0) --class, -C Seat class: economy, premium-economy, business, first --limit, -l Max results (default: 10) --output, -o Output format: text or json (default: text) ``` ## Examples ```bash # One-way flight flight-search DEN LAX --date 2026-03-01 # Round trip with passengers flight-search JFK LHR --date 2026-06-15 --return 2026-06-22 --adults 2 # Business class flight-search SFO NRT --date 2026-04-01 --class business # JSON output for parsing flight-search ORD CDG --date 2026-05-01 --output json ``` ## Example Output ``` ✈️ DEN → LAX One way · 2026-03-01 Prices are currently: typical ────────────────────────────────────────────────── Frontier ⭐ BEST 🕐 10:43 PM → 12:30 AM +1 ⏱️ 2 hr 47 min ✅ Nonstop 💰 $84 ────────────────────────────────────────────────── United ⭐ BEST 🕐 5:33 PM → 7:13 PM ⏱️ 2 hr 40 min ✅ Nonstop 💰 $139 ``` ## JSON Output Returns structured data: ```json { "origin": "DEN", "destination": "LAX", "date": "2026-03-01", "current_price": "typical", "flights": [ { "airline": "Frontier", "departure_time": "10:43 PM", "arrival_time": "12:30 AM", "duration": "2 hr 47 min", "stops": 0, "price": 84, "is_best": true } ] } ``` ## Links - [PyPI](https://pypi.org/project/flight-search/) - [GitHub](https://github.com/Olafs-World/flight-search)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 flight-search-1776280142 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 flight-search-1776280142 技能

通过命令行安装

skillhub install flight-search-1776280142

下载

⬇ 下载 flight-search v0.1.7(免费)

文件大小: 14.73 KB | 发布时间: 2026-4-16 17:07

v0.1.7 最新 2026-4-16 17:07
Release 0.1.7

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部