Install
openclaw skills install steam-lowest-price-skillMonitor Steam game prices and alert when a game hits historical low or a user target price. Use when users ask to track Steam discounts, watch specific games, check current price vs historical low, or send periodic price alerts.
openclaw skills install steam-lowest-price-skill追踪 Steam 游戏价格,并在触发条件时提醒:
python3 {baseDir}/scripts/steam_watch.py add --query "Hades" --target 30
python3 {baseDir}/scripts/steam_watch.py list
python3 {baseDir}/scripts/steam_watch.py check
python3 {baseDir}/scripts/steam_watch.py remove --appid 1145360
触发提醒时输出:
运行 python3 /home/lei/.openclaw/workspace/skills/steam-lowest-price-skill/scripts/steam_watch.py check 。
如果有命中项目,把每一条提醒结果发给用户;
若无命中,回复“Steam 史低监控:本轮无触发”。