brand-monitoring
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBrand Monitoring 📡
品牌监测 📡
Track brand mentions across social media platforms and analyze sentiment.
跨社交媒体平台追踪品牌提及情况并分析情感倾向。
Installation
安装
bash
npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -gbash
npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -gFeatures
功能特性
- 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 |
| 平台 | 实现方式 | 稳定性 |
|---|---|---|
| 公开JSON API | ⚠️ 受速率限制 | |
| Google News | RSS Feed | ✅ 稳定 |
| DuckDuckGo | Instant Answer API | ✅ 稳定 |
| YouTube | HTML/RSS | ⚠️ 不稳定 |
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 |
| 维度 | 实现方式 | 输出结果 |
|---|---|---|
| 提及量 | 提及次数统计 | 趋势图表 |
| 情感倾向 | NLP分析 | 情感得分 |
| 来源分布 | 平台细分 | 来源占比分布 |
| 关键词 | 主题提取 | 词云图 |
| 竞品对比 | 声量份额 | 对比图表 |
Usage
使用方法
Basic Monitoring
基础监测
bash
python3 scripts/monitor.py "YourBrand"bash
python3 scripts/monitor.py "YourBrand"With Competitors
含竞品监测
bash
python3 scripts/monitor.py '{
"brand": "YourBrand",
"competitors": ["CompA", "CompB"],
"platforms": ["reddit", "google_news"]
}'bash
python3 scripts/monitor.py '{
"brand": "YourBrand",
"competitors": ["CompA", "CompB"],
"platforms": ["reddit", "google_news"]
}'Demo Mode
演示模式
bash
python3 scripts/monitor.py --demobash
python3 scripts/monitor.py --demoOutput 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📡 品牌监测报告
品牌:YourBrand
周期:过去7天
监测平台:Reddit、Google News、YouTube
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 提及概况
总提及量:127
├── Reddit:82次(占比65%)
├── Google News:35次(占比28%)
└── YouTube:10次(占比8%)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
😊 情感分析
正面:45% ████████░░
中性: 38% ███████░░░
负面:17% ███░░░░░░░
整体得分:7.2/10 ✅
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📈 7天趋势
周一 ████████ 25次
周二 ██████ 18次
周三 ███████ 21次
周四 █████████ 28次
周五 ████████ 22次
周六 ███ 8次
周日 ██ 5次
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔥 热门关键词
1. quality(32次)
2. shipping(28次)
3. customer service(22次)
4. price(18次)
5. recommended(15次)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ 警报提示
🔴 周四负面提及激增(+40%)
相关原因:配送延迟
建议:持续监测并及时回应Crisis Detection
危机检测
| Alert Level | Trigger | Action |
|---|---|---|
| 🟢 Normal | < 20% negative | Continue monitoring |
| 🟡 Warning | 20-40% negative | Investigate sources |
| 🔴 Crisis | > 40% negative | Immediate response needed |
| 警报等级 | 触发条件 | 应对措施 |
|---|---|---|
| 🟢 正常 | 负面占比 < 20% | 继续监测 |
| 🟡 预警 | 负面占比 20-40% | 排查来源 |
| 🔴 危机 | 负面占比 > 40% | 需立即响应 |
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.