Enables Claude to browse Sephora beauty products, manage lists, and track orders
Automates Sephora operations including beauty product search, favorites management, and order tracking through browser automation. Note: Actual purchases are not automated.
curl -sSL https://canifi.com/skills/sephora/install.sh | bash
Or manually:
cp -r skills/sephora ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set SEPHORA_EMAIL "[email protected]"
canifi-env set SEPHORA_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: "Find vitamin C serums at Sephora"
Claude: I'll search for vitamin C serums.
- Navigate to sephora.com
- Search "vitamin C serum"
- Filter by skin concern
- Sort by rating
- Present top options
User: "How many Beauty Insider points do I have?"
Claude: I'll check your points.
- Navigate to account
- View Beauty Insider status
- Check points balance
- Report available rewards
User: "Show me Sephora value sets for skincare"
Claude: I'll find value sets.
- Navigate to value sets
- Filter by skincare
- Browse available bundles
- Present savings options
User: "Track my Sephora order"
Claude: I'll check your order.
- Navigate to Orders
- Find recent order
- Check shipping status
- Report delivery info
When encountering new Sephora features: