Brand Monitoring ๐ก
Unverifiedโ34/40Claude CodeโPartialHas SKILL.md but declares no allowed-tools โ Claude Code will ask for permission each time
CursorยทUnknownWe have not crawled the repo tree, so we will not guess
CodexยทUnknownWe have not crawled the repo tree, so we will not guess
Gemini CLIยทUnknownThe spec defines no detection rule for Gemini
CopilotยทUnknownWe have not crawled the repo tree, so we will not guess
npx agentalley add brand-monitoringWho is stuck, and on what
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 fo
The whole source
Frontmatter โ 5 properties
| name | brand-monitoring |
|---|---|
| version | 1.0.0 |
| author | Nexscope AI |
| description | 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. |
| metadata | {"nexscope":{"emoji":"๐ก","category":"ecommerce"}} |
| 1 | --- |
| 2 | name: brand-monitoring |
| 3 | version: 1.0.0 |
| 4 | author: Nexscope AI |
| 5 | description: "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." |
| 6 | metadata: {"nexscope":{"emoji":"๐ก","category":"ecommerce"}} |
| 7 | ---A5 โ No allowed-tools declared โ no way to tell what this skill may touch |
| 8 | |
| 9 | # Brand Monitoring ๐ก |
| 10 | |
| 11 | Track brand mentions across social media platforms and analyze sentiment. |
| 12 | |
| 13 | ## Installation |
| 14 | |
| 15 | ```bash |
| 16 | npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -g |
| 17 | ``` |
| 18 | |
| 19 | ## Features |
| 20 | |
| 21 | - **Mention Monitoring** โ Track brand mentions across platforms |
| 22 | - **Sentiment Analysis** โ Positive/negative/neutral classification |
| 23 | - **Trend Tracking** โ Monitor mention volume changes |
| 24 | - **Crisis Detection** โ Alerts for negative spikes or crisis keywords |
| 25 | - **Competitor Comparison** โ Share of voice analysis |
| 26 | - **Keyword Extraction** โ Identify trending topics |
| 27 | - **Report Generation** โ Weekly/monthly reports |
| 28 | |
| 29 | ## Supported Platforms |
| 30 | |
| 31 | | Platform | Method | Stability | |
| 32 | |----------|--------|-----------| |
| 33 | | Reddit | Public JSON API | โ ๏ธ Rate limited | |
| 34 | | Google News | RSS Feed | โ Stable | |
| 35 | | DuckDuckGo | Instant Answer API | โ Stable | |
| 36 | | YouTube | HTML/RSS | โ ๏ธ Unstable | |
| 37 | |
| 38 | ## Analysis Dimensions |
| 39 | |
| 40 | | Dimension | Method | Output | |
| 41 | |-----------|--------|--------| |
| 42 | | Volume | Mention count | Trend graph | |
| 43 | | Sentiment | NLP analysis | Sentiment score | |
| 44 | | Sources | Platform breakdown | Source distribution | |
| 45 | | Keywords | Topic extraction | Word cloud | |
| 46 | | Competitors | Share of voice | Comparison chart | |
| 47 | |
| 48 | ## Usage |
| 49 | |
| 50 | ### Basic Monitoring |
| 51 | |
| 52 | ```bash |
| 53 | python3 scripts/monitor.py "YourBrand" |
| 54 | ``` |
| 55 | |
| 56 | ### With Competitors |
| 57 | |
| 58 | ```bash |
| 59 | python3 scripts/monitor.py '{ |
| 60 | "brand": "YourBrand", |
| 61 | "competitors": ["CompA", "CompB"], |
| 62 | "platforms": ["reddit", "google_news"] |
| 63 | }' |
| 64 | ``` |
| 65 | |
| 66 | ### Demo Mode |
| 67 | |
| 68 | ```bash |
| 69 | python3 scripts/monitor.py --demo |
| 70 | ``` |
| 71 | |
| 72 | ## Output Example |
| 73 | |
| 74 | ``` |
| 75 | ๐ก Brand Monitoring Report |
| 76 | |
| 77 | Brand: YourBrand |
| 78 | Period: Last 7 days |
| 79 | Platforms: Reddit, Google News, YouTube |
| 80 | |
| 81 | โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ |
| 82 | |
| 83 | ๐ MENTION OVERVIEW |
| 84 | |
| 85 | Total Mentions: 127 |
| 86 | โโโ Reddit: 82 (65%) |
| 87 | โโโ Google News: 35 (28%) |
| 88 | โโโ YouTube: 10 (8%) |
| 89 | |
| 90 | โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ |
| 91 | |
| 92 | ๐ SENTIMENT ANALYSIS |
| 93 | |
| 94 | Positive: 45% โโโโโโโโโโ |
| 95 | Neutral: 38% โโโโโโโโโโ |
| 96 | Negative: 17% โโโโโโโโโโ |
| 97 | |
| 98 | Overall Score: 7.2/10 โ |
| 99 | |
| 100 | โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ |
| 101 | |
| 102 | ๐ TREND (7 days) |
| 103 | |
| 104 | Mon โโโโโโโโ 25 |
| 105 | Tue โโโโโโ 18 |
| 106 | Wed โโโโโโโ 21 |
| 107 | Thu โโโโโโโโโ 28 |
| 108 | Fri โโโโโโโโ 22 |
| 109 | Sat โโโ 8 |
| 110 | Sun โโ 5 |
| 111 | |
| 112 | โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ |
| 113 | |
| 114 | ๐ฅ TRENDING KEYWORDS |
| 115 | |
| 116 | 1. quality (32x) |
| 117 | 2. shipping (28x) |
| 118 | 3. customer service (22x) |
| 119 | 4. price (18x) |
| 120 | 5. recommended (15x) |
| 121 | |
| 122 | โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ |
| 123 | |
| 124 | โ ๏ธ ALERTS |
| 125 | |
| 126 | ๐ด Negative spike on Thursday (+40%) |
| 127 | Related to: shipping delays |
| 128 | Recommendation: Monitor and respond |
| 129 | ``` |
| 130 | |
| 131 | ## Crisis Detection |
| 132 | |
| 133 | | Alert Level | Trigger | Action | |
| 134 | |-------------|---------|--------| |
| 135 | | ๐ข Normal | < 20% negative | Continue monitoring | |
| 136 | | ๐ก Warning | 20-40% negative | Investigate sources | |
| 137 | | ๐ด Crisis | > 40% negative | Immediate response needed | |
| 138 | |
| 139 | ## Monitoring Workflow |
| 140 | |
| 141 | ``` |
| 142 | Set up brand keywords |
| 143 | โ |
| 144 | Monitor platforms |
| 145 | โ |
| 146 | Analyze sentiment |
| 147 | โ |
| 148 | Detect anomalies |
| 149 | โ |
| 150 | Generate alerts |
| 151 | โ |
| 152 | Weekly report |
| 153 | ``` |
| 154 | |
| 155 | --- |
| 156 | |
| 157 | **Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) โ AI tools for e-commerce sellers.** |
| 158 |
Reviews
Installed this one?Write the first review and take the Trailblazer badge.
Alternatives
Paper Poster (HTML): measurement-gated poster generationDEFAULT poster pipeline โ build an academic conference poster (ICML/NeurIPS/ICLR/CVPR/...) as a single HTML/CSS file with measurement-driven hard gates, real paper figures, a two-hue design-token system, and print-ready PDF via headless Chromium. Use when theโยทยทยทยทโ36/40Spark Memory & Thermal OpsManage unified memory and thermals during long-running ML jobs on NVIDIA DGX Spark. Use when planning memory headroom for a training run on GB10, when a job OOMs on unified memory, or when monitoring temperature and power during multi-hour training.โยทยทยทยทโ32/40Secrets ManagementImplement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.โยทยทยทยทโ32/40Deployment Pipeline DesignDesign multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-downtime deployment pipelines, implementing canary rollout strategies, setting up multi-environment promotion workflows, or debugging failed deployment gates in CI/CD.โยทยทยทยทโ31/40