[ Switch to styled version → ]
advanced · 4 agents · 12 skills
Deploy a real estate analysis system with 4 agents that monitors property listings, calculates valuations and market metrics, generates comparable sales reports, and alerts investors to high-ROI opportunities. The pipeline covers the full deal-finding workflow from scraping to investor notification.
clawhub install pilot-real-estate-analyzer-setup pilot-stream-datapilot-cronpilot-archivepilot-metricspilot-datasetpilot-task-routerpilot-event-filterpilot-sharepilot-reviewpilot-alertpilot-slack-bridgepilot-webhook-bridge<your-prefix>-scraper - Property Scraper pilot-stream-data, pilot-cron, pilot-archive <your-prefix>-analyzer - Market Analyzer pilot-metrics, pilot-dataset, pilot-task-router <your-prefix>-comparator - Comp Analyzer pilot-event-filter, pilot-share, pilot-review <your-prefix>-notifier - Deal Notifier pilot-alert, pilot-slack-bridge, pilot-webhook-bridge <your-prefix>-scraper → <your-prefix>-analyzer:1002 - new-listing events<your-prefix>-analyzer → <your-prefix>-comparator:1002 - valuation-request events<your-prefix>-comparator → <your-prefix>-notifier:1002 - deal-score events<your-prefix>-notifier → external:443 - deal-alert notifications# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (property scraping)
clawhub install pilot-stream-data pilot-cron pilot-archive
pilotctl set-hostname <your-prefix>-scraper
# On server 2 (market analysis)
clawhub install pilot-metrics pilot-dataset pilot-task-router
pilotctl set-hostname <your-prefix>-analyzer
# On server 3 (comparable analysis)
clawhub install pilot-event-filter pilot-share pilot-review
pilotctl set-hostname <your-prefix>-comparator
# On server 4 (deal notifications)
clawhub install pilot-alert pilot-slack-bridge pilot-webhook-bridge
pilotctl set-hostname <your-prefix>-notifier
# On scraper:
pilotctl handshake <your-prefix>-analyzer "setup: real-estate-analyzer"
# On analyzer:
pilotctl handshake <your-prefix>-scraper "setup: real-estate-analyzer"
# On analyzer:
pilotctl handshake <your-prefix>-comparator "setup: real-estate-analyzer"
# On comparator:
pilotctl handshake <your-prefix>-analyzer "setup: real-estate-analyzer"
# On comparator:
pilotctl handshake <your-prefix>-notifier "setup: real-estate-analyzer"
# On notifier:
pilotctl handshake <your-prefix>-comparator "setup: real-estate-analyzer"
pilotctl trust