Loading...
Loading...
Enables Claude to browse stores, manage lists, and track deliveries on Shipt
npx skill4agent add andrejones92/canifi-life-os shiptcurl -sSL https://canifi.com/skills/shipt/install.sh | bashcp -r skills/shipt ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set SHIPT_EMAIL "your-email@example.com"
canifi-env set SHIPT_PASSWORD "your-password"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "What stores are on Shipt near me?"
Claude: I'll find available stores.
- Navigate to shipt.com
- View partner stores
- Check delivery availability
- Present store optionsUser: "Find almond milk on Shipt"
Claude: I'll search for that.
- Search "almond milk"
- Show results from stores
- Compare prices
- Present optionsUser: "Where is my Shipt order?"
Claude: I'll track your delivery.
- Navigate to orders
- Find active order
- Check shopper progress
- Report ETAUser: "Add bread and eggs to my Shipt list"
Claude: I'll add those items.
- Navigate to lists
- Add bread
- Add eggs
- Confirm items added