← Back to Skills Marketplace
rf-ai-wh

Product Price Tracker

by rf-AI-WH · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
147
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install product-price-tracker
Description
监控产品价格变化,自动对比历史价格并生成报告。支持价格搜索、历史追踪、变动提醒,适合竞品价格监控、商品降价提醒、价格趋势分析等场景。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install product-price-tracker
  3. After installation, invoke the skill by name or use /product-price-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: product price monitoring with kimi_search integration, history tracking, and report generation
Metadata
Slug product-price-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Product Price Tracker?

监控产品价格变化,自动对比历史价格并生成报告。支持价格搜索、历史追踪、变动提醒,适合竞品价格监控、商品降价提醒、价格趋势分析等场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.

How do I install Product Price Tracker?

Run "/install product-price-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Product Price Tracker free?

Yes, Product Price Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Product Price Tracker support?

Product Price Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Product Price Tracker?

It is built and maintained by rf-AI-WH (@rf-ai-wh); the current version is v1.0.0.

💬 Comments