← Về thư mục
📄 / / root / .hermes / skills / operate / brand-monitoring-automation / SKILL.md

name: brand-monitoring-automation description: Build and operate brand monitoring pipelines that fetch news/social sources, score/filter mentions, generate reports, and send only final digests to Telegram.


Brand Monitoring Automation

Use this skill when maintaining a brand monitoring system that combines RSS/news collection, social keyword scraping, relevance filtering, weekly reporting, and Telegram digest delivery.

Core workflow

  1. Fetch sources into a local DB silently.
  2. Normalize, dedupe, score relevance, and classify sentiment.
  3. Apply a strict time window before processing.
  4. Generate one final digest for Telegram and one report file for weekly review.
  5. Keep intermediate steps off the user-facing thread.

Important rules

Time-window guidance

For cadence-based jobs, use a window that matches the schedule (e.g., 72 hours for a 3-day cycle). Use execute_code to verify the delta.

Telegram delivery guidance

Social scraping guidance

Pitfalls

Verification

Before marking the workflow ready:

Support files