amazon-monitor亚马逊商品监控

v1.0.0

亚马逊商品监控技能 - 监控自有产品及竞品数据,支持价格追踪、评论分析、竞品对比和运营建议 | Amazon product monitoring skill - track your products and competitors with price tracking, review analysis, c...

1· 11·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md, and included Python scripts all implement Amazon scraping, price/review tracking, competitor search, local history, charts and a simple task scheduler. Required dependencies (playwright, matplotlib) match the implementation and are proportionate to the stated features.
Instruction Scope
Runtime instructions are limited to installing dependencies, placing the skill folder, and running provided commands. The code only scrapes Amazon pages, saves history locally, generates charts, and manages tasks; it does not attempt to read unrelated system files or contact external endpoints other than Amazon and (implicitly) Playwright's browser download during install.
Install Mechanism
There is no automated installer in the skill bundle; SKILL.md instructs users to run `pip install playwright matplotlib` and `playwright install chromium`. Installing Playwright+Chromium downloads a browser binary (expected for this tool) — this is a standard but non-trivial install step (network download, disk use).
Credentials
The skill declares no required environment variables or credentials and the code does not reference secrets. It stores task/config/history files in the working directory, which aligns with local monitoring functionality.
Persistence & Privilege
Flags show no forced persistence (always:false). The skill stores its own task/config files locally but does not modify other skills or system-wide agent settings. Autonomous model invocation is allowed by default (platform standard) but the skill does not request elevated privileges.
Assessment
This skill appears to do exactly what it says: scrape Amazon pages using Playwright, save local history files, and produce charts and reports. Before installing: (1) be aware scraping Amazon can violate their Terms of Service and may result in rate-limiting or blocks — avoid aggressive polling; (2) the Playwright install downloads Chromium to your machine — ensure you trust this and have disk space; (3) the skill saves JSON and image files in the current directory (e.g., <ASIN>_history.json, amazon_monitor_tasks.json, trend PNGs) — review and manage those files; (4) run the code in an isolated environment (virtualenv/container) if you want to limit side effects; (5) no credentials are required by the skill — do not supply unrelated secrets. If you need the skill to run at higher frequency or network-wide, consider implementing polite rate limits and backoff to reduce risk of being blocked or generating excessive traffic.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dh1tdrwp1kby0qrew2gkgqh853eq5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments