[ Switch to styled version → ]


← All orgs

Real Estate Analyzer

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.

Install

clawhub install pilot-real-estate-analyzer-setup

Skills used

Agents

Data flows

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