# Send Amazon Reviews Api Skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "amazon-reviews-api-skill",
    "name": "Amazon Reviews Api Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/phheng/amazon-reviews-api-skill",
    "canonicalUrl": "https://clawhub.ai/phheng/amazon-reviews-api-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/amazon-reviews-api-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=amazon-reviews-api-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/amazon_reviews_api.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "amazon-reviews-api-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:20:29.645Z",
      "expiresAt": "2026-05-06T23:20:29.645Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=amazon-reviews-api-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=amazon-reviews-api-skill",
        "contentDisposition": "attachment; filename=\"amazon-reviews-api-skill-0.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "amazon-reviews-api-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/amazon-reviews-api-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/amazon-reviews-api-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/amazon-reviews-api-skill",
    "agentUrl": "https://openagent3.xyz/skills/amazon-reviews-api-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/amazon-reviews-api-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/amazon-reviews-api-skill/agent.md"
  }
}
```
## Documentation

### 📖 Introduction

This skill provides a one-stop Amazon review collection service through BrowserAct's Amazon Reviews API template. It can directly extract structured review results from Amazon product pages. By simply providing an ASIN, you can get clean, usable review data without building crawler scripts or requiring an Amazon account login.

### ✨ Features

No Hallucination, Ensuring Stable and Accurate Extraction: Preset workflows avoid AI-generated hallucinations.
No Anti-Bot Issues: Built-in mechanisms bypass reCAPTCHA and other verification challenges.
No IP Restrictions or Geofencing: Breaks through regional IP limits to ensure stable global access.
Agile Execution: Tasks run faster than pure AI-driven browser automation solutions.
High Cost-Efficiency: Significantly reduces data acquisition costs compared to token-heavy AI schemes.

### 🔑 API Key Setup Flow

Before running, you must check for the BROWSERACT_API_KEY environment variable. If it's not set, do not take other actions; instead, request and wait for the user to provide it.
Agent must inform the user:

"Since you haven't configured the BrowserAct API Key, please go to the BrowserAct Console to get your Key and provide it to me here."

### 🛠️ Input Parameters

When calling the script, the Agent should flexibly configure parameters based on user needs:

ASIN (Amazon Standard Identification Number)

Type: string
Description: The unique identifier for the product on Amazon.
Example: B07TS6R1SF, B08N5WRWJ6

### 🚀 Usage (Recommended)

The Agent should execute the following standalone script to "get results in one line":

# Example call
python -u ./scripts/amazon_reviews_api.py "ASIN_HERE"

### ⏳ Runtime Monitoring

Since this task involves automated browser operations, it may take several minutes. The script will continuously output status logs with timestamps (e.g., [14:30:05] Task Status: running).
Agent Note:

Keep monitoring the terminal output while waiting for results.
As long as the terminal is outputting new status logs, the task is running normally; do not misjudge it as stuck or unresponsive.
Only consider retrying if the status remains unchanged for a long time or the script stops outputting without returning results.

### 📊 Output Data

After successful execution, the script will parse and print results directly from the API response. Each review item includes:

Commentator: Reviewer's name
Commenter profile link: Link to the reviewer's profile
Rating: Star rating
reviewTitle: Headline of the review
review Description: Full text of the review
Published at: Date the review was published
Country: Reviewer's country
Variant: Product variant info (if available)
Is Verified: Whether it's a verified purchase

### ⚠️ Error Handling & Retry

If an error occurs (e.g., network issues or task failure), follow this logic:

Check Output:

If output contains "Invalid authorization", the API Key is invalid or expired. Do not retry; guide the user to check and provide a correct API Key.
If output does not contain "Invalid authorization" but the task fails (e.g., starts with Error: or returns empty results), the Agent should automatically try to re-execute the script once.



Retry Limit:

Automatic retry is limited to once. If the second attempt fails, stop and report the specific error to the user.

### 🌟 Typical Use Cases

Competitor Analysis: Extract reviews for competitors' products to understand their strengths and weaknesses.
Product Feedback: Summarize feedback for your own products to identify areas for improvement.
Market Research: Collect data on customer preferences and common complaints in a specific category.
Sentiment Monitoring: Monitor recent reviews to detect shifts in customer sentiment.
QA Insights: Use customer reviews to identify potential quality issues or bugs.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: phheng
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T23:20:29.645Z
- Expires at: 2026-05-06T23:20:29.645Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/amazon-reviews-api-skill)
- [Send to Agent page](https://openagent3.xyz/skills/amazon-reviews-api-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/amazon-reviews-api-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/amazon-reviews-api-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/amazon-reviews-api-skill)