Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Product Differentiation Ebay

eBay product differentiation strategy tool. Analyze competitor weaknesses, extract pain points from negative feedback, identify unique selling points, and ge...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 40 · 0 current installs · 0 all-time installs
byHenk Nie@phheng
MIT-0
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
SKILL.md presents an 'eBay' product-differentiation tool, but the bundled Python refers to fields like 'asin' (Amazon identifier) and contains no eBay API integration, credentials, or explicit scraping/collector logic. That mismatch suggests the code is generic or targeted at a different marketplace than advertised.
!
Instruction Scope
Instructions show how to run scripts/analyzer.py and supply JSON with item and competitor IDs, but do not explain how to obtain eBay listings, feedback, or market data. The agent/user must supply all review text and listing metadata manually; the skill gives no safe, sanctioned method for collecting eBay data (no API usage or guidance), creating a gap between claimed capability and actual operation.
Install Mechanism
No install spec for the skill itself (script runs locally). The SKILL.md includes an example npx command referencing an external npm repo (nexscope-ai/eCommerce-Skills). That npx command is optional/example text in the README; it would install third-party code if followed. The bundled analyzer.py appears to use only standard library modules (no network libs shown in the visible portion).
Credentials
The skill declares no required environment variables, credentials, or config paths. The analyzer code shown does not reference environment secrets. This is proportionate to an offline analysis tool that operates on user-supplied data.
Persistence & Privilege
Skill flags are default (always: false, autonomous invocation allowed). It does not request persistent or system-wide privileges in metadata and contains no install actions that modify global settings in the provided files.
What to consider before installing
Things to consider before installing or running: - The skill advertises 'eBay' analysis but the code includes Amazon-style fields (asin) and contains no eBay API calls or guidance for obtaining seller feedback or listing details — you will need to supply raw listing and review text yourself. This mismatch could be sloppy engineering or indicate the package was repurposed and not fully tested for eBay. - SKILL.md shows an npx install line pointing to an external npm package. That line is optional documentation, but if you run it you will install third‑party code from an external registry. Only run that command if you trust the nexscope-ai package source. - The visible Python code uses only standard libraries and appears to do local text analysis. Before running, review the remainder of scripts/analyzer.py for any network access (requests, urllib, sockets), subprocess usage, or file paths that read system files. If you cannot review the full file, run it in a sandboxed environment. - If you expect automated eBay data collection, demand clarification from the publisher: how are listings and feedback gathered? Does it use an official eBay API (which would require credentials) or scraping (which has legal/ToS implications)? - If you want a safer evaluation, provide the rest of scripts/analyzer.py (the file was truncated in the bundle) so we can confirm there are no hidden network calls, obfuscated code, or external endpoints.

Like a lobster shell, security has layers — review code before you run it.

Current versionv0.1.0
Download zip
latestvk975s3c33kgepg25v2jskm6hy183bv7k

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Product Differentiation — eBay 🎯

Develop winning product differentiation strategies for eBay marketplace.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill product-differentiation-ebay -g

Features

  • Competitor Matrix — Side-by-side listing comparison
  • Pain Point Mining — Extract issues from negative feedback
  • USP Extraction — Identify selling points from positive feedback
  • Differentiation Opportunities — Find gaps in the market
  • Positioning Strategy — Market positioning recommendations
  • Action Plan — Prioritized improvement roadmap

eBay-Specific Analysis

DimensionMethodOutput
Seller FeedbackFeedback score analysisTrust signals
Item SpecificsAttribute comparisonMissing features
Shipping OptionsDelivery comparisonSpeed advantage
Return PolicyPolicy comparisonBuyer confidence
Best OfferPrice flexibilityNegotiation edge

Progressive Analysis Levels

LevelRequired DataUnlocked Analysis
L1 BasicListing infoBasic comparison matrix
L2 Pain Points+ Competitor feedbackPain point analysis
L3 USP+ Your feedbackSelling point extraction
L4 Complete+ Market dataFull strategy & action plan

Usage

Interactive Mode

python3 scripts/analyzer.py

With Parameters

python3 scripts/analyzer.py '{
  "your_item_id": "123456789012",
  "competitor_ids": ["234567890123", "345678901234"],
  "category": "Consumer Electronics"
}'

Output Example

🎯 eBay Product Differentiation Report

Listing: Wireless Earbuds Pro
Category: Consumer Electronics
Competitors Analyzed: 3

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

📊 COMPETITOR COMPARISON

Attribute       | You  | Comp A | Comp B | Comp C
─────────────────────────────────────────────────
Price           | $45  | $40    | $50    | $38
Shipping        | Free | $5     | Free   | Free
Returns         | 30d  | 14d    | 30d    | None
Feedback Score  | 99%  | 97%    | 98%    | 95%
Best Offer      | ✅   | ❌     | ✅     | ❌

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

😤 TOP PAIN POINTS

1. 🔴 Slow shipping (mentioned 38x)
2. 🔴 Item not as described (mentioned 25x)
3. 🟡 Poor packaging (mentioned 18x)

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

✨ YOUR ADVANTAGES

1. ⭐ Higher feedback score (99%)
2. ⭐ Free shipping included
3. ⭐ Best Offer enabled

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

📋 ACTION PLAN

Priority | Action                    | Impact
─────────────────────────────────────────────
HIGH     | Highlight fast shipping   | +12% CVR
HIGH     | Add more item photos      | +8% CVR
MEDIUM   | Extend return policy      | +5% trust

Part of Nexscope AI — AI tools for e-commerce sellers.

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…