Agent skill · Backend & API

walmart-review-checker

Walmart review authenticity analyzer. Detect fake reviews, suspicious patterns, and rating manipulation. Includes WFS verified badge analysis, incentivized review detection, and Walmart-specific red flag identification. No API key required.

nexscope-aigithub.com/nexscope-aiGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add nexscope-ai/eCommerce-Skills --skill walmart-review-checker --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 2 KB
Bundled scripts: yes
Version: 1.0.0
Path: review-checker/walmart-review-checker/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 580
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Walmart Review Checker 🔍 Review authenticity analyzer for Walmart — detect fake reviews, suspicious patterns, and feedback manipulation. ## Installation ```bash npx skills add nexscope-ai/eCommerce-Skills --skill walmart-review-checker -g ``` ## Features - **Authenticity Score** — 0-100 comprehensive rating - **WFS Verified Badge Analysis** — Check fulfillment verification patterns - **Incentivized Review Detection** — Identify paid/incentivized reviews - **Walmart-specific Red Flags** — Platform-specific warning signs - **Progressive Analysis** — More data = deeper insights ## Walmart-Specific Detection | Signal | Description | |--------|-------------| | WFS Badge | Verified fulfillment patterns | | Incentivized | "Received free product" indicators | | Review timing | Clustered reviews in short periods | | Generic comments | Templated review patterns | ## 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 manipulated reviews | ## Usage ### Paste Reviews ``` Check these Walmart rev

What's inside
Steps it walks through
  1. Installation
  2. Features
  3. Walmart-Specific Detection
  4. Risk Levels
  5. Usage
  6. Paste Reviews
  7. JSON Input
  8. Demo Mode
  9. Output Example
Ships with 3 files
  • scripts/analyzer.py
  • scripts/parser.py
  • scripts/report_html.py
Commands it runs
npx skills add nexscope-ai/eCommerce-Skills --skill walmart-review-checker -g
python3 scripts/analyzer.py '[
python3 scripts/analyzer.py --demo
More from eCommerce-Skills
All skills →
About this skill
What does the walmart-review-checker skill do?

Walmart review authenticity analyzer. Detect fake reviews, suspicious patterns, and rating manipulation. Includes WFS verified badge analysis, incentivized review detection, and Walmart-specific red flag identification. No API key required.

How do I install it?

Run `npx skills add nexscope-ai/eCommerce-Skills --skill walmart-review-checker --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexscope-ai/eCommerce-Skills, a repository with 580 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going