
brand-monitoring
โ 319by nexscope-ai ยท part of nexscope-ai/ecommerce-skills
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.
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.
Brand Monitoring ๐ก
Track brand mentions across social media platforms and analyze sentiment.
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 |
|---|---|---|
| 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 |
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 respondCrisis 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 reportPart of Nexscope AI โ AI tools for e-commerce sellers.
npx skills add https://github.com/nexscope-ai/ecommerce-skills --skill brand-monitoringRun this in your project โ your agent picks the skill up automatically.
Installation
npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -gUsage
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 --demoNo 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 โ