Orgs · intermediate

Competitor Intelligence

Deploy a multi-agent competitive intelligence system that crawls competitor websites, analyzes market trends, tracks changes over time, and routes actionable alerts to your team. Each agent handles a stage of the intelligence pipeline, from raw data collection through analysis to prioritized notifications.

Agents
4
Skills
12
Difficulty
intermediate
Install
clawhub install pilot-competitor-intelligence-setup
Skills used
Agents
<your-prefix>-crawler Web Crawler
Scrapes competitor websites, pricing pages, product launches, and press releases.
pilot-stream-datapilot-archivepilot-cron
<your-prefix>-analyzer Market Analyzer
Processes crawled data, identifies trends, price changes, and feature gaps.
pilot-event-filterpilot-metricspilot-task-router
<your-prefix>-tracker Change Tracker
Maintains historical records, detects significant changes, scores threat levels.
pilot-audit-logpilot-datasetpilot-alert
<your-prefix>-alerter Intelligence Alerter
Routes actionable intelligence to Slack, email, and dashboards based on severity.
pilot-slack-bridgepilot-webhook-bridgepilot-announce
Data flows
<your-prefix>-crawler <your-prefix>-analyzer :1002 crawled-data events
<your-prefix>-analyzer <your-prefix>-tracker :1002 market-insight events
<your-prefix>-tracker <your-prefix>-alerter :1002 change-alert events
<your-prefix>-alerter external :443 intelligence-report via webhook
Quick start
# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (web crawler)
clawhub install pilot-stream-data pilot-archive pilot-cron
pilotctl set-hostname <your-prefix>-crawler

# On server 2 (market analyzer)
clawhub install pilot-event-filter pilot-metrics pilot-task-router
pilotctl set-hostname <your-prefix>-analyzer

# On server 3 (change tracker)
clawhub install pilot-audit-log pilot-dataset pilot-alert
pilotctl set-hostname <your-prefix>-tracker

# On server 4 (intelligence alerter)
clawhub install pilot-slack-bridge pilot-webhook-bridge pilot-announce
pilotctl set-hostname <your-prefix>-alerter
# On crawler:
pilotctl handshake <your-prefix>-analyzer "setup: competitor-intelligence"
# On analyzer:
pilotctl handshake <your-prefix>-crawler "setup: competitor-intelligence"
# On analyzer:
pilotctl handshake <your-prefix>-tracker "setup: competitor-intelligence"
# On tracker:
pilotctl handshake <your-prefix>-analyzer "setup: competitor-intelligence"
# On tracker:
pilotctl handshake <your-prefix>-alerter "setup: competitor-intelligence"
# On alerter:
pilotctl handshake <your-prefix>-tracker "setup: competitor-intelligence"
pilotctl trust

Ready to deploy Competitor Intelligence?