Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add Andrejones92/canifi-life-os --skill "shipt"
Install specific skill from multi-skill repository
# Description
Enables Claude to browse stores, manage lists, and track deliveries on Shipt
# SKILL.md
name: shipt
description: Enables Claude to browse stores, manage lists, and track deliveries on Shipt
version: 1.0.0
author: Canifi
category: food
Shipt Skill
Overview
Automates Shipt operations including store browsing, list management, and delivery tracking through browser automation. Note: Actual orders are not automated for security.
Quick Install
curl -sSL https://canifi.com/skills/shipt/install.sh | bash
Or manually:
cp -r skills/shipt ~/.canifi/skills/
Setup
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"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
1. Complete the Browser Automation Setup using CDP mode
2. Login to the service manually in the Playwright-controlled Chrome window
3. Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
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.
Capabilities
- Browse partner stores
- Search for products
- Manage shopping lists
- Track active deliveries
- View order history
- Check membership benefits
- Schedule delivery windows
- Compare store prices
Usage Examples
Example 1: Browse Stores
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
Example 2: Search Products
User: "Find almond milk on Shipt"
Claude: I'll search for that.
- Search "almond milk"
- Show results from stores
- Compare prices
- Present options
Example 3: Track Delivery
User: "Where is my Shipt order?"
Claude: I'll track your delivery.
- Navigate to orders
- Find active order
- Check shopper progress
- Report ETA
Example 4: Manage List
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
Authentication Flow
- Navigate to shipt.com via Playwright MCP
- Click Sign In
- Enter email from canifi-env
- Enter password
- Handle 2FA if enabled (notify user via iMessage)
- Verify account access
- Maintain session cookies
Error Handling
- Login Failed: Clear cookies, verify credentials
- Session Expired: Re-authenticate automatically
- 2FA Required: iMessage for verification code
- Store Unavailable: Check other stores
- Item Out of Stock: Note for substitution
- Order Not Found: Check order ID
- No Delivery Window: Try different times
- Membership Issue: Check subscription
Self-Improvement Instructions
When encountering new Shipt features:
1. Document new UI elements
2. Add support for new stores
3. Log successful patterns
4. Update for Shipt changes
Notes
- Owned by Target
- Orders not automated for security
- Membership for free delivery
- Personal shoppers
- Same-day delivery
- Target integration
- Tip shoppers directly
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.