B

brand-monitoring

bynexscope-ai

Brand mention tracking across Reddit, Google News, YouTube, DuckDuckGo. Sentiment analysis, crisis detection.

Installation

Send this command to your AI agent:

npx skills add https://github.com/nexscope-ai/eCommerce-Skills/tree/main/brand-monitoring --skill brand-monitoring

Documentation

---

name: brand-monitoring

version: 1.0.0

author: Nexscope AI

description: "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."

metadata: {"nexscope":{"emoji":"πŸ“‘","category":"ecommerce"}}

---

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

| Platform | Method | Stability |

|----------|--------|-----------|

| Reddit | Public JSON API | ⚠️ Rate limited |

| Google News | RSS Feed | βœ… Stable |

| DuckDuckGo | Instant Answer API | βœ… Stable |

| YouTube | HTML/RSS | ⚠️ Unstable |

Analysis Dimensions

| Dimension | Method | Output |

|-----------|--------|--------|

| Volume | Mention count | Trend graph |

| Sentiment | NLP analysis | Sentiment score |

| Sources | Platform breakdown | Source distribution |

| Keywords | Topic extraction | Word cloud |

| Competitors | Share of voice | Comparison 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

  • quality (32x)
  • shipping (28x)
  • customer service (22x)
  • price (18x)
  • recommended (15x)
  • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

    ⚠️ ALERTS

    πŸ”΄ Negative spike on Thursday (+40%)

    Related to: shipping delays

    Recommendation: Monitor and respond

    Crisis Detection

    | Alert Level | Trigger | Action |

    |-------------|---------|--------|

    | 🟒 Normal | < 20% negative | Continue monitoring |

    | 🟑 Warning | 20-40% negative | Investigate sources |

    | πŸ”΄ Crisis | > 40% negative | Immediate 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.

    Links

    GitHub