Install
openclaw skills install @jzargona/mena-property-listing-generatorAI-powered property listing generator for real estate agents in MENA. Input: 5-10 property photos + basic specs. Output: SEO-optimized Arabic + English listing, social media captions (Instagram/TikTok/Facebook), carousel slides, and a polished PDF brochure. Use when user says 'create property listing', 'real estate listing', 'listing in Arabic', 'PropertyFinder listing', or wants to reduce 2-4 hours of copywriting + design per property.
openclaw skills install @jzargona/mena-property-listing-generatorActivate when the user wants to:
clawhub run mena-property-listing-generator agents \
--add \
--name "Nasser Al-Solaitti" \
--phone "+974-XXXX-XXXX" \
--agency "Skyline Real Estate"
Put all photos for one property in a single folder:
mkdir -p ./property-001/
cp /path/to/photos/*.jpg ./property-001/
The first photo becomes the hero image.
clawhub run mena-property-listing-generator new \
--photos ./property-001/ \
--specs "3BR, 250sqm, Lusail Marina, QAR 3,100,000, sea view, fully furnished, 2 parking" \
--output ./listing-001/
The skill produces in ./listing-001/:
listing-ar.md — Arabic SEO-optimized listing (for PropertyFinder, Bayut, Dubizzle)listing-en.md — English SEO-optimized listinginstagram-caption.txt — caption + hashtagscarousel/01.jpg through carousel/10.jpg — 10 Instagram carousel slidestiktok-script.md — 60-second walkthrough scriptfacebook-post.txt — Facebook-optimized postbrochure.pdf — 4-page agency-branded PDF, print-readywhatsapp-scripts.md — 5 follow-up scripts (cold, warm, hot leads)# Folder structure:
# ./properties/
# property-001/ (photos here)
# property-002/
# property-003/
# ./specs.csv
# property-001,3BR, 250sqm, Lusail Marina, QAR 3,100,000, ...
# property-002,2BR, 180sqm, West Bay, QAR 2,400,000, ...
# property-003,4BR, 320sqm, Pearl, QAR 4,800,000, ...
clawhub run mena-property-listing-generator bulk \
--input ./properties/ \
--specs ./specs.csv \
--output ./listings/
For one-off edits:
# Reformat a saved listing in WhatsApp, Instagram, or PDF
clawhub run mena-property-listing-generator format \
--input LST-0001 \
--format whatsapp
# Or show all formats at once
clawhub run mena-property-listing-generator format \
--input LST-0001 \
--format all
# Bulk-generate new listings from a CSV
clawhub run mena-property-listing-generator bulk \
--csv ./properties.csv
For each listing, you get:
For Lusail / Qatar agents:
For Dubai Marina / UAE agents:
For Saudi agents (Riyadh/Jeddah):
Typical usage (8 listings/month): $0.50-1/month total.
Arabic text looks wrong?
--rtl-mode strict for conservative RTL handlingPhotos not getting recognized?
--hero-auto-detect, manually specify heroPDF brochure looks generic?
modern-minimal, luxury-classic, family-warmreferences/arabic-copywriting.md — Arabic tone and dialect guidereferences/platform-formats.md — PropertyFinder, Bayut, Dubizzle specsreferences/whatsapp-scripts.md — lead qualification flow templatesreferences/brochure-templates.md — design templates