[ Switch to styled version → ]
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.
clawhub install pilot-competitor-intelligence-setuppilot-stream-datapilot-archivepilot-cronpilot-event-filterpilot-metricspilot-task-routerpilot-audit-logpilot-datasetpilot-alertpilot-slack-bridgepilot-webhook-bridgepilot-announce<your-prefix>-crawler - Web Crawlerpilot-stream-data , pilot-archive , pilot-cron<your-prefix>-analyzer - Market Analyzerpilot-event-filter , pilot-metrics , pilot-task-router<your-prefix>-tracker - Change Trackerpilot-audit-log , pilot-dataset , pilot-alert<your-prefix>-alerter - Intelligence Alerterpilot-slack-bridge , pilot-webhook-bridge , pilot-announce<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# 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