Research destinations, read reviews, find restaurants and attractions, and plan trips with Tripadvisor
Enables Claude to research travel destinations, read authentic reviews, discover restaurants and attractions, compare prices, and create comprehensive trip plans using Tripadvisor's extensive travel database.
curl -sSL https://canifi.com/skills/tripadvisor/install.sh | bash
Or manually:
cp -r skills/tripadvisor ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set TRIPADVISOR_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: "What are the top things to do in Barcelona?"
Claude: I'll research Barcelona attractions on Tripadvisor.
- Opens tripadvisor.com via Playwright MCP
- Searches Barcelona attractions
- Returns top rated:
1. Sagrada Familia: 4.8 stars, 145K reviews
2. Park Guell: 4.6 stars, 98K reviews
3. Gothic Quarter: 4.7 stars, 52K reviews
4. La Boqueria Market: 4.5 stars, 38K reviews
- Notes: Book Sagrada Familia tickets in advance
User: "Find top-rated Italian restaurants in Chicago"
Claude: I'll search for Italian restaurants in Chicago.
- Navigates to Chicago restaurants
- Filters: Italian cuisine, 4+ stars
- Shows top results:
- Spiaggia: 4.5 stars, $$$$ , 2,100 reviews
- RPM Italian: 4.5 stars, $$$ , 3,400 reviews
- Monteverde: 4.7 stars, $$$ , 1,800 reviews
- Includes reservation availability
User: "Compare prices for the Four Seasons Paris"
Claude: I'll compare prices across booking sites.
- Searches Four Seasons Paris
- Clicks price comparison
- Shows prices from multiple sites:
- Booking.com: $1,245/night
- Hotels.com: $1,280/night
- Expedia: $1,260/night
- Direct: $1,295/night (includes breakfast)
- Notes cancellation policies differ
After each interaction:
Suggest updates when: