Real Estate Lead Qualifier
AdvisoryAudited by Static analysis on May 7, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
A realtor or property manager could over-trust the agent for Fair Housing compliance and expose themselves to legal or reputational risk.
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.
Uses **ThumbGate** to ensure the AI NEVER answers questions that violate Fair Housing laws
Treat the Fair Housing behavior as guidance until independently tested; require human review for legally sensitive responses and verify ThumbGate enforcement before customer use.
The agent could send incorrect messages or create unwanted appointments if misconfigured or if lead data is wrong.
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.
- Instantly responds to new leads from property portals 24/7. - Schedules viewing appointments directly into the Realtor's calendar.
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.
Connected accounts may allow the agent to contact leads or create calendar events on the user's behalf.
The skill expects delegated access to communication and calendar accounts; this is purpose-aligned, but the metadata declares no credential contract or scope boundaries.
**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.
Use least-privilege accounts, dedicated calendars/numbers where possible, and revoke access if the skill is no longer used.
The installed package could change over time or differ from what the skill author expected.
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.
Install ThumbGate: `npx thumbgate init --agent openclaw`
Verify the ThumbGate package source, pin a trusted version, and run setup in a controlled environment.
Sensitive lead documents may be processed by the agent without clear data-handling expectations.
Pre-approval letters and budget information can contain sensitive financial and personal data; the artifacts do not describe retention, storage, redaction, or reuse boundaries.
Block booking a viewing for buyers who do not have a PDF pre-approval letter uploaded.
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.
The agent may continue acting on new leads when the user is not present.
The skill advertises ongoing autonomous operation outside active user supervision; this is disclosed and central to the product, not hidden persistence.
books a viewing on your calendar while you sleep
Use clear operating hours, notification rules, pause controls, and periodic review of automated actions.
