Enables Claude to browse Home Depot products, manage lists, and track orders
Automates Home Depot 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/homedepot/install.sh | bash
Or manually:
cp -r skills/homedepot ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set HOMEDEPOT_EMAIL "[email protected]"
canifi-env set HOMEDEPOT_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 cordless drills at Home Depot"
Claude: I'll search for cordless drills.
- Navigate to homedepot.com
- Search "cordless drill"
- Filter by brand or features
- Sort by rating
- Present top options
User: "Is this in stock at my local Home Depot?"
Claude: I'll check availability.
- Navigate to product page
- Check local store inventory
- View aisle location
- Report stock status
User: "What special buy deals are at Home Depot?"
Claude: I'll find special buys.
- Navigate to Special Buys section
- Browse discounted items
- Note savings
- Present best deals
User: "Track my Home Depot order"
Claude: I'll check your order.
- Navigate to Order History
- Find recent order
- Check delivery status
- Report tracking info
When encountering new Home Depot features: