
ebay-review-checker
โ 319by nexscope-ai ยท part of nexscope-ai/ecommerce-skills
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.
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
eBay Review Checker ๐
Review and feedback authenticity analyzer for eBay โ detect fake reviews, suspicious patterns, and feedback manipulation.
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 |
Output Example
๐ eBay Feedback Authenticity Report
Seller: example_seller
Feedback Count: 50
Analysis Level: L3
โโโโโโโโโโโโโโโโโโโโโโโโ
Authenticity Score: 72/100 โ
Low Risk - Feedback appears authentic.
โโโโโโโโโโโโโโโโโโโโโโโโ
Detection Results
โ
Time Clustering: Normal
โ ๏ธ Generic Comments: 15% (slightly high)
โ
Account Diversity: GoodPart of Nexscope AI โ AI tools for e-commerce sellers.
npx skills add https://github.com/nexscope-ai/ecommerce-skills --skill ebay-review-checkerRun this in your project โ your agent picks the skill up automatically.
Installation
npx skills add nexscope-ai/eCommerce-Skills --skill ebay-review-checker -gUsage
Paste Feedback
Check this seller feedback:
Positive - Great seller, fast shipping! A+++
Positive - Excellent transaction, thank you!
Positive - Perfect! Would buy again.
Negative - Item never arrived.JSON Input
python3 scripts/analyzer.py '[
{"content": "A+++ seller!", "rating": "positive", "date": "2024-01-15"},
{"content": "Fast shipping", "rating": "positive", "date": "2024-01-15"}
]'No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