From explore
Scrapes flight prices, route options, and price calendar data from Google Flights via Playwright. Used for trip planning, fare comparison, and identifying cheapest travel days.
How this skill is triggered — by the user, by Claude, or both
Slash command
/explore:app-google-flightsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** None (public)
Auth: None (public)
URL: https://www.google.com/flights
Configuration: Set home airport and target destinations in vault/explore/config.md
Add to vault/explore/config.md:
explore_home_airport: MSP
explore_preferred_airlines: [United, Delta]
google.com/flights#flt={ORIGIN}.{DEST}.{YYYY-MM-DD};r;ls=1w;li=1google.com/flights?q={ORIGIN}+to+{DEST}+{DATE}op-trip-planning-review — check current fare options for a planned trip's dates; compare against budget estimate in trip recordflow-build-trip-summary — surface current round-trip fare if flights are unbooked, to populate the budget estimate fieldvault/explore/00_current/ — flight research results written to the trip record as a fare comparison note
npx claudepluginhub fru-dev3/ai-ready-life --plugin exploreCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.