← 返回 Skills 市场
phheng

Brand Monitoring

作者 Henk Nie · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
163
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ecommerce-brand-monitoring
功能描述
Brand monitoring tool for tracking mentions across social media platforms. Monitor Reddit, Google News, YouTube, and DuckDuckGo for brand mentions. Includes...
使用说明 (SKILL.md)

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 \x3C 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.

安全使用建议
This package appears to be a local/demo brand-monitoring tool and is internally consistent with its description: it does not request secrets and the network requests in scrapers.py are currently disabled or only prepared. Before installing or running: 1) review the omitted portion of monitor.py (the file was truncated in the bundle) to confirm there are no hidden network calls or data exfiltration paths; 2) if you plan to enable production scraping, be aware that uncommenting or adding live HTTP requests will cause network traffic to third-party sites and may require API keys and compliance with those services' terms; 3) avoid running any npx installation command referenced in SKILL.md unless you trust the external package source (that command would fetch code not included in this bundle); and 4) consider running the scripts in a sandboxed environment first to observe network behavior and outputs.
功能分析
Type: OpenClaw Skill Name: ecommerce-brand-monitoring Version: 0.1.0 The skill bundle is a functional template and demonstration tool for brand monitoring and sentiment analysis. The core logic in `scripts/monitor.py` uses keyword-based analysis to categorize mentions, while `scripts/scrapers.py` contains placeholder classes for various platforms (Reddit, Google News, etc.) with actual network requests currently commented out. No malicious code, data exfiltration, or prompt injection attempts were found; the tool operates primarily on hardcoded demo data.
能力评估
Purpose & Capability
Name/description (brand monitoring across Reddit, Google News, YouTube, DuckDuckGo) match the provided code: scrapers.py implements scrapers for those services and monitor.py contains analysis/demo logic. Minor note: SKILL.md suggests an npx install from an external nexscope-ai package, but the bundle contains the Python scripts needed to run locally — this is coherent but could be confusing.
Instruction Scope
SKILL.md instructs running scripts/monitor.py with brand parameters. The code operates in demo/simulated mode (get_demo_mentions) and the network call sections in scrapers.py are commented out or only prepare requests without performing urlopen. There are no instructions to read unrelated system files or environment variables. Caveat: monitor.py was truncated in the provided content, so I cannot confirm the omitted sections contain no unexpected behavior.
Install Mechanism
The skill has no install spec (instruction-only), so nothing will be written to disk by an installer. However, SKILL.md includes an npx command that would fetch a package from an external registry if a user chose to run it — that external install is not part of the provided bundle and should be treated separately.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The functionality shown (demo scraping and local analysis) does not require credentials in its current form. Comments indicate production use might require API keys for services like Twitter/YouTube; those are not requested here.
Persistence & Privilege
The skill is not always-enabled and uses normal, user-invoked CLI behavior. It does not attempt to modify other skills or system-wide settings in the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ecommerce-brand-monitoring
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ecommerce-brand-monitoring 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Brand monitoring skill initial release. - Track brand mentions across Reddit, Google News, YouTube, and DuckDuckGo. - Includes sentiment analysis, trend tracking, crisis detection, and competitor comparison. - Provides keyword extraction, weekly/monthly reports, and share of voice analysis. - No API key required for basic monitoring. - Outputs easy-to-read reports and alert recommendations.
元数据
Slug ecommerce-brand-monitoring
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Brand Monitoring 是什么?

Brand monitoring tool for tracking mentions across social media platforms. Monitor Reddit, Google News, YouTube, and DuckDuckGo for brand mentions. Includes... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。

如何安装 Brand Monitoring?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ecommerce-brand-monitoring」即可一键安装,无需额外配置。

Brand Monitoring 是免费的吗?

是的,Brand Monitoring 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Brand Monitoring 支持哪些平台?

Brand Monitoring 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Brand Monitoring?

由 Henk Nie(@phheng)开发并维护,当前版本 v0.1.0。

💬 留言讨论