‹ 首页

brand-monitoring

@nexscope-ai · 收录于 1 周前

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.

适合你,如果需要持续追踪品牌在社交媒体上的口碑和竞品动态。

/ 下载安装
brand-monitoring.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add nexscope-ai/ecommerce-skills/brand-monitoring
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- nexscope-ai/ecommerce-skills/brand-monitoring
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify nexscope-ai/ecommerce-skills/brand-monitoring
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
339GitHub stars
~713最小装载
~4.6K含声明引用
~6K文本包总量
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · 3ff915d

Brand Monitoring 📡

Track brand mentions across social media platforms and analyze sentiment.

Installation
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

| Platform | Method | Stability | |----------|--------|-----------| | Reddit | 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 |

Usage
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 --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
Crisis 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 report

Part of Nexscope AI — AI tools for e-commerce sellers.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。