ECommerce-Skills brand-monitoring

Brand monitoring tool for tracking mentions across social media platforms. Monitor Reddit, Google News, YouTube, and DuckDuckGo for brand mentions. Includes sentiment analysis, trend tracking, crisis detection, and competitor comparison. No API key required for basic monitoring.

install
source · Clone the upstream repo
git clone https://github.com/nexscope-ai/eCommerce-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/nexscope-ai/eCommerce-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/brand-monitoring" ~/.claude/skills/nexscope-ai-ecommerce-skills-brand-monitoring && rm -rf "$T"
manifest: brand-monitoring/SKILL.md
source content

Brand Monitoring 📡

Track brand mentions across social media platforms and analyze sentiment.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -g

Features

  • Mention Monitoring — Track brand mentions across platforms
  • Sentiment Analysis — Positive/negative/neutral classification
  • Trend Tracking — Monitor mention volume changes
  • Crisis Detection — Alerts for negative spikes or crisis keywords
  • Competitor Comparison — Share of voice analysis
  • Keyword Extraction — Identify trending topics
  • Report Generation — Weekly/monthly reports

Supported Platforms

PlatformMethodStability
RedditPublic JSON API⚠️ Rate limited
Google NewsRSS Feed✅ Stable
DuckDuckGoInstant Answer API✅ Stable
YouTubeHTML/RSS⚠️ Unstable

Analysis Dimensions

DimensionMethodOutput
VolumeMention countTrend graph
SentimentNLP analysisSentiment score
SourcesPlatform breakdownSource distribution
KeywordsTopic extractionWord cloud
CompetitorsShare of voiceComparison chart

Usage

Basic Monitoring

python3 scripts/monitor.py "YourBrand"

With Competitors

python3 scripts/monitor.py '{
  "brand": "YourBrand",
  "competitors": ["CompA", "CompB"],
  "platforms": ["reddit", "google_news"]
}'

Demo Mode

python3 scripts/monitor.py --demo

Output Example

📡 Brand Monitoring Report

Brand: YourBrand
Period: Last 7 days
Platforms: Reddit, Google News, YouTube

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

📊 MENTION OVERVIEW

Total Mentions: 127
├── Reddit: 82 (65%)
├── Google News: 35 (28%)
└── YouTube: 10 (8%)

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

😊 SENTIMENT ANALYSIS

Positive: 45% ████████░░
Neutral:  38% ███████░░░
Negative: 17% ███░░░░░░░

Overall Score: 7.2/10 ✅

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

📈 TREND (7 days)

Mon ████████ 25
Tue ██████ 18
Wed ███████ 21
Thu █████████ 28
Fri ████████ 22
Sat ███ 8
Sun ██ 5

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

🔥 TRENDING KEYWORDS

1. quality (32x)
2. shipping (28x)
3. customer service (22x)
4. price (18x)
5. recommended (15x)

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

⚠️ ALERTS

🔴 Negative spike on Thursday (+40%)
   Related to: shipping delays
   Recommendation: Monitor and respond

Crisis Detection

Alert LevelTriggerAction
🟢 Normal< 20% negativeContinue monitoring
🟡 Warning20-40% negativeInvestigate sources
🔴 Crisis> 40% negativeImmediate response needed

Monitoring Workflow

Set up brand keywords
      ↓
Monitor platforms
      ↓
Analyze sentiment
      ↓
Detect anomalies
      ↓
Generate alerts
      ↓
Weekly report

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