From explore
Syncs TripIt itineraries into the explore vault, pulling flight numbers, hotel confirmations, and check-in times. Used by monthly sync and trip summary flows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/explore:app-trip-itThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Email parsing (auto-forward confirmations to [email protected]) or Playwright + Chrome cookies for UI scraping
Auth: Email parsing (auto-forward confirmations to [email protected]) or Playwright + Chrome cookies for UI scraping
URL: https://www.tripit.com
Configuration: Set account and sync method in vault/explore/config.md
Add to vault/explore/config.md:
tripit_sync_method: email_forwarding
tripit_email: [email protected]
tripit_chrome_profile: /Users/YOU/Library/Application Support/Google/Chrome/Default
Email forwarding method (recommended): Set up any booking confirmation email to auto-forward to [email protected] — TripIt automatically parses and adds it to your itinerary. No scraping needed.
UI scraping method: Uses Playwright with headless=False to read TripIt's trip list page. Reads the upcoming trips section and exports details to the vault.
api.tripit.com/v1/list/trip — returns JSON with full trip datatripit_api_key in config.mdop-monthly-sync — pull upcoming confirmed bookings into vault/explore/00_current/ to update booking status fields (populating confirmation numbers the user doesn't need to type manually)flow-build-trip-summary — cross-reference TripIt itinerary against trip record to verify all booked items are correctly reflected in the vaultvault/explore/00_current/ — TripIt data is synced to the relevant trip record file, updating confirmation numbers and booking status fields
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.