Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Brand Monitoring

Tracks brand mentions on Reddit, Google News, DuckDuckGo and YouTube, then reports sentiment, trends and crisis alerts.

Marketing & SEOBeginner762108AI 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

  1. python3 scripts/monitor.py "YourBrand" for a 7-day mention volume and sentiment snapshot.
  2. Pass two competitors to generate a share-of-voice comparison across Reddit and Google News.
  3. Catch a Thursday negative spike caused by shipping delays via the 🔴 crisis alert and respond fast.
  4. Run --demo to 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal (Node.js and Python 3 must be installed).
  2. Run: npx skills add nexscope-ai/eCommerce-Skills --skill brand-monitoring -g
  3. Confirm the folder ~/.claude/skills/brand-monitoring now exists.
  4. For a manual install, run git clone https://github.com/nexscope-ai/eCommerce-Skills.git then cp -r eCommerce-Skills/brand-monitoring ~/.claude/skills/.
  5. Restart Claude Code and ask: "Use the brand monitoring skill to analyze mentions of my brand."
  6. Verify the setup with python3 scripts/monitor.py --demo before running a live scan.