Travel flight research
Skill S3YED/appie-kit/skills/personal/travel-flight-research
Research flight options, compare route families, and present clean booking links and concise recommendations.From its SKILL.md
npx -y skills add S3YED/appie-kit --skill travel-flight-researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.5 KB, 970 tokens by cl100k_base, as published. Nobody here has run it
Travel Flight Research
Use this skill when the user asks for flight options, route comparisons, fare discovery, or a shareable message listing booking links.
Workflow
- Identify the exact origin, destination, dates, and whether the ask is for cheapest, fastest, best-balance, or a route-family breakdown.
- Search broadly first to discover viable route families and fare signals.
- If the user asks for "all flights" or "the first route", treat that as a route-family request and list legs separately. Start with the direct leg, then the onward leg, then the practical complete itinerary.
- If the user requires checked baggage, filter out
Light,Basic,Hand baggage only, and similar fare families unless the fare page explicitly shows a checked bag included. - Prefer route families where the baggage allowance is attached to the full ticket, not just one leg. Do not assume through-check baggage on separate tickets.
- Prefer canonical booking pages for the final answer:
- Google Flights route pages
- FlightConnections route pages
- Airline pages when they are direct and stable
- Skyscanner, Expedia, Trip.com only when needed for fare context or when canonical pages are unavailable
- When airline-specific route pages are sparse or partially blocked, use route directories to identify operating carriers and pair them with price-context pages from aggregators.
- Strip tracking wrappers and redirect URLs before presenting links.
- If a search result page is a redirect or tracker, replace it with the underlying canonical URL.
- Keep the final response concise and practical. If the user wants a message, format it as a ready-to-send message in the requested language.
Link rules
- Prefer direct URLs over DuckDuckGo / search redirect links.
- Prefer route pages, not generic home pages.
- When possible, use the exact route query URL that a human can click and immediately inspect.
- Verify that the final URL is the actual destination page, not a search wrapper or consent interstitial.
Good answer shape
- Route family name
- Short price / convenience note
- 1 to 2 links per leg
- A brief recommendation at the end
Pitfalls
- Do not paste search engine redirect links.
- Do not include broken tracking parameters if a canonical destination exists.
- Do not recommend fares that omit checked baggage when the user explicitly needs a checked bag.
- Do not assume a checked bag will be through-checked across separate tickets.
- Do not over-explain if the user asked for a message or link list.
- For urgent same-day missed-transfer cases, do not return a generic travel overview. Prioritize departures still catchable now and include a fallback for sold-out/last-boat scenarios.
Urgent disruption pattern (missed pickup / delayed arrival)
When the traveler is already in transit and under time pressure:
- Compute local time first and state it clearly.
- Rank options by "can still catch now" rather than cheapest.
- Lead with the next 1-3 departures and booking links.
- Add a fast fallback tree:
- online booking now,
- taxi to pier plus walk-up ticket,
- first departure next morning.
- Keep response short, operational, and decision-oriented.
Anti-bot / blocked-source fallback
If browser automation or aggregator pages are blocked (403/202/challenge):
- Fall back to terminal HTTP fetches for operator and route pages.
- Prefer pages that embed schedule data directly in HTML or inline JSON.
- Extract concrete departures, arrivals, and price ranges from embedded route objects when available.
- Cross-check with a second source for sanity (operator page + aggregator summary).
- Be explicit that times and seat availability are live and must be re-checked before payment.
Checked-baggage shortcut
- When checked baggage is mandatory, the default priority for this route family is usually:
USM -> BKK -> IST -> RMOon Turkish AirlinesUSM -> BKK -> VIE -> RMOon Austrian AirlinesUSM -> BKK -> DOH -> RMOon Qatar Airways if it is clearly cheaper or better timed
- Bangkok Airways on the first leg is the clean nonstop choice from Samui; then verify the onward long-haul fare includes a checked bag before presenting it as the winner.
Support files
- See
references/canonical-links.mdfor a compact link-cleaning playbook and route-page examples. - See
references/route-family-output-patterns.mdfor how to answer "all flights" and multi-leg route-family requests cleanly.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.