← 返回 Skills 市场
231
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install steam-lowest-price-skill
功能描述
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...
安全使用建议
This skill appears to do exactly what it says: it queries CheapShark and the Steam store and stores a local watchlist/state file in the skill directory. Before installing, consider: (1) it will make outbound HTTPS requests to CheapShark and store.steampowered.com when run; (2) it writes watchlist.json and state.json under the skill's data folder (ensure you trust that location and have appropriate filesystem isolation); (3) it requires Python and the 'requests' package (pip install -r requirements.txt); (4) if you allow autonomous invocation, the agent may run the script on a schedule and send alerts — if you prefer, run it manually or in a restricted environment. No credentials are requested by the skill. If you want extra caution, run the script in a sandbox or review the included script yourself (it is short and readable).
功能分析
Type: OpenClaw Skill
Name: steam-lowest-price-skill
Version: 1.0.0
The skill is a legitimate Steam price monitoring tool that uses the CheapShark and official Steam APIs to track game discounts and historical lows. The code in `scripts/steam_watch.py` performs standard file I/O for local state management and lacks any indicators of data exfiltration, malicious execution, or prompt injection. The hardcoded path in the `SKILL.md` documentation appears to be a placeholder for user configuration rather than a functional exploit.
能力评估
Purpose & Capability
The name/description match the included script: the code resolves games via CheapShark, fetches Steam prices, and implements add/list/remove/check/watch functionality. Required resources (no env vars, no extra binaries) are proportional to the stated purpose.
Instruction Scope
SKILL.md only instructs running the included Python script and suggests a cron/cron-like invocation. The script's file reads/writes its own data/watchlist and state files under the skill directory; it does not access unrelated system files or environment variables.
Install Mechanism
There is no install spec (instruction-only) and the package includes a small Python script and requirements.txt (requests). The skill performs outbound HTTPS calls to known public APIs (CheapShark and Steam) — expected for this function. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill requires no credentials or environment variables. It writes local state and watchlist JSON under the skill's data directory (BASE/data). No secret access or unrelated credentials are requested or used.
Persistence & Privilege
The skill is not always:true and does not modify other skills or system-wide settings. It can be invoked autonomously (platform default) and will make outbound API calls when run — this is expected for a price-monitoring skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install steam-lowest-price-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/steam-lowest-price-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Steam Lowest Price Skill.
- Track Steam game prices and receive alerts when a game reaches its historical low or user-defined target price.
- Supports adding, listing, checking, and removing watch entries via command-line scripts.
- Alerts include game name, current and historical lowest prices, price difference, and store link.
- Uses CheapShark public API for price data.
元数据
常见问题
Steam Lowest Price Skill 是什么?
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 231 次。
如何安装 Steam Lowest Price Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install steam-lowest-price-skill」即可一键安装,无需额外配置。
Steam Lowest Price Skill 是免费的吗?
是的,Steam Lowest Price Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Steam Lowest Price Skill 支持哪些平台?
Steam Lowest Price Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Steam Lowest Price Skill?
由 G-zoe(@g-zoe)开发并维护,当前版本 v1.0.0。
推荐 Skills