← 返回 Skills 市场
rf-ai-wh

Product Price Tracker

作者 rf-AI-WH · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install product-price-tracker
功能描述
监控产品价格变化,自动对比历史价格并生成报告。支持价格搜索、历史追踪、变动提醒,适合竞品价格监控、商品降价提醒、价格趋势分析等场景。
安全使用建议
This skill appears to do what it says: a local Python CLI that records prices and asks your agent to perform searches/snapshots. Before installing, consider: (1) the default DB and screenshots are stored under /tmp—move them to a secure, persistent path (set PRICE_DB_FILE and PRICE_SCREENSHOT_DIR) and tighten file permissions; (2) the README/SKILL.md show the agent running shell commands (exec(...)) and suggests crontab entries—only allow such actions for agents you trust and avoid installing as root or scheduling jobs in root's crontab unless intentional; (3) the script itself does not contact external endpoints or request credentials, but the agent’s use of kimi_search/browser will perform network activity—ensure you trust those tools and their configuration; (4) review the code if you plan to run it in multi-user or production environments (single-file JSON is not concurrency-safe). Overall, the skill is coherent but pay attention to data storage location and the agent’s ability to execute commands.
功能分析
Type: OpenClaw Skill Name: product-price-tracker Version: 1.0.0 The price-monitor-skill is a legitimate tool for tracking product prices and generating reports. The core logic in scripts/monitor_price.py manages a local JSON database (defaulting to /tmp) and provides a CLI for adding products, recording prices, and generating summaries without any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description (price monitoring, history, reports) match the included CLI script and SKILL.md examples. The script implements product add/search/record/report features and references external agent tools (kimi_search, browser) only for web search/screenshot tasks, which is expected for this functionality.
Instruction Scope
SKILL.md and README instruct the AI Agent to call kimi_search and (optionally) the browser tool to gather price data; the Python script does not perform network calls itself. The README shows examples using exec(command="python3 ...") which assume the agent can run shell commands—this is typical but grants the agent the ability to run the script and any other commands it is authorized to execute. The skill also suggests adding a crontab entry under /root as an example; that is an installation suggestion, not an automatic behavior.
Install Mechanism
No install spec or remote download. The package is instruction + local Python script; nothing is fetched from external URLs or written to disk at install time beyond the provided files.
Credentials
No credentials or special environment variables are required. The script defaults to storing data under /tmp (PRICE_DB_FILE, PRICE_SCREENSHOT_DIR can be customized via environment variables). Storing monitoring data in /tmp may expose it to other local users and may be ephemeral; this is a functional choice but relevant to privacy/security.
Persistence & Privilege
always is false and the skill does not request persistent system privileges. It only reads/writes its own JSON file and screenshot directory (configurable). The skill does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install product-price-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /product-price-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: product price monitoring with kimi_search integration, history tracking, and report generation
元数据
Slug product-price-tracker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Product Price Tracker 是什么?

监控产品价格变化,自动对比历史价格并生成报告。支持价格搜索、历史追踪、变动提醒,适合竞品价格监控、商品降价提醒、价格趋势分析等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 Product Price Tracker?

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

Product Price Tracker 是免费的吗?

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

Product Price Tracker 支持哪些平台?

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

谁开发了 Product Price Tracker?

由 rf-AI-WH(@rf-ai-wh)开发并维护,当前版本 v1.0.0。

💬 留言讨论