Enables Claude to browse restaurants, manage orders, and track deliveries on Uber Eats
Automates Uber Eats operations including restaurant browsing, order tracking, and favorites management through browser automation. Note: Actual orders are not automated for security.
curl -sSL https://canifi.com/skills/ubereats/install.sh | bash
Or manually:
cp -r skills/ubereats ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set UBEREATS_EMAIL "[email protected]"
canifi-env set UBEREATS_PASSWORD "your-password"
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 Thai restaurants near me on Uber Eats"
Claude: I'll find Thai restaurants.
- Navigate to ubereats.com
- Search "Thai"
- Filter by open now
- Sort by rating or delivery time
- Present top options
User: "Show me the menu at Chipotle on Uber Eats"
Claude: I'll check their menu.
- Search for Chipotle
- Open restaurant page
- Browse menu categories
- Present popular items
User: "Where is my Uber Eats order?"
Claude: I'll track your order.
- Navigate to Orders
- Find active order
- Check driver location
- Report ETA
User: "What promotions are on Uber Eats today?"
Claude: I'll find current deals.
- Navigate to deals section
- Browse promotions
- List discount offers
- Note promo codes
When encountering new Uber Eats features: