Amazon Review Reveyes
v1.0.0使用 Reveyes API 批量抓取亚马逊商品评论,支持 20 个站点。 输出评论列表、星级分布统计和差评摘要。 Use when: 用户提到抓评论、查差评、分析竞品口碑、给出 ASIN 编号需要评论数据。 NOT for: 分析已经抓好的本地评论文件,或查询亚马逊商品价格/销量。
⭐ 1· 50·0 current·0 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, README, SKILL.md, clawhub.json, and scripts/fetch.py all align: the skill calls the Reveyes API to fetch Amazon reviews. The single required env var (REVEYES_API_KEY) and the declared pip dependency on 'reveyes' are appropriate for this purpose.
Instruction Scope
SKILL.md explicitly limits runtime behavior (extract parameters, call scripts/fetch.py, format results). The instructions reference only the REVEYES_API_KEY and the included script; they do not ask to read unrelated local files, other credentials, or send data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with a bundled helper script (no install spec). clawhub.json declares a pip requirement ('reveyes>=0.1.2') and README instructs running 'pip install reveyes'. No arbitrary URL downloads or archive extraction are present, but the user should be aware that the reveyes Python package will need to be installed from PyPI.
Credentials
Only REVEYES_API_KEY is required and it is justified by the stated integration. No unrelated secrets or system config paths are requested.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or system-wide agent settings. It behaves as a normal, user-invokable skill.
Assessment
This skill appears to do what it says: it calls the Reveyes API to fetch Amazon reviews and requires only REVEYES_API_KEY. Before installing, verify you trust Reveyes (https://www.reveyes.cn), confirm the 'reveyes' Python package on PyPI is legitimate, and be aware that using the skill will consume credits on your Reveyes account. If you have strict offline or secret-handling policies, ensure the agent environment only supplies REVEYES_API_KEY (and no other unrelated credentials). Finally, review the reveyes SDK and the referenced GitHub repo if you want to audit network behavior or data retention policies.Like a lobster shell, security has layers — review code before you run it.
amazonvk97f9rr3fq6kntvqd4m93e6gqh83z79tecommercevk97f9rr3fq6kntvqd4m93e6gqh83z79tlatestvk97f9rr3fq6kntvqd4m93e6gqh83z79treveyesvk97f9rr3fq6kntvqd4m93e6gqh83z79treviewvk97f9rr3fq6kntvqd4m93e6gqh83z79tscrapingvk97f9rr3fq6kntvqd4m93e6gqh83z79t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvREVEYES_API_KEY
