π¦ ClawHub
Ecommerce Assistant
by @lhldolike
E-commerce product research, competitor analysis, and price monitoring for Amazon, Shopify, and other platforms. Use when researching Amazon product data, an...
TERMINAL
clawhub install ecommerce-assistantπ About This Skill
name: ecommerce-assistant description: E-commerce product research, competitor analysis, and price monitoring for Amazon, Shopify, and other platforms. Use when researching Amazon product data, analyzing Shopify stores, monitoring price changes, finding profitable products, or generating product reports. GitHub demo available.
Ecommerce Assistant
Overview
Research products, analyze competitors, and monitor prices across e-commerce platforms. Supports Amazon product data, Shopify store analysis, and price trend tracking.
Quick Start
π¦ GitHub Demo: https://github.com/lhldolike/ecommerce-assistant-demo
Amazon Product Research
# Search Amazon products
python3 scripts/amazon_search.py "wireless headphones" --limit 10Get product details
python3 scripts/amazon_product.py B08HMWZBXCTrack price history
python3 scripts/price_tracker.py --asin B08HMWZBXC --notify
Shopify Store Analysis
# Analyze a Shopify store
python3 scripts/shopify_analyzer.py https://store-name.myshopify.comCompare multiple stores
python3 scripts/shopify_analyzer.py --compare store1.com store2.com
Price Monitoring
# Add product to watchlist
python3 scripts/price_tracker.py --add B08HMWZBXC --target-price 50Check all tracked products
python3 scripts/price_tracker.py --listGenerate price report
python3 scripts/price_tracker.py --report weekly
Core Capabilities
1. Product Research
2. Competitor Analysis
3. Price Monitoring
4. Market Insights
Data Sources
This skill uses multiple data sources:
See references/ for detailed API documentation:
Scripts
All scripts are in scripts/ directory:
amazon_search.py - Search Amazon productsamazon_product.py - Get product detailsshopify_analyzer.py - Analyze Shopify storesprice_tracker.py - Price monitoring systemproduct_reporter.py - Generate reportsOutput Formats
Results can be exported as:
Limitations
Examples
Find Profitable Products
python3 scripts/amazon_search.py "yoga mat" --min-price 20 --max-price 50 --min-rating 4.0
Monitor Competitor Prices
python3 scripts/shopify_analyzer.py https://competitor-store.com --track-prices --output competitor.json
Generate Weekly Report
python3 scripts/product_reporter.py --type weekly --email report@example.com
π‘ Examples
Find Profitable Products
python3 scripts/amazon_search.py "yoga mat" --min-price 20 --max-price 50 --min-rating 4.0
Monitor Competitor Prices
python3 scripts/shopify_analyzer.py https://competitor-store.com --track-prices --output competitor.json
Generate Weekly Report
python3 scripts/product_reporter.py --type weekly --email report@example.com