Loading...
Loading...
Enables Claude to browse grocery stores, manage lists, and track deliveries on Instacart
npx skill4agent add andrejones92/canifi-life-os instacartcurl -sSL https://canifi.com/skills/instacart/install.sh | bashcp -r skills/instacart ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set INSTACART_EMAIL "your-email@example.com"
canifi-env set INSTACART_PASSWORD "your-password"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Show me what's at Costco on Instacart"
Claude: I'll browse Costco.
- Navigate to instacart.com
- Select Costco
- Browse departments
- Present available categoriesUser: "Find organic milk on Instacart"
Claude: I'll search for organic milk.
- Search "organic milk"
- Show results from available stores
- Compare prices
- Present optionsUser: "Where is my Instacart order?"
Claude: I'll track your order.
- Navigate to Orders
- Find active order
- Check shopper progress
- Report delivery ETAUser: "Add eggs and bread to my Instacart list"
Claude: I'll add those items.
- Navigate to lists
- Add eggs to list
- Add bread to list
- Confirm items added