Tracks your brand mentions across Reddit, Google News, YouTube, and DuckDuckGo without needing API keys. You get sentiment analysis, trend graphs, and crisis alerts when negative mentions spike. The output is surprisingly readable with ASCII charts and a clear breakdown of where people are talking about you. Reddit's rate limited and YouTube scraping is unstable, but for quick reputation monitoring it's solid. Best for small teams who want daily pulse checks without paying for enterprise social listening tools. The competitor comparison feature is handy if you're tracking share of voice against two or three rivals.
npx -y skills add nexscope-ai/ecommerce-skills --skill brand-monitoring --agent claude-codeInstalls into .claude/skills of the current project.
Track brand mentions across social media platforms and analyze sentiment.
npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -g
| Platform | Method | Stability |
|---|---|---|
| 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 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
| 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.
sickn33/antigravity-awesome-skills
kubesphere/kubesphere
supercent-io/skills-template