← 返回 Skills 市场
sxliuyu

Price Alert Monitor

作者 SxLiuYu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
518
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install price-alert-monitor
功能描述
商品价格监控工具。监控电商商品价格变化,价格低于阈值时发送通知。适合购物党、羊毛党。
安全使用建议
This package is not malicious but is inconsistent: the README promises real price scraping and notification delivery (SMTP/Webhook) but the bundled script only generates simulated prices and prints to the terminal while saving data to ~/.price-monitor.json. Before installing or running it: (1) inspect the Python script yourself — it currently contains no network calls or notification code, so it won't send alerts; (2) if you expect webhook/email alerts, implement or verify secure handling of credentials and endpoints (the README's PRICE_WEBHOOK suggestion is not used by the script); (3) be aware it will create/modify ~/.price-monitor.json; (4) if you don't want to run it on your host, run inside a sandbox/container; (5) contact the author or wait for a version that implements real fetching and secure notification if you need production behavior.
功能分析
Type: OpenClaw Skill Name: price-alert-monitor Version: 1.0.0 The skill is a basic price monitoring tool skeleton that stores product data locally in `~/.price-monitor.json`. The core logic in `scripts/price_monitor.py` currently uses mock data (random numbers) for price updates and lacks actual network communication, sensitive data access, or command execution. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name and description (price monitoring + alerts) match the provided script's intent. The script detects platforms, stores items, and updates a local JSON price history which is coherent with a simple price monitor. Minor inconsistency: _meta.json declares python3 as a required binary while higher-level metadata listed no required binaries.
Instruction Scope
SKILL.md claims support for SMTP and Webhook notifications and instructs users to set PRICE_WEBHOOK, but the actual script does not read any environment variables, does not call network endpoints, and does not implement SMTP/webhook delivery. Also SKILL.md implies real price retrieval from e-commerce sites, while fetch_price in the script returns simulated random prices. This is scope creep / mismatch between instructions and runtime behavior.
Install Mechanism
No install spec (instruction-only) and only a small Python script are provided; there is no remote download or package installation. The risk from installation is low. _meta.json indicates python3 is required (reasonable).
Credentials
SKILL.md suggests configuring PRICE_WEBHOOK and SMTP credentials for notifications, but the code does not read or require any environment variables or credentials. There are no required secrets declared. The documentation hinting at external endpoints/credentials without code support is inconsistent and could mislead users into providing secrets where the code won't use them — or suggests missing functionality that, if added later, could require those credentials.
Persistence & Privilege
The script stores data at ~/.price-monitor.json (user home) which is typical for a per-user tool. The skill does not request always:true, does not modify other skills, and does not access system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install price-alert-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /price-alert-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of price-alert-monitor. - Monitor price changes for products on JD, Taobao, Amazon, and more. - Track price history and generate trend charts. - Receive notifications when the price drops below your set threshold. - Supports monitoring multiple products at once. - Provides command-line interface for adding products, setting alerts, and configuring notifications via terminal, email, or webhook.
元数据
Slug price-alert-monitor
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Price Alert Monitor 是什么?

商品价格监控工具。监控电商商品价格变化,价格低于阈值时发送通知。适合购物党、羊毛党。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 518 次。

如何安装 Price Alert Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install price-alert-monitor」即可一键安装,无需额外配置。

Price Alert Monitor 是免费的吗?

是的,Price Alert Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Price Alert Monitor 支持哪些平台?

Price Alert Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Price Alert Monitor?

由 SxLiuYu(@sxliuyu)开发并维护,当前版本 v1.0.0。

💬 留言讨论