Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

amazon-listing-competitor-analysis-skill亚马逊 listing 竞争对手分析技巧

Agent Skill

amazon-listing-competitor-analysis-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,128

周安装

133

GitHub Stars

公开资料未说明

下载量

1,096
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:amazon-listing-competitor-analysis-skill(亚马逊 listing 竞争对手分析技巧)
来源仓库:https://github.com/browseract-ai/amazon-listing-competitor-analysis-skill
安装命令:
openclaw skills install amazon-listing-competitor-analysis-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install amazon-listing-competitor-analysis-skill

简介

这项技能可以帮助用户按 ASIN 分析亚马逊竞争对手的列表,并为其生成结构化的竞争情报和战略机会点。

SKILL.md

name
amazon-listing-competitor-analysis-skill
description
This skill helps users analyze Amazon competitor listings by ASIN and produce structured competitive intelligence plus strategic opportunity points for their own go-to-market. The Agent should proactively apply this skill when users want to analyze a competitor Amazon listing by ASIN, understand what a top-ranked product does right in content keywords or visuals, find market gaps and unmet buyer needs, turn competitor research into opportunity maps for their brand, identify keyword placement patterns on rival listings, extract SEO insights from Amazon product pages, reverse-engineer competitor bullet and title strategies, mine competitor reviews for buyer psychology, compare seller and A plus content patterns, run gap analysis before launching a new SKU, research why a listing wins conversion signals, synthesize whitespace you can own versus the diagnosed listing, or say just look at this ASIN with a competitive or optimization angle.
metadata
{"openclaw":{"emoji":"🌐","requires":{"bins":["python"],"env":["BROWSERACT_API_KEY"]}}}

Amazon Listing Competitor Analysis

📖 Brief

This skill runs a two-phase workflow on a single competitor Amazon listing. Phase 1 uses the BrowserAct Amazon Listing Extractor for SEO template to pull visible product data from that listing. Phase 2 diagnoses what that competitor does well and where the market shows gaps, then closes with your strategic opportunity points (how you can win next to them). Do not end with instructions that read like editing or rewriting this competitor's listing; the analyzed ASIN is evidence only. Grounded in extracted data, not generic claims.

✨ Features

  1. No hallucinations, ensuring stable and accurate data extraction: Pre-defined workflows avoid AI-generated hallucinations.
  2. No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.
  3. No IP restrictions or geo-blocking: No need to deal with regional IP restrictions.
  4. Faster execution: Task execution is faster compared to pure AI-driven browser automation solutions.
  5. Extremely high cost-efficiency: Significantly reduces data acquisition costs compared to token-heavy AI solutions.

🔑 API Key Guide

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

"Since you haven't configured the BrowserAct API Key yet, please go to the BrowserAct Console to get your Key."

🛠️ Input Parameters

The Agent should dynamically configure the following parameters based on user requirements when calling the script:

  1. ASIN

- Type: string - Description: The ASIN (Amazon Standard Identification Number) of the Amazon product to analyze. - Example: B0CS62LY6P - Required: Yes

  1. Marketplace_url

- Type: string - Description: The base URL of the Amazon marketplace. Use the correct regional site for the listing. - Example: https://www.amazon.com/, https://www.amazon.de/ - Default: https://www.amazon.com/ - Required: No (defaults when omitted)

🚀 Invocation Method

Run Phase 1 extraction with the script below. After structured data is returned, the Agent performs Phase 2 analysis using the framework in Competitive Analysis Framework (Phase 2). The closing section must synthesize opportunity points for the user’s business, not a checklist of edits applied to the competitor page under review.

python -u ./scripts/amazon_listing_competitor_analysis.py "B0CS62LY6P" "https://www.amazon.com/"

When only the ASIN is needed, the marketplace argument may be omitted; the script defaults to https://www.amazon.com/.

⏳ Running Status Monitoring

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

  • While waiting for the script to return a result, please keep monitoring the terminal output.
  • As long as the terminal continues to output new status logs, it means the task is running normally. Do not mistakenly judge it as a deadlock or unresponsiveness.
  • Only consider triggering the retry mechanism if the status remains unchanged for a long time or the script stops outputting without returning a result.

📊 Data Output

Upon successful execution, the script prints the API result string (or full task JSON if no string field is present). Typical fields include:

  • asin, title, product_url, brand, price, coupon_text, rating, review_count, best_sellers_rank, availability, prime_eligible
  • description, short_description, category, key_features, bullet_points
  • main_image_url, additional_image_urls, seller_name, ships_from, sold_by
  • specifications, product_details, attributes, and review-related blocks (reviewer, content, date, helpful votes, etc.)

Use this payload as the single source of truth for Phase 2; do not invent listing facts.

⚠️ Error Handling & Retry

If an error occurs during script execution (such as network fluctuations or task failure), the Agent should follow this logic:

  1. Check the output content:

- If the output contains "Invalid authorization", it means the API Key is invalid or expired. In this case, do not retry. Guide the user to recheck and provide the correct API Key. - If the output contains information related to concurrency limits like "concurrent" or "too many running tasks", it means the concurrent task limit for the current subscription plan has been reached. In this case, do not retry. Guide the user to upgrade their plan. The Agent must inform the user: > "The current task cannot be executed because your BrowserAct account has reached the limit of concurrent tasks. Please go to the BrowserAct Plan Upgrade Page to upgrade your subscription plan and enjoy more concurrent task benefits." - If the output does not contain the above error keywords, but the task fails to execute (e.g., the output starts with Error: or returns an empty result), the Agent should automatically try to execute the script once more.

  1. Retry limit:

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

