Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

flight-search-skill飞行搜索技巧

Agent Skill

flight-search-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,464

周安装

436

GitHub Stars

公开资料未说明

下载量

3,488
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:flight-search-skill(飞行搜索技巧)
来源仓库:https://github.com/marcorabelo/flight-search-skill
安装命令:
openclaw skills install flight-search-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install flight-search-skill

简介

flight-search-skill 使用 Amadeus API 实现航班搜索、比价与价格监控。

  • 适用于企业级差旅管理、动态定价分析或行程自动化推荐。
  • 支持实时查询、历史趋势追踪与个性化提醒设置。
  • 通过 clawhub 安装,专为 OpenClaw 设计,需配置有效 API 凭证。
  • 注意 API 配额与使用条款,避免超额导致服务中断。

SKILL.md

name
flight-search
description
Search flights, compare prices, and monitor airfare using Amadeus API
author
marco-rabelo
version
1.0.2
triggers
credentials
required
description
Amadeus API key for flight search
how_to_get
Visit developers.amadeus.com, create account, and create an app
description
Amadeus API secret for authentication
how_to_get
Provided when you create an app on developers.amadeus.com
optional
description
AviationStack API key for flight status (optional)
how_to_get
Visit aviationstack.com and sign up for free tier (100 requests/month)

Flight Search

Search flights, compare prices across airlines, and monitor airfare drops. Supports flexible dates, price alerts, and flight status tracking.

⚠️ Required Credentials

This skill requires API credentials to function:

Required (Amadeus):

Free Tier: 2,000 searches/month (sandbox) or production free tier with real prices

Optional (AviationStack):

Free Tier: 100 requests/month (very limited, only for flight status)

Configuration

After installing, copy config.example.json to config.json and add your credentials:

{
  "apis": {
    "amadeus": {
      "api_key": "YOUR_AMADEUS_API_KEY",
      "api_secret": "YOUR_AMADEUS_API_SECRET",
      "sandbox_mode": true
    },
    "aviationstack": {
      "enabled": false,
      "api_key": "YOUR_AVIATIONSTACK_API_KEY"
    }
  }
}

🔒 Security:

  • config.json is in .gitignore by default
  • Never commit API keys to version control
  • Use environment variables or secure config files
  • Rotate keys if accidentally exposed

What it does

Searches flights using Amadeus API, compares prices, finds the best routes, and can monitor prices over time to alert you when they drop. Optional AviationStack integration for real-time flight status.

Prerequisites

  1. Get API Keys:

- Amadeus (Required): developers.amadeus.com - Test/Sandbox (FREE): 2,000 flight searches/month - ⚠️ TEST DATA ONLY - Production (FREE + pay-as-you-go): FREE quota + pay only for extra calls - ✅ REAL PRICES - Sign up and create an app - Get API Key and API Secret

✅ GREAT NEWS: - Both environments have FREE tiers! - Test: 2,000 requests/month FREE (test data) - Production: FREE quota + pay-as-you-go (real data) - Production gives REAL prices for free (within quota) - Bonus: 90% discount on search calls if you create bookings!

⚠️ CRITICAL: - Sandbox = Test data (prices are NOT real) - Production = Real data (actual prices, availability) - Production is NOT €30/month - it has a FREE tier! - Only pay if you exceed the free quota

- AviationStack (Optional): aviationstack.com - Free tier: 100 requests/month ⚠️ VERY LIMITED - For flight status tracking only - Consider paid plan ($49.99+) for production

  1. Configure the skill:

Edit config.json with your API keys:

   {
     "apis": {
       "amadeus": {
         "api_key": "YOUR_KEY",
         "api_secret": "YOUR_SECRET",
         "sandbox_mode": true  // false for Production (real prices, also FREE tier!)
       }
     }
   }

Recommendation:

  • Start with Sandbox (free) to test the skill functionality
  • Switch to Production (also FREE tier!) for real prices
  • Only pay if you exceed the free quota (pay-as-you-go)

Recommendation: Start with Amadeus only. Add AviationStack only if you need flight status tracking and have budget for paid plan.

Usage

Basic Search

"Search flights from JFK to LHR"
"Find flights São Paulo to Lisbon in March"
"How much to fly to Thailand in December?"

With Dates

"Flights JFK to LAX December 15 to January 10"
"Flights 01/03 to 15/03 GRU to MIA"
"Search tickets to Paris departing in January"

Flexible Dates

"Cheapest time to fly to Europe?"
"Best prices to Thailand next 3 months"
"When is it cheapest to visit Paris?"

Monitor Prices

"Monitor prices JFK to LHR"
"Alert me when flights to Rome drop"
"Set up price alert for Paris"

Flight Status (Limited)

"Check status of flight AA123"
"Is flight LA1234 on time?"
"Track flight G3 4567"

Note: Flight status requires AviationStack API. Free tier is extremely limited (100 requests/month). Consider:

  • Use sparingly for important flights only
  • Upgrade to paid plan ($49.99+/month) for regular use
  • Alternative: Use airline's official app/website

Compare Airlines

"Compare airlines flying to Asia"
"Which airline is cheapest?"
"Best route to Thailand"

Features

  • ✅ Flight search via Amadeus API
  • ✅ Price comparison across airlines
  • ✅ Flexible date search
  • ✅ Price monitoring and alerts
  • ✅ Multi-city routes
  • ✅ Filter by stops, airline, duration
  • ✅ Currency conversion
  • ✅ Flight status tracking (AviationStack)
  • ✅ International airport support

API Information

APICoverageBest ForFree TierPaid Plans
AmadeusGlobalFlight search, prices, routes2,000/monthFrom €30/month
AviationStackGlobalFlight status, tracking100/month ⚠️From $49.99/month

Recommendation: Start with Amadeus only. Add AviationStack only if flight status tracking is critical for your use case and you're willing to upgrade to paid plan.

Tips

  • Use airport codes (JFK, LHR, BKK) for accuracy
  • Specify flexible dates for best prices
  • Set up monitoring for long-term planning
  • Book Tuesday-Thursday for lower prices
  • Book 2-3 months in advance for international flights
  • Check flight status before heading to airport

Examples

See examples/ folder for:

  • Basic searches
  • Multi-city trips
  • Price monitoring setup
  • Advanced filtering
  • Route optimization
  • Flight status tracking

Troubleshooting

"No flights found"

  • Verify airport codes (use IATA codes)
  • Try broader date ranges
  • Check API key configuration
  • Verify API quota not exceeded

"API error"

  • Verify API keys are valid
  • Check API rate limits
  • Ensure API is enabled in config
  • Check network connectivity

"Prices seem wrong"

  • Prices update frequently
  • Try refreshing search
  • Sandbox mode uses test data
  • Check currency settings

"Flight status unavailable"

  • Enable AviationStack in config
  • Verify flight number format (e.g., AA123)
  • Check if flight exists for date
  • Try without date for current status

API Rate Limits

APIFree TierRate LimitNotes
Amadeus2,000/month~10/secondSandbox mode only
AviationStack100/monthVaries⚠️ Very limited free tier

Important Notes:

  • Amadeus sandbox mode provides test data suitable for development. For production use with real prices, upgrade to production API.
  • AviationStack free tier is extremely limited (100 requests/month). For production use, consider:

- Paid plans start at $49.99/month (Basic plan: 5,000 requests) - Professional plan: $149.99/month (50,000 requests) - Enterprise: Custom pricing

  • Alternative: If you need flight status, consider using Amadeus's limited flight status endpoints or airline-specific APIs.

Contributing

Contributions welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

License

MIT License - see LICENSE file for details.

Credits

  • Amadeus for Developers: developers.amadeus.com
  • AviationStack: aviationstack.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.24%
按下载量换算2,520

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills