Enables Claude to browse grocery stores, manage lists, and track deliveries on Instacart
Automates Instacart operations including grocery store browsing, list management, and order tracking through browser automation. Note: Actual orders are not automated for security.
curl -sSL https://canifi.com/skills/instacart/install.sh | bash
Or manually:
cp -r skills/instacart ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set INSTACART_EMAIL "[email protected]"
canifi-env set INSTACART_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: "Show me what's at Costco on Instacart"
Claude: I'll browse Costco.
- Navigate to instacart.com
- Select Costco
- Browse departments
- Present available categories
User: "Find organic milk on Instacart"
Claude: I'll search for organic milk.
- Search "organic milk"
- Show results from available stores
- Compare prices
- Present options
User: "Where is my Instacart order?"
Claude: I'll track your order.
- Navigate to Orders
- Find active order
- Check shopper progress
- Report delivery ETA
User: "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
When encountering new Instacart features: