Enables Claude to browse merchants and track deliveries on Postmates (now part of Uber Eats)
Automates Postmates operations including merchant browsing and order tracking through Uber Eats integration. Note: Postmates has merged with Uber Eats, so most functionality redirects there. Actual orders are not automated.
curl -sSL https://canifi.com/skills/postmates/install.sh | bash
Or manually:
cp -r skills/postmates ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set POSTMATES_EMAIL "[email protected]"
canifi-env set POSTMATES_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 stores delivering on Postmates"
Claude: I'll find delivery options.
- Navigate to Uber Eats (Postmates merged)
- Browse available stores
- Check delivery times
- Present options
User: "Track my Postmates order"
Claude: I'll track your delivery.
- Navigate to orders (via Uber Eats)
- Find active order
- Check delivery status
- Report ETA
User: "Find who delivers ice cream nearby"
Claude: I'll search for that.
- Search "ice cream"
- Filter by delivery
- Show available stores
- Present options
User: "Show my past Postmates orders"
Claude: I'll check your history.
- Navigate to order history
- List past orders
- Show merchants and dates
- Present summary
When encountering Postmates/Uber Eats changes: