Enables Claude to browse restaurants, manage orders, and track deliveries on DoorDash
Automates DoorDash operations including restaurant discovery, order tracking, and saved stores management through browser automation. Note: Actual orders are not automated for security.
curl -sSL https://canifi.com/skills/doordash/install.sh | bash
Or manually:
cp -r skills/doordash ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set DOORDASH_EMAIL "[email protected]"
canifi-env set DOORDASH_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 pizza places on DoorDash"
Claude: I'll find pizza restaurants.
- Navigate to doordash.com
- Search "pizza"
- Filter by open and nearby
- Sort by rating
- Present top options
User: "What's on the McDonald's menu on DoorDash?"
Claude: I'll check their menu.
- Search for McDonald's
- Open store page
- Browse menu sections
- Present available items
User: "Track my DoorDash order"
Claude: I'll track your delivery.
- Navigate to Orders
- Find active order
- Check Dasher location
- Report delivery ETA
User: "Show me my last order from Chipotle"
Claude: I'll find that order.
- Navigate to Orders
- Search Chipotle orders
- Display order details
- Ready for reorder
When encountering new DoorDash features: