Rent cars, manage reservations, and access Enterprise Plus benefits through Enterprise Rent-A-Car
Enables Claude to search and book rental cars, manage reservations, access Enterprise Plus member benefits, and coordinate pickup and return through Enterprise's rental network.
curl -sSL https://canifi.com/skills/enterprise/install.sh | bash
Or manually:
cp -r skills/enterprise ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set ENTERPRISE_EMAIL "[email protected]"
canifi-env set ENTERPRISE_PLUS "your-enterprise-plus-number"
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: "I need a rental car at LAX for next week, compact or midsize"
Claude: I'll search Enterprise for LAX rentals.
- Opens enterprise.com via Playwright MCP
- Enters LAX location, next week dates
- Compares vehicle classes:
- Compact (Corolla): $42/day, $294 total
- Midsize (Camry): $48/day, $336 total
- SUV (RAV4): $62/day, $434 total
- Notes: Enterprise Plus members earn 1 point/dollar
User: "Can I rent from San Francisco and drop off in LA?"
Claude: I'll check one-way availability.
- Enters SFO pickup, LAX return
- Shows one-way options:
- Midsize: $389 total (includes $75 drop fee)
- Full-size: $425 total
- SUV: $512 total
- Notes: One-way fee varies by route
- Airport locations typically have best availability
User: "What's my Enterprise Plus status?"
Claude: I'll check your Enterprise Plus account.
- Logs into Enterprise Plus
- Returns: Gold status
- Points balance: 4,850
- Free rental day at 850 points
- Benefits: Skip the counter, guaranteed upgrades
- Rentals this year: 8
After each interaction:
Suggest updates when: