Brand mention tracking across Reddit, Google News, YouTube, DuckDuckGo. Sentiment analysis, crisis detection.
Send this command to your AI agent:
npx skills add https://github.com/nexscope-ai/eCommerce-Skills/tree/main/brand-monitoring --skill brand-monitoring---
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"}}
---
Track brand mentions across social media platforms and analyze sentiment.
npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -g
| Platform | Method | Stability |
|----------|--------|-----------|
| Reddit | Public JSON API | β οΈ Rate limited |
| Google News | RSS Feed | β Stable |
| DuckDuckGo | Instant Answer API | β Stable |
| YouTube | HTML/RSS | β οΈ Unstable |
| 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 |
python3 scripts/monitor.py "YourBrand"
python3 scripts/monitor.py '{
"brand": "YourBrand",
"competitors": ["CompA", "CompB"],
"platforms": ["reddit", "google_news"]
}'
python3 scripts/monitor.py --demo
π‘ Brand Monitoring ReportBrand: 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
| Alert Level | Trigger | Action |
|-------------|---------|--------|
| π’ Normal | < 20% negative | Continue monitoring |
| π‘ Warning | 20-40% negative | Investigate sources |
| π΄ Crisis | > 40% negative | Immediate response needed |
Set up brand keywords
β
Monitor platforms
β
Analyze sentiment
β
Detect anomalies
β
Generate alerts
β
Weekly report
---
Part of Nexscope AI β AI tools for e-commerce sellers.