Source profileQuality 89/100Review permissions

browser-act/skills/solutions/ecommerce/amazon-competitor-analyzer/SKILL.md

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

Source repository stars
5,155
Declared platforms
0
Static risk flags
1
Last source update
2026-07-21
Source checked
2026-08-04

Decision brief

What it does—and where it fits

This skill scrapes Amazon product data from user-provided ASINs using browseract.com's browser automation API and performs deep competitive analysis.

Best for

  • Competitive research: Input multiple ASINs to understand market landscape
  • Pricing strategy analysis: Compare price bands across similar products
  • Specification benchmarking: Deep dive into technical specs and feature differences

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/browser-act/skills --skill "solutions/ecommerce/amazon-competitor-analyzer"
Safe inspection promptEditorial

Inspect the Agent Skill "amazon-competitor-analyzer" from https://github.com/browser-act/skills/blob/060f5be942894174722a705b2c450c3e082db379/solutions/ecommerce/amazon-competitor-analyzer/SKILL.md at commit 060f5be942894174722a705b2c450c3e082db379. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    BrowserAct.com Account Setup

    You need a BrowserAct.com account and API key:

    Visit browseract.comSign up for an accountNavigate to API Settings
  2. 02

    Usage

    CSV: Structured data table

    CSV: Structured data tableMarkdown: Comprehensive reportJSON: Raw data with analysis
  3. 03

    When to Use This Skill

    Competitive research: Input multiple ASINs to understand market landscape

    Competitive research: Input multiple ASINs to understand market landscapePricing strategy analysis: Compare price bands across similar productsSpecification benchmarking: Deep dive into technical specs and feature differences
  4. 04

    What This Skill Does

    1. ASIN Data Collection: Extract product title, price, rating, review count, images 2. Specification Extraction: Deep extraction of technical specs, features, and materials 3. Review Quality Analysis: Analyze review patterns, keywords, and sentiment 4. Multi-Dimensional Comparis…

    ASIN Data Collection: Extract product title, price, rating, review count, imagesSpecification Extraction: Deep extraction of technical specs, features, and materialsReview Quality Analysis: Analyze review patterns, keywords, and sentiment

Permission review

Static risk signals and limitations

Runs scripts

medium · line 62

The documentation asks the agent to run terminal commands or scripts.

python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG

Runs scripts

medium · line 68

The documentation asks the agent to run terminal commands or scripts.

python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score89/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars5,155SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
browser-act/skills
Skill path
solutions/ecommerce/amazon-competitor-analyzer/SKILL.md
Commit
060f5be942894174722a705b2c450c3e082db379
License
MIT
Collected
2026-08-04
Default branch
main
View the original SKILL.md

Amazon Competitor Analyzer

This skill scrapes Amazon product data from user-provided ASINs using browseract.com's browser automation API and performs deep competitive analysis.

When to Use This Skill

  • Competitive research: Input multiple ASINs to understand market landscape
  • Pricing strategy analysis: Compare price bands across similar products
  • Specification benchmarking: Deep dive into technical specs and feature differences
  • Review insights: Analyze review quality, quantity, and sentiment patterns
  • Market opportunity discovery: Identify gaps and potential threats

What This Skill Does

  1. ASIN Data Collection: Extract product title, price, rating, review count, images
  2. Specification Extraction: Deep extraction of technical specs, features, and materials
  3. Review Quality Analysis: Analyze review patterns, keywords, and sentiment
  4. Multi-Dimensional Comparison: Side-by-side comparison of key metrics
  5. Moat Identification: Identify core competitive advantages and barriers
  6. Vulnerability Discovery: Find competitor weaknesses and market opportunities

Features

  1. Stable and accurate data extraction: Pre-set workflows ensure consistent results.
  2. Browser automation: Uses BrowserAct's automated browser instances for reliable data collection.
  3. Global accessibility: BrowserAct provides servers in multiple regions.
  4. Fast execution: Optimized workflow templates complete tasks quickly.
  5. Cost efficient: Reduces manual research time and associated costs.

Prerequisites

BrowserAct.com Account Setup

You need a BrowserAct.com account and API key:

  1. Visit browseract.com
  2. Sign up for an account
  3. Navigate to API Settings
  4. Generate an API key

Environment Configuration

Copy the .env.example file to .env and add your API key:

cp .env.example .env
# Edit .env and replace YOUR_API_KEY_HERE with your actual API key

Or set as environment variable:

export BROWSERACT_API_KEY="your-api-key-here"

Usage

Basic Analysis

python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG

Multiple Products

python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW

With Output Directory

python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./output

Output Formats

  • CSV: Structured data table
  • Markdown: Comprehensive report
  • JSON: Raw data with analysis

Parameters

ParameterTypeDefaultDescription
asinsstring-One or more Amazon ASINs to analyze
--output, -ostring./outputOutput directory
--formatstringallOutput format (csv/markdown/json/all)
--api-keystringenvBrowserAct API key

Dependencies

This skill requires the following Python packages:

pip install requests

Optional (for automatic .env loading):

pip install python-dotenv

Environment Variables

VariableRequiredDescription
BROWSERACT_API_KEYYesYour BrowserAct API key. Get it from BrowserAct Console

Error Handling

  • Invalid API Key: Check BROWSERACT_API_KEY environment variable
  • Network Error: Verify internet connection
  • Rate Limit: Wait and retry with exponential backoff
  • Invalid ASIN: Verify ASIN format (10 alphanumeric characters)

Version: 1.0.0
Updated: 2026-02-09
Template ID: 77814333389670716

Alternatives

Compare before choosing

Computed 976

mgiovani/cc-arsenal

team-review

Multi-agent review team: architecture, security, performance, testing, style, docs/UX, plus an adversary that cross-examines the other 6, for security-sensitive, architectural, or large PRs (15+ files) where a single-agent pass risks missing cross-cutting issues. Use for auth/payments/PII changes, schema/pattern changes, compliance sign-off, or when asked to 'get the review team on this' / 'multi-agent review' / 'thorough review before merge'. For a standard PR or a quick pre-merge check, use /r

Computed 9623,781

alirezarezvani/claude-skills

loop-library

Discover, find, compare, audit, repair, adapt, and design repeatable AI-agent loops with explicit triggers, actions, verification, stopping conditions, guardrails, and handoffs. Use when a user asks to analyze a codebase for potential loops, mine coding-thread history for work done more than once, turn repeated engineering work into a loop, find or recommend a published loop, create a recurring agent workflow or automation cadence, turn an outcome into a bounded copy-ready loop, or review an exi

Computed 96249

majiayu000/spellbook

vscode-doctor

Diagnose slow or freezing VS Code-compatible editors with evidence-first, zero-hardcoded-assumption workflow. Use when the user reports editor lag, typing delay, UI freezes, extension host stalls, file watcher noise, high editor CPU/RSS, uses VS Code/Cursor as a file browser over a large folder, or wants a safe editor performance audit.

Computed 9381,553

addyosmani/agent-skills

browser-testing-with-devtools

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.