/install ecommerce-assistant
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 10
# Get product details
python3 scripts/amazon_product.py B08HMWZBXC
# Track 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.com
# Compare 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 50
# Check all tracked products
python3 scripts/price_tracker.py --list
# Generate price report
python3 scripts/price_tracker.py --report weekly
Core Capabilities
1. Product Research
- Search products by keyword
- Get detailed product information
- Analyze reviews and ratings
- Extract product specifications
2. Competitor Analysis
- Analyze Shopify store inventory
- Compare pricing strategies
- Identify top-selling products
- Track competitor changes
3. Price Monitoring
- Track price changes over time
- Set price drop alerts
- Generate trend reports
- Export data to CSV/JSON
4. Market Insights
- Identify trending products
- Analyze category performance
- Find pricing opportunities
- Generate actionable reports
Data Sources
This skill uses multiple data sources:
- Amazon: Product Advertising API, public data
- Shopify: Storefront API (public endpoints)
- Price Tracking: Historical data aggregation
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 reports
Output Formats
Results can be exported as:
- JSON (machine-readable)
- CSV (spreadsheet-friendly)
- Markdown (human-readable reports)
Limitations
- Free tier APIs have rate limits (typically 100-500 requests/month)
- Some Amazon data requires Product Advertising API approval
- Shopify data limited to public storefront information
- Price tracking requires periodic execution (not real-time)
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 [email protected]
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ecommerce-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/ecommerce-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ecommerce Assistant 是什么?
E-commerce product research, competitor analysis, and price monitoring for Amazon, Shopify, and other platforms. Use when researching Amazon product data, an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 Ecommerce Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ecommerce-assistant」即可一键安装,无需额外配置。
Ecommerce Assistant 是免费的吗?
是的,Ecommerce Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ecommerce Assistant 支持哪些平台?
Ecommerce Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ecommerce Assistant?
由 lhldolike(@lhldolike)开发并维护,当前版本 v1.0.1。