Search and book vacation rentals, manage reservations, and communicate with property owners on Vrbo
Enables Claude to search vacation rentals, book entire homes and condos, communicate with property owners, and manage reservations through Vrbo's platform.
curl -sSL https://canifi.com/skills/vrbo/install.sh | bash
Or manually:
cp -r skills/vrbo ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set VRBO_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 beach house in Destin for a family of 6 in July"
Claude: I'll search Vrbo for Destin beach houses.
- Opens vrbo.com via Playwright MCP
- Enters Destin, FL, July dates
- Filters: 3+ bedrooms, 6+ guests, beachfront
- Shows top results:
- "Gulf View Paradise": 4BR, $350/night, pool
- "Sandy Toes Retreat": 3BR, $275/night, beach access
- "Ocean Breeze Villa": 4BR, $425/night, private beach
- Notes total costs including cleaning fees
User: "Is that beach house available for 4th of July week?"
Claude: I'll check the availability calendar.
- Opens property listing
- Views July calendar
- Returns: July 1-8 available
- Total: $2,450 (7 nights x $350)
- Cleaning fee: $275
- Service fee: $345
- Grand total: $3,070
- Cancellation: Full refund until June 1
User: "Ask if they allow small dogs"
Claude: I'll message the property owner.
- Opens messaging interface
- Composes inquiry: "Hi! We're interested in booking your property for July 1-8. We have a small, well-behaved dog (15 lbs). Are pets allowed? Thank you!"
- Sends message
- Reports: Message sent, owners typically respond within 4 hours
After each interaction:
Suggest updates when: