Price Tracker
v1.0.0Monitor 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.
⭐ 6· 3.3k·17 current·18 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk9721q9j50p5z0nct8f7ryymes80h089
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
