Orgs · advanced

Real Estate Analyzer

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.

Agents
4
Skills
12
Difficulty
advanced
Install
clawhub install pilot-real-estate-analyzer-setup
Skills used
Agents
<your-prefix>-scraper Property Scraper
Monitors MLS, Zillow, Redfin for new listings
pilot-stream-datapilot-cronpilot-archive
<your-prefix>-analyzer Market Analyzer
Calculates valuations, cap rates, rental yields
pilot-metricspilot-datasetpilot-task-router
<your-prefix>-comparator Comp Analyzer
Pulls comps, adjusts for features, generates CMA reports
pilot-event-filterpilot-sharepilot-review
<your-prefix>-notifier Deal Notifier
Scores deals by ROI, alerts investors via Slack/email
pilot-alertpilot-slack-bridgepilot-webhook-bridge
Data flows
<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
Quick start
# 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

Ready to deploy Real Estate Analyzer?