🌟 Typical Use Cases

  1. Competitor listing teardown: Analyze one ASIN to see title formula, bullets, and differentiation language.
  2. Keyword placement audit: Map where primary and long-tail terms appear across title, bullets, and description or A plus content.
  3. Visual strategy review: Infer image narrative, infographic highlights, and video approach from extracted media data.
  4. Buyer-validated selling points: Use high-helpful positive reviews to confirm what buyers value versus what the listing emphasizes.
  5. Unmet needs mining: Use three-star and mixed reviews to find feature and expectation gaps.
  6. Pre-launch gap analysis: Compare a planned positioning against a top competitor's listing structure.
  7. Cross-marketplace research: Run the same ASIN on different regional Amazon URLs for localized copy signals.
  8. Opportunity backlog from a rival listing: Turn extracted facts and gaps into a prioritized map of positioning, search, creative, and offer opportunities for your side of the market.
  9. SEO and conversion benchmarking: Relate BSR, rating volume, and copy patterns without guessing unavailable metrics.
  10. Review-driven objection handling: Surface recurring complaints to address in copy or images.

🧠 Competitive Analysis Framework (Phase 2)

After extraction succeeds, work through each dimension below. Every insight must be grounded in the actual extracted data.

Layer 1 — What the Competitor Did Right

1. Content Strategy

  • Title formula: Information order, primary keyword placement, brand-first vs feature-first vs use-case-first.
  • Bullet priority: What Bullet 1 leads with; selling point order across bullets (signal of tested conversion order).
  • Differentiation language: How generic category features are phrased to sound distinct.
  • A+ content: Modules implied by extracted content (comparison table, brand story, lifestyle, spec callouts).

2. Keyword Placement Strategy

Map *where* terms appear (not only which terms exist):

  • Title (first 80 chars) → primary ranking bets
  • Bullets 1–2 → secondary high-weight terms
  • Bullets 3–5 → long-tail and use-case terms
  • Description / A+ → supplementary terms and synonyms

3. Visual Content Strategy

  • Image narrative arc: Sequence story (hero, lifestyle, pain point, specs, size comparison, social proof, guarantee).
  • Infographic data: Numbers or attributes highlighted and how they are presented.
  • Video (if present in data): Hook length, demo vs lifestyle, subtitles.
  • Overall style: Premium, approachable, technical, lifestyle-focused.

4. Buyer-Validated Selling Points

From four- to five-star reviews with high helpful votes:

  • What reviewers praise that the listing underplays
  • Unexpected benefits buyers mention

Layer 2 — What the Market Lacks

5. Unmet Buyer Needs

From three-star reviews and recurring themes in low stars (non-defect noise):

  • “I wish it had…”, “Would be five stars if…”, “Good but not great because…”

6. Keyword Gaps

  • Natural search terms buyers would use that the listing does not cover
  • High-traffic angles the data suggests but copy does not foreground

7. Visual Content Gaps

  • Weak or missing context in existing images
  • Absent image types (use-case, comparison, real-world scale)

Required Output Format (Phase 2)

Produce the analysis using this structure. Be specific and quote or paraphrase extracted fields and reviews where useful. The final block is your opportunity synthesis; avoid imperatives that sound like “change this competitor's bullet five” or any direct edit list for the ASIN being studied.

Competitor ASIN: [ASIN] | Brand: [brand] | BSR: [rank] | Rating: [x.x] ([N] reviews)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✅ WHAT THIS COMPETITOR DOES RIGHT

Content Strategy:
  - Title formula: [describe the pattern and keyword placement]
  - Bullet priority: [what each bullet leads with and the logic behind the order]
  - Standout phrasing: [specific language worth noting or borrowing]
  - A+ modules: [which are used and what they emphasize]

Keyword Placement:
  - Primary (title, first 80 chars): [keywords]
  - High-weight (Bullets 1–2): [terms]
  - Long-tail (Bullets 3–5): [terms]
  - Supplementary (description/A+): [terms]

Visual Strategy:
  - Image sequence: [describe the narrative arc across images]
  - Infographic highlights: [what data/specs are called out]
  - Video: [approach if present, or "none"]

Buyer-Validated Selling Points:
  - "[specific insight from high-helpful reviews]"
  - "[another insight]"

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🕳️ MARKET GAPS (OBSERVED ON THIS COMPETITOR LISTING)

Content gap: [selling points or use cases their copy under-serves, as seen in extracted text]
Keyword gap: [search intents or terms weakly covered on their page — note buyer language from reviews where possible]
Visual gap: [image or video proof types missing or weak on their gallery or A+]
Unmet buyer needs: [recurring themes from 3-star and mixed reviews, quoted or paraphrased]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🎯 YOUR STRATEGIC OPPORTUNITY POINTS (FOR YOUR BRAND OR ROADMAP — NOT EDITS TO THIS LISTING)

The ASIN above is the competitor under diagnosis. Below, translate gaps into **where you can win**; do not phrase outcomes as rewriting their bullets or their title.

Positioning and messaging whitespace:
  - [Claim, use case, or audience angle they under-own; why it is an opening for you]

Search and intent capture:
  - [Queries or intents implied by reviews or category that their listing weakly serves; how you could own a different slice of demand]

Trust, proof, and creative differentiation:
  - [Proof points, demos, or gallery angles they lack that you could credibly own]

Product, offer, or bundle opportunity:
  - [Unmet needs from reviews that map to a SKU, variant, bundle, warranty, or service on your side — stay factual to extracted complaints and wishes]

Competitive strengths to respect or neutralize:
  - [What this competitor does so well in copy, visuals, or social proof that you should assume as the bar before claiming superiority]

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.53%
按下载量换算784

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills