Book flights, hotels, vacation packages, and rental cars through Expedia's travel platform
Enables Claude to search and book complete travel arrangements including flights, hotels, car rentals, and bundled packages through Expedia's comprehensive travel platform.
curl -sSL https://canifi.com/skills/expedia/install.sh | bash
Or manually:
cp -r skills/expedia ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set EXPEDIA_EMAIL "[email protected]"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "Find a flight and hotel package to Cancun for spring break, March 15-22"
Claude: I'll search Expedia for Cancun packages.
- Opens Expedia via Playwright MCP
- Selects "Vacation Packages" tab
- Enters departure city, Cancun destination
- Sets dates March 15-22
- Returns bundle options:
- Package 1: Delta + Hyatt Ziva, $1,450/person
- Package 2: United + Dreams Resort, $1,280/person
- Notes: Save $340 vs booking separately
User: "What flights are available from LAX to JFK next Tuesday?"
Claude: I'll search Expedia for those flights.
- Navigates to Flights section
- Enters LAX to JFK, next Tuesday
- Compares options:
- JetBlue 6am: $189, 5h 15m nonstop
- Delta 9am: $245, 5h 30m nonstop
- American 2pm: $178, 7h 45m (1 stop)
- Filters by One Key member pricing
User: "Show me my upcoming Expedia trips"
Claude: I'll retrieve your Expedia itineraries.
- Logs into Expedia account
- Navigates to My Trips
- Lists upcoming travel:
- Miami: Feb 10-14, Marriott + American Airlines
- Denver: March 5-8, Hilton only
- Provides confirmation numbers and check-in details
After each interaction:
Suggest updates when: