Agent skill · Backend & API

ebay-review-checker

eBay review and feedback authenticity analyzer. Detect fake reviews, suspicious seller feedback patterns, and buyer manipulation. Includes time clustering detection, content similarity analysis, and eBay-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 ebay-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/ebay-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

# eBay Review Checker 🔍 Review and feedback authenticity analyzer for eBay — detect fake reviews, suspicious patterns, and feedback manipulation. ## Installation ```bash npx skills add nexscope-ai/eCommerce-Skills --skill ebay-review-checker -g ``` ## Features - **Seller Feedback Analysis** — Analyze seller feedback authenticity - **Buyer Feedback Patterns** — Detect suspicious buyer behavior - **eBay-specific Red Flags** — Platform-specific warning signs - **Progressive Analysis** — More data = deeper insights ## eBay-Specific Detection | Signal | Description | |--------|-------------| | Feedback timing | Clustered feedback in short periods | | Generic comments | "A+++" or "Great seller" patterns | | Account age | New accounts leaving multiple feedbacks | | Transaction patterns | Unusual buying/selling patterns | ## Risk Levels | Score | Level | Description | |-------|-------|-------------| | 70-100 | ✅ Low Risk | Feedback appears authentic | | 50-69 | ⚠️ Medium Risk | Some concerns found | | 30-49 | 🔴 High Risk | Multiple red flags | | 0-29 | 💀 Critical | Likely manipulated feedback | ## Usage ### Paste Feedback ``` Check this seller feedback: Positive - Great seller, fast shi

What's inside
Steps it walks through
  1. Installation
  2. Features
  3. eBay-Specific Detection
  4. Risk Levels
  5. Usage
  6. Paste Feedback
  7. JSON Input
  8. 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 ebay-review-checker -g
python3 scripts/analyzer.py '[
More from eCommerce-Skills
All skills →
About this skill
What does the ebay-review-checker skill do?

eBay review and feedback authenticity analyzer. Detect fake reviews, suspicious seller feedback patterns, and buyer manipulation. Includes time clustering detection, content similarity analysis, and eBay-specific red flag identification. No API key required.

How do I install it?

Run `npx skills add nexscope-ai/eCommerce-Skills --skill ebay-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