Loading...
Loading...
Enables Claude to browse restaurants and track orders on Seamless (Grubhub)
npx skill4agent add andrejones92/canifi-life-os seamlesscurl -sSL https://canifi.com/skills/seamless/install.sh | bashcp -r skills/seamless ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set SEAMLESS_EMAIL "your-email@example.com"
canifi-env set SEAMLESS_PASSWORD "your-password"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Find sushi on Seamless"
Claude: I'll find sushi restaurants.
- Navigate to seamless.com
- Search "sushi"
- Filter by available
- Present top optionsUser: "Show my recent Seamless orders"
Claude: I'll check your history.
- Navigate to Order History
- List recent orders
- Show restaurants and dates
- Present summaryUser: "Track my Seamless order"
Claude: I'll track your delivery.
- Navigate to Orders
- Find active order
- Check delivery status
- Report ETAUser: "Show me my last order to reorder"
Claude: I'll find that order.
- Navigate to Order History
- Find most recent order
- Display items
- Ready for reorder