Agent skill · Backend & API

brand-monitoring

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.

nexscope-aigithub.com/nexscope-aiGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: Nexscope AI
Path: brand-monitoring/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 580
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ``` ## 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

What's inside
Steps it walks through
  1. Installation
  2. Features
  3. Supported Platforms
  4. Analysis Dimensions
  5. Usage
  6. Basic Monitoring
  7. With Competitors
  8. Demo Mode
  9. Output Example
  10. Crisis Detection
  11. Monitoring Workflow
Ships with 2 files
  • scripts/monitor.py
  • scripts/scrapers.py
Commands it runs
npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -g
python3 scripts/monitor.py "YourBrand"
python3 scripts/monitor.py '{
python3 scripts/monitor.py --demo
More from eCommerce-Skills
All skills →
About this skill
What does the brand-monitoring skill do?

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.

How do I install it?

Run `npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexscope-ai/eCommerce-Skills, a repository with 580 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going