Install
openclaw skills install price-alert-monitor商品价格监控工具。监控电商商品价格变化,价格低于阈值时发送通知。适合购物党、羊毛党。
openclaw skills install price-alert-monitor监控商品价格变化,发现底价时通知你!
python3 scripts/price_monitor.py add "商品URL"
python3 scripts/price_monitor.py list
python3 scripts/price_monitor.py check
python3 scripts/price_monitor.py alert "商品ID" 100
# 监控京东商品
python3 scripts/price_monitor.py add "https://item.jd.com/100086924064.html"
# 监控亚马逊商品
python3 scripts/price_monitor.py add "https://www.amazon.com/dp/B09V3KXJPB"
# 设置低于 100 元提醒
python3 scripts/price_monitor.py alert 1 100
# 检查所有商品价格
python3 scripts/price_monitor.py check
需要配置通知方式,支持:
export PRICE_WEBHOOK="your-webhook-url"