Enables Claude to browse Lowe's products, manage lists, and track orders
Automates Lowe's operations including home improvement product search, list management, and order tracking through browser automation. Note: Actual purchases are not automated.
curl -sSL https://canifi.com/skills/lowes/install.sh | bash
Or manually:
cp -r skills/lowes ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set LOWES_EMAIL "[email protected]"
canifi-env set LOWES_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 lawn mowers at Lowe's"
Claude: I'll search for lawn mowers.
- Navigate to lowes.com
- Search "lawn mower"
- Filter by type and brand
- Sort by rating
- Present top options
User: "Is this available at my local Lowe's?"
Claude: I'll check availability.
- Navigate to product page
- Check local store inventory
- View aisle location
- Report stock status
User: "What's on deal at Lowe's today?"
Claude: I'll find today's deals.
- Navigate to deals section
- Browse daily discounts
- Note significant savings
- Present best offers
User: "Track my Lowe's order"
Claude: I'll check your order.
- Navigate to Order History
- Find recent order
- Check delivery status
- Report tracking info
When encountering new Lowe's features: