amazon-review-checker
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.
What this skill does
# Amazon Review Checker ๐
Review authenticity analyzer โ detect fake reviews, suspicious patterns, and rating manipulation.
## Installation
```bash
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
| Level | Required Data | Unlocked Analysis |
|-------|---------------|-------------------|
| **L1 Basic** | Review content | Similarity, length, keywords |
| **L2 Advanced** | + Review date | Time clustering detection |
| **L3 Deep** | + Star rating | Rating distribution analysis |
| **L4 Complete** | + VP status | Verified purchase validation |
## Detection Dimensions
| Dimension | Weight | Method |
|-----------|--------|--------|
| Time Clustering | 25% | Sliding window + burst detection |
| Content Similarity | 20% | N-gram + Jaccard similarity |
| Rating Distribution | 20% | Chi-square test vs natural distribution |
| VP Ratio | 15% | Compare to category benchmark |
| Review Length | 5% | Entropy analysis |
| Suspicious Keywords | 5% | Keyword pattern matching |
## Risk Levels
| Score | Level | Description |
|-------|-------|-------------|
| 70-100 | โ
Low Risk | Reviews appear authentic |
| 50-69 | โ ๏ธ Medium Risk | Some concerns found |
| 30-49 | ๐ด High Risk | Multiple red flags |
| 0-29 | ๐ Critical | Likely 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
```bash
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
```bash
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](https://www.nexscope.ai/?co-from=skill) โ AI tools for e-commerce sellers.**
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only โ no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.