Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip, monitoring competitor pricing, tracking price history, identifying arbitrage opportunities, or setting automated price alerts.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install price-tracker或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install price-tracker⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/price-tracker/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: price-tracker description: Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip, monitoring competitor pricing, tracking price history, identifying arbitrage opportunities, or setting automated price alerts. ---
Track product prices across multiple e-commerce platforms to identify arbitrage opportunities, profit margins, and optimal buying/selling windows. This skill enables automated price monitoring, historical tracking, and revenue-focused decision making.
Search and Track Products:
Example Request: "Monitor iPhone 15 Pro prices across Amazon and eBay. Alert me if the price drops below $800 or if eBay listing is $150+ cheaper than Amazon."
Cross-Platform Comparison:
Fee Structure Reference:
Example Request: "Find Nintendo Switch bundles where eBay price is 20%+ higher than Amazon, accounting for all fees and shipping costs."
Price History:
Example Request: "Show me the price history for AirPods Pro 2 over the last 60 days. Identify the best buying window."
Alert Configuration:
Example Request: "Set up alerts for all Sony TV models. Alert me if any model drops below $400 or has 25%+ arbitrage margin."
# Use scripts/track_product.py
python3 scripts/track_product.py \
--product "Apple iPhone 15 Pro 256GB" \
--platforms amazon,ebay \
--alert-below 800 \
--alert-margin 0.20
# Use scripts/bulk_monitor.py
python3 scripts/bulk_monitor.py \
--csv products.csv \
--margin-threshold 0.25 \
--alert-frequency daily
# Use scripts/compare_prices.py
python3 scripts/compare_prices.py \
--keyword "Sony WH-1000XM5" \
--platforms amazon,ebay,walmart,bestbuy \
--report markdown
compare_prices.pytrack_product.pytrack_product.pyTrack a single product across platforms with configurable alerts.
Parameters:
--product: Product name/keyword--platforms: Comma-separated platforms (amazon,ebay,walmart,bestbuy)--alert-below: Alert when price drops below this amount--alert-margin: Alert when arbitrage margin exceeds this fraction (e.g., 0.20 = 20%)--frequency: Check frequency (hourly,daily,weekly)--output: Output format (json,csv,markdown)Example:
python3 scripts/track_product.py \
--product "Samsung Galaxy S24 Ultra 256GB" \
--platforms amazon,ebay,walmart \
--alert-below 900 \
--alert-margin 0.25 \
--frequency daily \
--output markdown
compare_prices.pyCompare prices for a product across all platforms.
Parameters:
--keyword: Product search keyword--platforms: Comma-separated platforms (default: all)--report: Report format (markdown,json,csv)--sort-by: Sort by price, margin, or rating--min-rating: Minimum seller ratingExample:
python3 scripts/compare_prices.py \
--keyword "PlayStation 5 Slim" \
--platforms amazon,ebay,walmart,bestbuy \
--report markdown \
--sort-by margin \
--min-rating 4.5
bulk_monitor.pyMonitor multiple products from a CSV file.
CSV Format:
product,platforms,alert_below,alert_margin
"Apple MacBook Air M3 256GB",amazon,ebay,walmart,899,0.20
"Sony PlayStation 5",amazon,ebay,399,0.25
"Dyson V15 Detect",amazon,walmart,bestbuy,500,0.18
Parameters:
--csv: Path to CSV file--margin-threshold: Minimum margin to report--alert-frequency: Frequency of alerts--output: Output file for alertsExample:
python3 scripts/bulk_monitor.py \
--csv products.csv \
--margin-threshold 0.20 \
--alert-frequency daily \
--output alerts.txt
price_history.pyRetrieve and analyze historical price data.
Parameters:
--product: Product name/keyword--days: Number of days of history (default: 30)--platform: Specific platform (optional)--output: Output format (markdown,json,csv)--trend-analysis: Include trend analysis and predictionsExample:
python3 scripts/price_history.py \
--product "AirPods Pro 2" \
--days 60 \
--trend-analysis \
--output markdown
Always calculate net profit:
Net Profit = (Sell Price - Buy Price)
- Platform Fees
- Shipping Costs
- Payment Processing Fees
- Taxes
Recommended minimum margin: 20-25% to account for:
# Check prices every 6 hours
0 */6 * * * /path/to/price-tracker/scripts/bulk_monitor.py --csv products.csv --output alerts.txt
# Daily arbitrage scan
0 9 * * * /path/to/price-tracker/scripts/compare_prices.py --keyword "high-demand-products" --report markdown >> /path/to/reports.txt
Combine with notification systems (email, Discord, Telegram) to receive real-time alerts when opportunities are detected.
---
Revenue first. Track smart. Flip fast.
安装 Price Tracker 后,可以对 AI 说这些话来触发它
Help me get started with Price Tracker
Explains what Price Tracker does, walks through the setup, and runs a quick demo based on your current project
Use Price Tracker to monitor product prices across Amazon, eBay, Walmart, and Best Buy t...
Invokes Price Tracker with the right parameters and returns the result directly in the conversation
What can I do with Price Tracker in my product manager workflow?
Lists the top use cases for Price Tracker, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/price-tracker/ 目录(个人级,所有项目可用),或 .claude/skills/price-tracker/(项目级)。重启 AI 客户端后,用 /price-tracker 主动调用,或让 AI 根据上下文自动发现并使用。
Price Tracker 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Price Tracker 可免费安装使用。请查阅仓库了解许可证信息。
Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip, monitoring competitor pricing, tracking price history, identifying arbitrage opportunities, or setting automated price alerts.
Price Tracker 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Price Tracker
Identifies repetitive steps in your workflow and sets up Price Tracker to handle them automatically