← 返回
未分类 Key 中文

Ecommerce Assistant

E-commerce product research, competitor analysis, and price monitoring for Amazon, Shopify, and other platforms. Use when researching Amazon product data, an...
电商产品研究、竞品分析和价格监控,适用于 Amazon、Shopify 等平台。用于调研 Amazon 产品数据时...
lhldolike lhldolike 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 363
下载
💾 0
安装
1
版本
#latest

概述

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 products
  • amazon_product.py - Get product details
  • shopify_analyzer.py - Analyze Shopify stores
  • price_tracker.py - Price monitoring system
  • product_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 report@example.com

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 05:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,378 📥 320,410
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,416
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,081 📥 809,966