brand-monitoring

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Brand Monitoring 📡

品牌监测 📡

Track brand mentions across social media platforms and analyze sentiment.
跨社交媒体平台追踪品牌提及情况并分析情感倾向。

Installation

安装

bash
npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -g
bash
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

支持平台

PlatformMethodStability
RedditPublic JSON API⚠️ Rate limited
Google NewsRSS Feed✅ Stable
DuckDuckGoInstant Answer API✅ Stable
YouTubeHTML/RSS⚠️ Unstable
平台实现方式稳定性
Reddit公开JSON API⚠️ 受速率限制
Google NewsRSS Feed✅ 稳定
DuckDuckGoInstant Answer API✅ 稳定
YouTubeHTML/RSS⚠️ 不稳定

Analysis Dimensions

分析维度

DimensionMethodOutput
VolumeMention countTrend graph
SentimentNLP analysisSentiment score
SourcesPlatform breakdownSource distribution
KeywordsTopic extractionWord cloud
CompetitorsShare of voiceComparison 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 --demo
bash
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

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 LevelTriggerAction
🟢 Normal< 20% negativeContinue monitoring
🟡 Warning20-40% negativeInvestigate sources
🔴 Crisis> 40% negativeImmediate response needed
警报等级触发条件应对措施
🟢 正常负面占比 < 20%继续监测
🟡 预警负面占比 20-40%排查来源
🔴 危机负面占比 > 40%需立即响应

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.
设置品牌关键词
监测各平台
分析情感倾向
检测异常情况
生成警报提示
生成周报告

隶属于 Nexscope AI — 面向电商卖家的AI工具。