← 返回 Skills 市场
michael-laffin

Price Tracker

作者 Michael-laffin · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
3488
总下载
6
收藏
19
当前安装
1
版本数
在 OpenClaw 中安装
/install price-tracker
功能描述
Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip, monitoring competitor pricing, tracking price history, identifying arbitrage opportunities, or setting automated price alerts.
安全使用建议
The packaged scripts are coherent and use mock data — they do not contact real e-commerce APIs or exfiltrate data. Before using in production: (1) review and implement proper API integrations (Amazon, eBay, Walmart, Best Buy) and store any API keys securely (don’t hardcode them); (2) be aware of each marketplace’s terms of service and rate limits when adding real network calls; (3) validate CSV inputs before bulk runs and run untrusted CSVs in an isolated environment; (4) if you or a contributor add network calls or third-party libraries, re-audit those changes (look for unexpected endpoints, URL shorteners, or downloads). Overall this package appears internally consistent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: price-tracker Version: 1.0.0 The skill is designed for price tracking and arbitrage analysis. A key finding is that all network interactions with e-commerce platforms are explicitly mocked using `mock_search_product` in `track_product.py`, meaning no actual external network calls are made. File operations are limited to reading CSV input for bulk monitoring (`bulk_monitor.py`) and writing reports/alerts to local files, which aligns with the stated purpose. The `SKILL.md` provides instructions for the user, including how to set up cron jobs, but these are not directives for the AI agent to perform unauthorized system modifications or prompt injection attempts. No evidence of data exfiltration, malicious execution, or persistence mechanisms was found.
能力评估
Purpose & Capability
Name/description match the included scripts: search/compare/monitor/price-history logic for Amazon/eBay/Walmart/BestBuy. The code uses internal PLATFORMS and mock search functions rather than any unrelated services, and it does not ask for unrelated environment variables or binaries.
Instruction Scope
SKILL.md instructs running the provided Python scripts and supplying CSV/input parameters. The scripts read CSVs and produce reports/alerts; they do not attempt to read arbitrary system files, probe environment variables, or transmit data to external endpoints. The README clearly marks platform integrations as placeholders for future API integration.
Install Mechanism
There is no install specification or remote download; the skill is delivered as local Python scripts. No extract-from-URL or external installers are present. Running requires a Python runtime only; no extra packages are declared.
Credentials
The skill requires no environment variables, credentials, or config paths. This is proportional to the shipped implementation which uses mock data. Note: switching to real platform APIs in production would legitimately require API keys and secrets — those are not present here.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It prints reports and optionally writes output files, which is appropriate for its function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install price-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /price-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Track product prices across Amazon, eBay, Walmart, Best Buy with arbitrage opportunity detection
元数据
Slug price-tracker
版本 1.0.0
许可证
累计安装 20
当前安装数 19
历史版本数 1
常见问题

Price Tracker 是什么?

Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip, monitoring competitor pricing, tracking price history, identifying arbitrage opportunities, or setting automated price alerts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3488 次。

如何安装 Price Tracker?

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

Price Tracker 是免费的吗?

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

Price Tracker 支持哪些平台?

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

谁开发了 Price Tracker?

由 Michael-laffin(@michael-laffin)开发并维护,当前版本 v1.0.0。

💬 留言讨论