Brand Monitoring
Tracks brand mentions on Reddit, Google News, DuckDuckGo and YouTube, then reports sentiment, trends and crisis alerts.
Marketing & SEOBeginner★ 762⑂ 108AI score 7/10Last updated: Jul 23, 2026
What it does
- Collects brand mentions from Reddit (public JSON), Google News (RSS), DuckDuckGo and YouTube.
- Classifies mentions as positive / neutral / negative and produces an overall score out of 10.
- Renders a text report with a 7-day trend graph, per-platform breakdown and top trending keywords.
- Fires three-level crisis alerts: 🟢 normal, 🟡 warning (20–40% negative), 🔴 crisis (>40% negative).
- Compares share of voice against a list of competitors.
- Basic monitoring works without any API key.
Who it's for
- E-commerce sellers, brand marketers, PR and customer-support leads.
- Solo founders who want a sanity check on public sentiment before paying for a social listening suite.
- Small marketing teams automating weekly or monthly brand reports.
Usage examples
python3 scripts/monitor.py "YourBrand"for a 7-day mention volume and sentiment snapshot.- Pass two competitors to generate a share-of-voice comparison across Reddit and Google News.
- Catch a Thursday negative spike caused by shipping delays via the 🔴 crisis alert and respond fast.
- Run
--demoto preview the report format without hitting any live source.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/nexscope-ai/eCommerce-Skills/HEAD/brand-monitoring/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the brand-monitoring folder from the GitHub repo nexscope-ai/eCommerce-Skills into my ~/.claude/skills/brand-monitoring/. When it's done, tell me in one line what this skill can do.
Install with a command instead
npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -g⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Node.js and Python 3 must be installed).
- Run:
npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -g - Confirm the folder
~/.claude/skills/brand-monitoringnow exists. - For a manual install, run
git clone https://github.com/nexscope-ai/eCommerce-Skills.gitthencp -r eCommerce-Skills/brand-monitoring ~/.claude/skills/. - Restart Claude Code and ask: "Use the brand monitoring skill to analyze mentions of my brand."
- Verify the setup with
python3 scripts/monitor.py --demobefore running a live scan.
View source on GitHub ↗License: MIT