Enables Claude to browse stores, manage lists, and track deliveries on Shipt
Automates Shipt operations including store browsing, list management, and delivery tracking through browser automation. Note: Actual orders are not automated for security.
curl -sSL https://canifi.com/skills/shipt/install.sh | bash
Or manually:
cp -r skills/shipt ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set SHIPT_EMAIL "[email protected]"
canifi-env set SHIPT_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: "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 options
User: "Find almond milk on Shipt"
Claude: I'll search for that.
- Search "almond milk"
- Show results from stores
- Compare prices
- Present options
User: "Where is my Shipt order?"
Claude: I'll track your delivery.
- Navigate to orders
- Find active order
- Check shopper progress
- Report ETA
User: "Add bread and eggs to my Shipt list"
Claude: I'll add those items.
- Navigate to lists
- Add bread
- Add eggs
- Confirm items added
When encountering new Shipt features: