amazon-listing-competitor-analysis-skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited amazon-listing-competitor-analysis-skill (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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. Final narrative output should be grounded in extracted data, not generic claims.
Before running, you must check the BROWSERACT_API_KEY environment variable. If it is not set, do not take other actions first; you should ask and wait for the user to provide it. 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."
When calling the script, the Agent should flexibly configure the following parameters based on user needs:
stringB0CS62LY6Pstringhttps://www.amazon.com/, https://www.amazon.de/https://www.amazon.com/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/.
Since this task involves automated browser operations, it may take a long time (several minutes). The script will continuously output status logs with timestamps while running (e.g., [14:30:05] Task Status: running). Agent guidelines:
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_eligibledescription, short_description, category, key_features, bullet_pointsmain_image_url, additional_image_urls, seller_name, ships_from, sold_byspecifications, 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.
During script execution, if errors occur (such as network fluctuations or task failure), the Agent should follow this logic:
"Invalid authorization", it means the API Key is invalid or expired. At this point, do not retry, but guide the user to recheck and provide the correct API Key."concurrent" or "too many running tasks" or similar concurrency limit messages, it means the concurrent task limit for the current subscription plan has been reached. Do not retry; guide the user to upgrade their plan.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."
Error: or returns empty results), the Agent should automatically try to run the script once more.After extraction succeeds, work through each dimension below. Every insight must be grounded in the actual extracted data.
1. Content Strategy
2. Keyword Placement Strategy
Map where terms appear (not only which terms exist):
3. Visual Content Strategy
4. Buyer-Validated Selling Points
From four- to five-star reviews with high helpful votes:
5. Unmet Buyer Needs
From three-star reviews and recurring themes in low stars (non-defect noise):
6. Keyword Gaps
7. Visual Content Gaps
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]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.