agentsclimarketplace

Amazon review checker

Skill nexscope-ai/eCommerce-Skills/review-checker/amazon-review-checker

E-commerce skills for AI agents β€” product research, marketing automation, supply chain optimization, and business analytics for online sellers across Amazon, Shopify, Etsy, TikTok Shop, and all platforms.

Install
npx -y skills add nexscope-ai/eCommerce-Skills --skill amazon-review-checker

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Amazon review authenticity analyzer. Detect fake reviews, suspicious patterns, and rating manipulation. Includes time clustering detection, content similarity analysis, rating distribution checks, and verified purchase validation. Progressive analysis with L1-L4 depth levels. No API key required.

SKILL.md

3.6 KB, as published. Nobody here has run it

Amazon Review Checker πŸ”

Review authenticity analyzer β€” detect fake reviews, suspicious patterns, and rating manipulation.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill amazon-review-checker -g

Features

  • Authenticity Score β€” 0-100 comprehensive rating
  • Suspicious Pattern Detection β€” Time clustering, content similarity, rating anomalies
  • Fake Review Flagging β€” Mark high-risk reviews with explanations
  • Progressive Analysis β€” More data = deeper insights

Progressive Analysis Levels

LevelRequired DataUnlocked Analysis
L1 BasicReview contentSimilarity, length, keywords
L2 Advanced+ Review dateTime clustering detection
L3 Deep+ Star ratingRating distribution analysis
L4 Complete+ VP statusVerified purchase validation

Detection Dimensions

DimensionWeightMethod
Time Clustering25%Sliding window + burst detection
Content Similarity20%N-gram + Jaccard similarity
Rating Distribution20%Chi-square test vs natural distribution
VP Ratio15%Compare to category benchmark
Review Length5%Entropy analysis
Suspicious Keywords5%Keyword pattern matching

Risk Levels

ScoreLevelDescription
70-100βœ… Low RiskReviews appear authentic
50-69⚠️ Medium RiskSome concerns found
30-49πŸ”΄ High RiskMultiple red flags
0-29πŸ’€ CriticalLikely mass fake reviews

Usage

Method 1: Paste Reviews

Paste reviews directly in conversation:

Check these reviews:

5 stars - Great product! Works perfectly.
5 stars - Amazing! Best purchase ever.
1 star - Not as described.

Method 2: JSON Input

python3 scripts/analyzer.py '[
  {"content": "Great product!", "rating": 5, "date": "2024-01-15", "verified_purchase": true},
  {"content": "Amazing!", "rating": 5, "date": "2024-01-15", "verified_purchase": false}
]'

Method 3: Demo Mode

python3 scripts/analyzer.py --demo

Output Example

πŸ“Š Review Authenticity Report

ASIN: B08XXXXX
Reviews: 10
Analysis Level: L4

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

Authenticity Score: 66/100 ⚠️

Medium Risk - Some concerns found.

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

Detection Dimensions

πŸ”΄ Time Clustering: 70/100
   Max 6 reviews within 48h

βœ… Content Similarity: 24/100
   Found 0 highly similar review groups

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

High-Risk Reviews (Top 3)

1. Risk 75% - "Perfect!"
   Reason: Too short, non-VP, templated 5-star

πŸ” Want more accurate analysis? Add:
β€’ Reviewer info β†’ Unlock "Account Profile Analysis"

Interaction Flow

User Input (any format)
        ↓
Smart field detection
        ↓
Analyze with available data
        ↓
Results + depth suggestions
        ↓
User continues or ends

Part of Nexscope AI β€” AI tools for e-commerce sellers.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.