Solo Unicorn Club logo

Company Packs

Real Estate Lead Engine

Seven agents that find leads, qualify them, and book showings

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 14 included files and working structure.

03

Move from purchase to first setup in about 10 min.

// Included files

What is inside the package.

company.yaml
agents/listing-scraper.md
agents/lead-qualifier.md
agents/outreach-writer.md
agents/follow-up-agent.md
agents/showing-scheduler.md
agents/crm-syncer.md
agents/market-reporter.md
workflows/listing-to-showing.yaml
workflows/cold-lead-nurture.yaml
skills/email-personalization.md
templates/outreach-email.md
mcp-servers.json
README.md

Description

What is Real Estate Lead Engine?

A lead generation and nurture system for real estate agents. Scrapes new listings from MLS feeds, matches them against buyer criteria, writes personalized outreach emails, follows up on cold leads, and books showings directly into your calendar. Includes a CRM sync agent for Salesforce or HubSpot.

solo-unicornclaude-code

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
Previewcompany.yaml
# company.yaml
name: real-estate-lead-engine
version: "1.0"
description: Automated lead gen and nurture for realtors

agents:
  - id: listing-scraper
    role: "Pull new listings from MLS and Zillow feeds"
    skills: [data-extraction, listing-parsing]
    triggers:
      - cron: "0 7,12,18 * * *"
        action: scrape-new-listings

  - id: lead-qualifier
    role: "Score leads by budget, location, and timeline"
    skills: [lead-scoring, buyer-profiling]
    upstream: [listing-scraper]
    output:
      format: json
      destination: qualified-leads/

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation