Install
openclaw skills install ig-realtor-recruiting-outreachBuild compliant Instagram DM outreach campaigns to recruit realtors into brokerage downlines (e.g., eXp Realty, Real Broker). Use when a user wants lead qualification, personalized first-touch DMs, and follow-up sequences from IG profile data, then export ready-to-send outreach files.
openclaw skills install ig-realtor-recruiting-outreachUse this skill to turn IG lead lists into practical recruiting outreach without mass-blast spam language.
Use the best source available:
Minimum CSV fields:
instagram_handlefirst_name (or name)city (optional)brokerage (optional)target_brokerage (optional; falls back to CLI default)Recommended enrichments:
followerslast_post_themepain_pointproduction_tier (new, building, team_lead, top_producer)notesRun:
python3 scripts/build_ig_recruiting_outreach.py \
--input /path/to/realtor_leads.csv \
--campaign-name "exp-phoenix-week1" \
--default-target-brokerage "eXp Realty" \
--output-dir output/ig-recruiting
The script creates:
messages_<campaign>.csv with staged DM sequenceaudit_<campaign>.json with lead-level rationale + quality notesplaybook_<campaign>.md with send cadence and talking pointsCheck each message for:
Send manually in Instagram. Use CRM tags for sequence stage:
ig_sent_d1ig_sent_f1ig_sent_f2ig_sent_breakupThe script supports these columns (case-insensitive):
instagram_handle (required)first_namenamebrokeragetarget_brokeragecityfollowerslast_post_themepain_pointproduction_tiernotesreferences/message-framework.mdreferences/compliance-guardrails.md