Enables Claude to browse Nordstrom products, manage lists, and track orders
Automates Nordstrom operations including fashion product search, wishlist management, and order tracking through browser automation. Note: Actual purchases are not automated.
curl -sSL https://canifi.com/skills/nordstrom/install.sh | bash
Or manually:
cp -r skills/nordstrom ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set NORDSTROM_EMAIL "[email protected]"
canifi-env set NORDSTROM_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 designer handbags at Nordstrom"
Claude: I'll search for handbags.
- Navigate to nordstrom.com
- Search "designer handbags"
- Filter by brand if specified
- Sort by relevance
- Present top options
User: "What's on Anniversary Sale at Nordstrom?"
Claude: I'll check the sale.
- Navigate to Anniversary Sale section
- Browse sale items
- Filter by category
- Present top deals
User: "Track my Nordstrom order"
Claude: I'll check your order.
- Navigate to Orders
- Find recent order
- Check shipping status
- Report delivery info
User: "Show me Nike products at Nordstrom"
Claude: I'll browse that brand.
- Navigate to brand page
- Browse Nike products
- Filter by category if requested
- Present available items
When encountering new Nordstrom features: