Enables Claude to browse Macy's products, manage lists, and track orders
Automates Macy's operations including fashion and home product search, list management, and order tracking through browser automation. Note: Actual purchases are not automated.
curl -sSL https://canifi.com/skills/macys/install.sh | bash
Or manually:
cp -r skills/macys ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set MACYS_EMAIL "[email protected]"
canifi-env set MACYS_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 men's dress shirts on sale at Macy's"
Claude: I'll search for dress shirts.
- Navigate to macys.com
- Search "men's dress shirts"
- Filter by sale items
- Sort by discount
- Present top options
User: "What's in Macy's clearance for women's shoes?"
Claude: I'll browse clearance.
- Navigate to women's shoes
- Filter by clearance
- Browse discounted items
- Present best deals
User: "Track my Macy's order"
Claude: I'll check your order.
- Navigate to Order Status
- Find recent order
- Check shipping info
- Report delivery estimate
User: "Can I pick this up at my local Macy's?"
Claude: I'll check store availability.
- Navigate to product page
- Check store pickup options
- View local store inventory
- Report availability
When encountering new Macy's features: