From award-travel-finder
This skill should be used when the user asks about "award flights", "points", "miles", "avios", "asia miles", "loyalty programs", "flight availability", "award search", "redemptions", "business class availability", "first class availability", "hybrid flights", "cash and points", "split ticket", "positioning flights", "mix cash and miles", mentions specific airlines (British Airways, Qatar Airways, Cathay Pacific, Virgin Atlantic, Aeroplan, Iberia, Emirates, Etihad, Turkish, ANA, JetBlue, Singapore, Qantas, Alaska, American, Frontier, Japan Airlines, Air France, Korean Air), or discusses using points/miles for flights or hotels. Provides guidance for using the Award Travel Finder MCP tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/award-travel-finder:award-travelThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search award flight availability across 19 airlines and 14 loyalty programs using points and miles. Powered by the Award Travel Finder MCP server.
Search award flight availability across 19 airlines and 14 loyalty programs using points and miles. Powered by the Award Travel Finder MCP server.
Search award seats for a specific route and date.
Parameters:
airline: airline slug (e.g. british_airways, qatar_airways, cathay_pacific, virgin_atlantic, iberia, emirates, qantas, alaska_airlines, american_airlines, jetblue, etihad, frontier — call search_all_airlines if unsure)departure_code: 3-letter IATA code (e.g. LHR)arrival_code: 3-letter IATA code (e.g. JFK)date: YYYY-MM-DDReturns cabin-by-cabin availability with points costs.
Search an entire month for availability. Best for finding flexible dates. Can take up to 90 seconds.
Parameters:
airline: airline slugdeparture_code: 3-letter IATA codearrival_code: 3-letter IATA codedate: YYYY-MM or YYYY-MM-DD (uses the month)Fan out a single date across every supported airline at once. Use when the user doesn't specify an airline.
Parameters:
departure_code: 3-letter IATA codearrival_code: 3-letter IATA codedate: YYYY-MM-DDFind the cheapest way to fly by combining cash tickets with award redemptions into one split-ticket journey. Best for premium cabins on long-haul routes.
Parameters:
origin: 3-letter IATA codedestination: 3-letter IATA codedate: YYYY-MM-DDcabin: economy | business | first (default: business)points_value_cents: How you value points in cents per point (default: 1.5)Returns: direct cash price, best full-award option, and hybrid split options ranked by effective cost.
Get the award chart for a route. Shows points per cabin class, off-peak and peak. No date needed.
Parameters:
airline: airline slugdeparture_code: 3-letter IATA codearrival_code: 3-letter IATA codeGet full award chart for a loyalty program (zones, cabin pricing, partner rules).
Parameters:
program: Program slug — one of british-airways, iberia, qatar-airways, aer-lingus, virgin-atlantic, aeroplan, flying-blue, cathay-pacific, singapore-airlines, emirates, etihad, turkish-airlines, ana, jetblueCurrent "buy miles" promotions, in case it's cheaper than redeeming.
Which programs will status-match a given tier, and how long it lasts.
search_hotels — Find hotels by city/area for a date range.get_hotel_availability — Award nights at a specific property.monitor_hotel_price — Watch a property and ping you on price drops.list_hotel_bookings / get_hotel_booking — Track hotel award reservations.add_flight_booking / list_flight_bookings / get_flight_booking / update_flight_booking / delete_flight_bookingupdate_points_balance / list_points_balances / get_portfoliosearch_hybrid with origin, destination, date, and cabin class.search_all_airlines to fan out across every supported airline.get_pricing to show what the route costs in points per cabin class.search_availability for a specific date, or search_monthly_availability for flexible dates.get_program_rates for each program the user wants to compare.The MCP server uses OAuth 2.1 by default. On first tool call, the client redirects the user to awardtravelfinder.com to sign up (or sign in) and approve access — about 30 seconds, free, no credit card. Tokens auto-refresh.
Free tier: 50 searches/month per account. Paid tiers (150/month and up) at https://awardtravelfinder.com/pricing for power users.
X-API-Key headers are still supported for legacy clients and server-to-server agents.
npx claudepluginhub awardtravelfinder/award-travel-finder-plugin --plugin award-travel-finderProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.