Track product prices across ecommerce sites and alert on offers or target-price hits. Use when a user wants to monitor one or many product URLs or item queries, compare current vs previous prices, detect discounts, and generate alert-ready summaries with product name, old/new price, percent drop, and direct link.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ecommerce-price-watcher或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ecommerce-price-watcher⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ecommerce-price-watcher/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ecommerce-price-watcher description: Track product prices across ecommerce sites and alert on offers or target-price hits. Use when a user wants to monitor one or many product URLs or item queries, compare current vs previous prices, detect discounts, and generate alert-ready summaries with product name, old/new price, percent drop, and direct link. ---
Monitor product URLs, keep price history, detect offers, and output alert-ready JSON.
Use scripts/price_watch.py.
# URL mode
python3 skills/ecommerce-price-watcher/scripts/price_watch.py add \
--url "https://example.com/product" \
--target-price 399990 \
--currency CLP
# Item mode (discover URLs from query)
python3 skills/ecommerce-price-watcher/scripts/price_watch.py add-item \
--query "iPhone 13 128GB Chile" \
--target-price 349990 \
--currency CLP \
--trusted-only \
--max-results 5
python3 skills/ecommerce-price-watcher/scripts/price_watch.py check --all
add: add a single product URLadd-item: discover product URLs from an item query, then add watcheslist: list watched productscheck --id : check one product nowcheck --all: check all products nowremove --id : delete watcherhistory --id : print full price historyA check produces alerts when at least one condition matches:
price_drop: current price < previous pricetarget_hit: current price <= target priceAlert payload includes:
add-item uses a lightweight search discovery flow to find candidate product links.
--trusted-only restricts discovered URLs to a curated trusted domain list.--max-results controls how many links are added.This gives users natural language entry ("track iPhone 13 128GB") instead of forcing direct URLs.
Use a layered parser:
offers.priceWhen multiple prices are found, choose the lowest positive value as the current offer candidate.
http/https URLs.check --all on schedule and forward only non-empty alerts.Run every 30–120 minutes via cron, then send each alert to Telegram/WhatsApp/Discord.
安装 Ecommerce Price Watcher 后,可以对 AI 说这些话来触发它
Help me get started with Ecommerce Price Watcher
Explains what Ecommerce Price Watcher does, walks through the setup, and runs a quick demo based on your current project
Use Ecommerce Price Watcher to track product prices across ecommerce sites and alert on offers or ...
Invokes Ecommerce Price Watcher with the right parameters and returns the result directly in the conversation
What can I do with Ecommerce Price Watcher in my marketing & growth workflow?
Lists the top use cases for Ecommerce Price Watcher, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ecommerce-price-watcher/ 目录(个人级,所有项目可用),或 .claude/skills/ecommerce-price-watcher/(项目级)。重启 AI 客户端后,用 /ecommerce-price-watcher 主动调用,或让 AI 根据上下文自动发现并使用。
Ecommerce Price Watcher 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Ecommerce Price Watcher 可免费安装使用。请查阅仓库了解许可证信息。
Track product prices across ecommerce sites and alert on offers or target-price hits. Use when a user wants to monitor one or many product URLs or item queries, compare current vs previous prices, detect discounts, and generate alert-ready summaries with product name, old/new price, percent drop, and direct link.
Automate my marketing & growth tasks using Ecommerce Price Watcher
Identifies repetitive steps in your workflow and sets up Ecommerce Price Watcher to handle them automatically
Ecommerce Price Watcher 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。