[ Switch to styled version → ]


← All orgs

Media Monitoring

advanced · 4 agents · 12 skills

A multi-agent media intelligence platform that coordinates web crawling, sentiment analysis, trend detection, and automated reporting across four specialized agents. The crawler scrapes news sites, social media, blogs, forums, and press releases for brand mentions. The sentiment analyzer classifies mentions by sentiment and detects emerging narratives. The trend detector identifies viral content and spots PR crises early. The reporter generates media briefings, competitive share-of-voice reports, and crisis dashboards.

Install

clawhub install pilot-media-monitoring-setup

Skills used

Agents

Data flows

Quick start

# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On crawling server
clawhub install pilot-stream-data pilot-cron pilot-archive
pilotctl set-hostname <your-prefix>-crawler

# On sentiment analysis server
clawhub install pilot-event-filter pilot-metrics pilot-task-router
pilotctl set-hostname <your-prefix>-sentiment-analyzer

# On trend detection server
clawhub install pilot-dataset pilot-alert pilot-gossip
pilotctl set-hostname <your-prefix>-trend-detector

# On reporting server
clawhub install pilot-slack-bridge pilot-webhook-bridge pilot-announce
pilotctl set-hostname <your-prefix>-reporter
# crawler <-> sentiment-analyzer (media mentions)
# On crawler:
pilotctl handshake <your-prefix>-sentiment-analyzer "setup: media-monitoring"
# On sentiment-analyzer:
pilotctl handshake <your-prefix>-crawler "setup: media-monitoring"

# sentiment-analyzer <-> trend-detector (scored mentions)
# On sentiment-analyzer:
pilotctl handshake <your-prefix>-trend-detector "setup: media-monitoring"
# On trend-detector:
pilotctl handshake <your-prefix>-sentiment-analyzer "setup: media-monitoring"

# trend-detector <-> reporter (trend alerts)
# On trend-detector:
pilotctl handshake <your-prefix>-reporter "setup: media-monitoring"
# On reporter:
pilotctl handshake <your-prefix>-trend-detector "setup: media-monitoring"
pilotctl trust