From travelintel
Travel intelligence research and flight planning using TravelIntel MCP tools. Use this skill whenever the user asks about flights, routes, travel itineraries, trip planning, layover analysis, or wants a visual travel document. Also triggers for multi-modal journeys involving ferries, buses, trains, and mixed transport. Always use this skill when the user mentions travel, even if they don't explicitly ask for flight data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/travelintel:travelThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to TravelIntel MCP tools for comprehensive travel research.
You have access to TravelIntel MCP tools for comprehensive travel research.
Price search: Use travelintel_search_flights — returns prices + schedule enrichment in one call. Do NOT also call travelintel_search_schedules since enrichment is already included.
Schedule lookup: Use travelintel_search_schedules — AeroDataBox primary (no date limit), FlightAware fallback (2-day limit).
Deep route analysis: Use travelintel_investigate_route — combines schedules + pricing + reliability + weather + knowledge base.
Route discovery: Use travelintel_discover_routes — find all routes from an origin to a destination country/city/airport.
search_schedules: Real UTC. Convert to local (e.g. +8 for PHT, +9 for JST).search_flights: Times have Z suffix but are LOCAL times, NOT UTC. Never add timezone offset.travelintel_search_flights for pricingtravelintel_investigate_route for deep analysis if neededtravelintel_query_knowledge to check what we already know about a routeWhen the user asks for a visual itinerary, travel waterfall, or HTML travel document, produce a self-contained HTML file using the itinerary format system below.
Generate an itinerary HTML file when the user:
There are two layout templates. Pick based on the journey type:
Template A — Flight Comparison (Hero + Alternatives) Use when comparing 2–4 flight routing options between two airports. The best option gets a prominent "hero" itinerary with full vertical timeline; alternatives are shown as compact cards with mini-itineraries that expand on click. Good for airport-to-airport planning where there's a clear recommended option.
Template B — Multi-Modal Journey Use when the route involves mixed transport modes — ferries, buses, trains, taxis, and flights combined. Shows one continuous journey as a long vertical timeline with mode-specific styling (different line patterns, dot colours, segment cards). Good for complex A-to-B journeys where the "how do I actually get there" question has one answer with many legs.
Before writing HTML, read the full component library and style guide:
Read references/itinerary-html-format.md
That reference file contains the complete CSS variable system, every component's HTML/CSS pattern, icon paths, JavaScript functions, responsive rules, and content rules. Follow it precisely — the design system is battle-tested and produces professional, consistent output.
These are the non-negotiable rules. The reference file has full detail.
<style>, all JS in <script>, no external dependencies except Google Fonts (Inter).background: #fff on body. No radial gradients. Ever..ic class system. No icon fonts, no external SVGs.font-variant-numeric: tabular-nums..ctr container at max-width: 960px; margin: 0 auto.Save itinerary files as: travel-itinerary-{origin}-{dest}.html (IATA codes, lowercase).
For multi-leg journeys with no clear IATA pair, use descriptive slugs:
travel-itinerary-biliran-niseko.html.
npx claudepluginhub michaelkennedyau/travelintel-plugins --plugin travelintelSearches Google Flights for flight tickets, returns candidates with prices, booking links, and date/month/year comparisons. Useful for checking cheapest flights and planning travel.
Compares all-in costs of multiple travel destinations including flights, accommodation, daily expenses, visa, and health requirements to make budget-informed trip decisions.
Searches flights, hotels, attractions, concerts, cruises, visas, car rentals, and event tickets with natural language via Fliggy MCP for real-time booking and trip planning.