{"skill":{"slug":"steam-lowest-price-skill","displayName":"Steam Lowest Price Skill","summary":"Monitor 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...","description":"---\nname: steam-lowest-price-skill\ndescription: Monitor 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.\n---\n\n# Steam Lowest Price Skill\n\n追踪 Steam 游戏价格，并在触发条件时提醒：\n- 达到历史低价\n- 低于目标价\n\n## Data source\n- CheapShark public API（免费）\n- 提供当前最低价（商店最低价）与历史最低价（cheapestPriceEver）\n\n## Quick start\n\n### 1) 添加关注\n```bash\npython3 {baseDir}/scripts/steam_watch.py add --query \"Hades\" --target 30\n```\n\n### 2) 查看关注列表\n```bash\npython3 {baseDir}/scripts/steam_watch.py list\n```\n\n### 3) 手动检查一次\n```bash\npython3 {baseDir}/scripts/steam_watch.py check\n```\n\n### 4) 删除关注\n```bash\npython3 {baseDir}/scripts/steam_watch.py remove --appid 1145360\n```\n\n## Alert format\n触发提醒时输出：\n- 游戏名\n- 当前价\n- 历史低价\n- 差价（当前价 - 历史低价）\n- 链接（Steam 商店页）\n\n## Suggested cron message (OpenClaw)\n```text\n运行 python3 /home/lei/.openclaw/workspace/skills/steam-lowest-price-skill/scripts/steam_watch.py check 。\n如果有命中项目，把每一条提醒结果发给用户；\n若无命中，回复“Steam 史低监控：本轮无触发”。\n```\n","topics":["Game"],"tags":{"alert":"1.0.0","discount":"1.0.0","latest":"1.0.0","price":"1.0.0","steam":"1.0.0"},"stats":{"comments":0,"downloads":635,"installsAllTime":24,"installsCurrent":1,"stars":0,"versions":1},"createdAt":1773916203177,"updatedAt":1778492029687},"latestVersion":{"version":"1.0.0","createdAt":1773916203177,"changelog":"- Initial release of Steam Lowest Price Skill.\n- Track Steam game prices and receive alerts when a game reaches its historical low or user-defined target price.\n- Supports adding, listing, checking, and removing watch entries via command-line scripts.\n- Alerts include game name, current and historical lowest prices, price difference, and store link.\n- Uses CheapShark public API for price data.","license":"MIT-0"},"metadata":null,"owner":{"handle":"g-zoe","userId":"s17bnbrrvnbk960jb1yvkm82qh83rmhr","displayName":"G-zoe","image":"https://avatars.githubusercontent.com/u/110187375?v=4"},"moderation":null}