[ Switch to styled version → ]


← All orgs

Competitor Intelligence

intermediate · 4 agents · 12 skills

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.

Install

clawhub install pilot-competitor-intelligence-setup

Skills used

Agents

Data flows

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