Real Estate Lead Qualifier

ReviewAudited by ClawScan on May 10, 2026.

Overview

Review recommended: the skill matches its real-estate purpose, but it can automatically message leads/book calendars and makes strong legal-safety claims that the provided artifacts do not prove.

Before installing, verify ThumbGate really enforces the Fair Housing rules, connect only limited-purpose calendars and messaging accounts, start with human approval for replies and bookings, and define how sensitive pre-approval documents will be stored and deleted.

Findings (6)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A realtor or property manager could over-trust the agent for Fair Housing compliance and expose themselves to legal or reputational risk.

Why it was flagged

This is a strong legal/safety guarantee, but the provided artifacts are instruction-only and do not demonstrate enforceable blocking beyond documented rules and an external setup step.

Skill content
Uses **ThumbGate** to ensure the AI NEVER answers questions that violate Fair Housing laws
Recommendation

Treat the Fair Housing behavior as guidance until independently tested; require human review for legally sensitive responses and verify ThumbGate enforcement before customer use.

What this means

The agent could send incorrect messages or create unwanted appointments if misconfigured or if lead data is wrong.

Why it was flagged

The skill is intended to take customer-facing actions and mutate calendars automatically, but the artifacts do not clearly define approval, rate limits, allowed lead sources, cancellation handling, or booking boundaries.

Skill content
- Instantly responds to new leads from property portals 24/7.
- Schedules viewing appointments directly into the Realtor's calendar.
Recommendation

Start in draft/review mode, restrict to specific lead sources and calendars, require confirmation before first-time bookings, and keep audit logs of messages and scheduled events.

What this means

Connected accounts may allow the agent to contact leads or create calendar events on the user's behalf.

Why it was flagged

The skill expects delegated access to communication and calendar accounts; this is purpose-aligned, but the metadata declares no credential contract or scope boundaries.

Skill content
**Voice/SMS:** Sign up for [Twilio](https://twilio.com) ... to enable SMS auto-response.
4. **Calendar:** Link your [Calendly](https://calendly.com) or Google Calendar.
Recommendation

Use least-privilege accounts, dedicated calendars/numbers where possible, and revoke access if the skill is no longer used.

What this means

The installed package could change over time or differ from what the skill author expected.

Why it was flagged

The setup guide asks the user to execute an external npm package without a pinned version or provenance details; this is user-directed and related to the stated guardrail purpose.

Skill content
Install ThumbGate: `npx thumbgate init --agent openclaw`
Recommendation

Verify the ThumbGate package source, pin a trusted version, and run setup in a controlled environment.

What this means

Sensitive lead documents may be processed by the agent without clear data-handling expectations.

Why it was flagged

Pre-approval letters and budget information can contain sensitive financial and personal data; the artifacts do not describe retention, storage, redaction, or reuse boundaries.

Skill content
Block booking a viewing for buyers who do not have a PDF pre-approval letter uploaded.
Recommendation

Define where pre-approval PDFs are stored, who can access them, how long they are retained, and whether the agent may summarize or reuse their contents.

What this means

The agent may continue acting on new leads when the user is not present.

Why it was flagged

The skill advertises ongoing autonomous operation outside active user supervision; this is disclosed and central to the product, not hidden persistence.

Skill content
books a viewing on your calendar while you sleep
Recommendation

Use clear operating hours, notification rules, pause controls, and periodic review of automated actions.