Amazon Product Scraper

v1.0.0

抓取亚马逊产品详情页信息,包括标题、价格、销量、排名、规格和五点描述,生成结构化竞品分析报告。

2· 741·2 current·2 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
The name/description (Amazon product scraping and report generation) matches the runtime instructions: open an Amazon product URL, snapshot the page, extract listing fields, generate and save a report. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md stays on task: it instructs the agent to use the platform browser tool, wait/scroll for content, extract specific fields (title, price, BSR, specs, 'About this item', etc.), and save a Markdown report. It does not instruct reading other system files, accessing unrelated env vars, or posting data to external endpoints beyond the specified Amazon URL. Minor note: it targets amazon.com links even though surrounding text is Chinese — locale support is not addressed but not a security issue.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or fetched at install time. This is the lowest-risk install profile.
Credentials
No environment variables, credentials, or config paths are required. The requested access is proportional to the stated scraping task.
Persistence & Privilege
always is false and the skill is user-invocable. It instructs saving reports to memory/竞品分析报告-{ASIN}.md — expected for a reporting skill. This is a normal, limited persistence behavior; it does not request system-wide or other-skills configuration changes.
Assessment
This skill is internally consistent, but consider these practical points before installing: (1) Scraping Amazon may violate Amazon's terms of service and could trigger rate-limiting or blocking — use responsibly and respect robots/ToS. (2) The skill will store full scraped content (including reviews and product text) under memory/竞品分析报告-{ASIN}.md — treat those files as potentially copyrighted and possibly sensitive. (3) The skill targets amazon.com URLs; if you need other marketplaces or locales, confirm/support for those. (4) Do not provide any credentials (none are required). (5) Monitor for repeated automated requests if you allow autonomous invocation, to avoid unintended scraping volume or account/IP blocking.

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

latestvk971sbsen6hbe3v7dvehjv0qa58220g3

License

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

Comments