技能 amazon-reviews-api-skill
🛒

amazon-reviews-api-skill

低风险 🌐 网络访问🔑 环境变量⚡ 包含脚本

通过 API 提取亚马逊产品评论

需要收集亚马逊的客户评论进行分析?此技能使用 BrowserAct API 自动提取评论,为您提供结构化数据,无需手动抓取或登录要求。

支持: Claude Codex Code(CC)
🥉 72 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“amazon-reviews-api-skill”。 Get reviews for ASIN B07TS6R1SF

预期结果:

Review Summary (10 reviews extracted):

• Average Rating: 4.2 stars
• Verified Purchases: 7/10

Top Positive Themes:
- Fast shipping (mentioned in 6 reviews)
- Good value for money (4 reviews)


Top Concerns:
- Packaging damage (2 reviews)

Top Reviewer: TechEnthusiast_2024
Rating: 5 stars
Title: "Excellent product, fast delivery"
Verified: Yes
Published: 2024-03-15

[Additional reviews available in extracted data]

正在使用“amazon-reviews-api-skill”。 What are customers saying about product B08N5WRWJ6?

预期结果:

Customer Feedback Analysis for B08N5WRWJ6:
Sentiment Overview: Mixed (3.6 average rating)
Key Insights:
• Positive: Easy to use, compact design
• Negative: Battery life concerns,说明书 unclear

Reviewer Location: Primarily US (70%), UK (20%), DE (10%)

Recommendation: Focus on battery specifications and improve documentation clarity.

正在使用“amazon-reviews-api-skill”。 Compare reviews between two similar products

预期结果:

Review Comparison:

Product A (B07TS6R1SF): 4.5 avg, 85% verified
Product B (B08N5WRWJ6): 3.8 avg, 60% verified

Winner: Product A has higher satisfaction and more verified buyers.
Main Product A advantage: Quality consistency
Main Product B advantage: Lower price point

Recommendation: Product A preferred for quality; Product B for budget users.

安全审计

低风险
v1 • 4/28/2026

Static analysis identified network access, environment variable usage, and script execution patterns. After evaluation, these are all legitimate patterns for a data extraction skill. The Python script properly retrieves API credentials from environment variables rather than hardcoding them. Network calls are to the expected BrowserAct API endpoint. The critical heuristic finding is a false positive triggered by the combination of env_access and network patterns, which are appropriate for this skill type.

2
已扫描文件
186
分析行数
7
发现项
1
审计总数
中风险问题 (1)
External Command Documentation in SKILL.md
The SKILL.md contains backtick syntax examples showing script invocation commands. These are documentation examples in code blocks, not actual command execution risks.
低风险问题 (3)
Environment Variable Access for API Key
Script retrieves BROWSERACT_API_KEY from environment variables.
API Response Parsing
Script checks for task IDs and error messages in API responses.
审计者: claude

质量评分

45
架构
100
可维护性
87
内容
50
社区
79
安全
91
规范符合性

你能构建什么

市场调研与竞品分析

提取竞品的评论以了解客户痛点并识别市场机会。

质量保证监控

收集客户反馈以识别产品问题并跟踪质量趋势。

情感分析训练数据

收集评论文本和评分以构建或改进情感分析模型。

试试这些提示

提取产品的评论
Use the amazon-reviews-api-skill to get the reviews for ASIN B07TS6R1SF.
比较不同产品的评论
Extract reviews for ASIN B07TS6R1SF and ASIN B08N5WRWJ6 using the amazon-reviews-api-skill. Then summarize the key differences in customer satisfaction.
监控最新反馈
Use the amazon-reviews-api-skill to get the latest 50 reviews for ASIN B07TS6R1SF. Identify any emerging complaints or praise patterns.
已验证购买分析
Extract reviews from ASIN B07TS6R1SF using the amazon-reviews-api-skill. Separate verified vs non-verified purchase reviews and calculate the average rating for each group.

最佳实践

  • 在调用技能之前设置 BROWSERACT_API_KEY 环境变量,以避免授权错误。
  • 在执行期间监控任务状态输出;脚本会轮询完成状态,可能需要几分钟。
  • 排除错误时,首先检查输出中是否有'Invalid authorization'(无效授权),因为这表示 API 密钥已过期或无效。

避免

  • 不要在未提供 ASIN 参数的情况下调用脚本,因为这会导致脚本立即退出。
  • 不要忽略关于'Invalid authorization'的错误消息——请重新检查您的 API 密钥配置。
  • 不要超过单次自动重试限制;多次重试表示存在需要解决的配置问题。

常见问题

使用此技能需要什么?
您需要一个 BrowserAct API 密钥,并将其设置为 BROWSERACT_API_KEY 环境变量。请从 browseract.com/reception/integrations 获取您的密钥。
提取评论需要多长时间?
任务执行时间根据队列负载情况而定。脚本会轮询最多 5 分钟,每 10 秒报告一次状态。
每条评论包含哪些信息?
提取的数据包括评论者姓名、个人资料链接、星级评分、评论标题、评论文本、发布日期、国家、产品变体和已验证购买状态。
我可以提取任何亚马逊产品的评论吗?
您需要该产品的 ASIN(亚马逊标准识别号)。任何有效的亚马逊产品 ASIN 都应该可以与 BrowserAct 工作流配合使用。
为什么提取失败?
常见原因:无效的 API 密钥(请在输出中查找'Invalid authorization')、网络问题或任务超时。如果不是授权错误,脚本会自动重试一次。
每次请求可以提取多少条评论?
BrowserAct 工作流根据其模板配置处理评论。对于大量数据,请考虑使用不同的时间窗口发出多个请求。