← 返回 Skills 市场
hugosbl

Price Monitor FR

作者 HugoSbl · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1602
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install price-monitor-fr
功能描述
Surveille les prix de produits sur Amazon.fr, Fnac, Cdiscount et Boulanger, et alerte en cas de baisse ou d'atteinte du prix cible.
安全使用建议
This appears to be a straightforward price-monitoring script: it fetches product pages (HTTP GET), parses prices, and stores products/history/alerts under ~/.price-monitor. Before installing, review the full scripts/monitor.py file (the provided preview was truncated) to confirm there are no outgoing webhooks, remote logging, or credential-leaking code. Consider running it in a restricted environment or sandbox if you are concerned about the tool fetching arbitrary URLs (which could include internal network addresses). If you don't want the model to call the skill autonomously, disable model invocation or require explicit user approval before running it.
功能分析
Type: OpenClaw Skill Name: price-monitor-fr Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'price-monitor-fr' is classified as benign. The `SKILL.md` and `references/extractors.md` files provide clear, non-malicious instructions and documentation, with no evidence of prompt injection attempts against an AI agent. The `scripts/monitor.py` Python code uses only standard libraries to perform web scraping for price monitoring and stores its data locally in `~/.price-monitor/`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All network and file system operations are directly aligned with the stated purpose of monitoring product prices.
能力评估
Purpose & Capability
The name/SKILL.md and the included Python script implement a price-monitoring tool (fetch product pages, extract prices, persist products/history/alerts under ~/.price-monitor). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Runtime instructions tell the agent to run the included Python script which downloads HTML from user-supplied product URLs and writes JSON files under the user's home directory. This behavior is expected for a price monitor, but the script performs arbitrary HTTP GETs on provided URLs — which could reach internal services if misused. Also, the provided scripts output was truncated in the archive preview; the remainder should be checked for any unexpected network/exfiltration steps.
Install Mechanism
No install spec is present (instruction-only skill) and the code claims to use only the Python stdlib. No remote downloads or package installs are declared.
Credentials
The skill requests no environment variables, no credentials, and stores data locally under ~/.price-monitor. No disproportionate or unexplained secret access is requested.
Persistence & Privilege
The skill does not set always:true, but disable-model-invocation is not set (default behavior allows the model to invoke it). That means the model could autonomously trigger network fetches and write files locally — expected for this kind of tool but worth noting if you want to restrict autonomous network access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install price-monitor-fr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /price-monitor-fr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Track prices on Amazon, Fnac, Cdiscount, Boulanger. Alerts on price drops.
元数据
Slug price-monitor-fr
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Price Monitor FR 是什么?

Surveille les prix de produits sur Amazon.fr, Fnac, Cdiscount et Boulanger, et alerte en cas de baisse ou d'atteinte du prix cible. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1602 次。

如何安装 Price Monitor FR?

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

Price Monitor FR 是免费的吗?

是的,Price Monitor FR 完全免费(开源免费),可自由下载、安装和使用。

Price Monitor FR 支持哪些平台?

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

谁开发了 Price Monitor FR?

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

💬 留言讨论