One-click install
npx skills add https://github.com/sahiixx/moltworker --skill dubai-realestate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dubai-realestate
Source: https://github.com/sahiixx/moltworker/tree/main/skills/dubai-realestate
Command: npx skills add https://github.com/sahiixx/moltworker --skill dubai-realestate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Real estate teams waste time manually matching leads to properties, drafting outreach, and analyzing market data. This skill automates lead scoring, property matching, and outreach preparation to accelerate decision-making and conversions.

Core Features & Use Cases

  • RFM lead scoring and segmentation to prioritize outreach.
  • AI-powered client-to-property matching across listings and market data.
  • Multi-step outbound campaigns with voice and ROI-focused messaging.
  • Comprehensive property search and market analysis to inform investments.
  • Exportable reports and campaign payloads for downstream systems.

Quick Start

Run the scoring workflow on your leads file, then generate property matches and an outbound campaign. Example: node scripts/score-leads.js --input leads.json --export and then node scripts/client-match.js --segment CHAMPIONS --export. Then run node scripts/voice-campaign.js to generate outreach templates.

Frequently Asked Questions about dubai-realestate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate lead scoring and property matching for Dubai real estate data?

Automating Dubai real estate lead scoring and property matching requires processing local leads and property data through Node.js scripts to segment clients via RFM analysis and generate actionable property matches. You run deterministic workflows that score leads and export results to JSON or CSV.

What is RFM segmentation and how does it work for real estate leads?

RFM segmentation for real estate leads categorizes clients based on Recency, Frequency, and Monetary metrics to prioritize outreach. The skill evaluates your local leads data, scores clients into segments like CHAMPIONS, and matches them to available properties for targeted campaigns.

Can I generate outbound voice campaigns from my Dubai property leads data?

Generating outbound voice campaigns from Dubai property leads involves processing matched client segments to produce AI-powered voice and ROI-focused messaging templates. The skill creates multi-step campaign payloads and outreach templates ready for downstream systems without requiring external services.

Do I need external services or API keys to run Dubai real estate market analysis locally?

Dubai real estate market analysis runs entirely within your local Node.js runtime environment and does not require external services or API keys. It relies on local data inputs for leads and properties, executing deterministic scripts to produce market analysis and exportable reports.

What is the best way to export real estate lead scoring results and campaign payloads?

The best way to export real estate lead scoring results and campaign payloads is using the built-in export flag in the Node.js scripts. Running workflows with the export parameter generates structured JSON and CSV files containing scored leads, property matches, and campaign configurations.