Jump to related tools in the same category or review the original source on GitHub.

Search & Research @danielfoch Updated 7/10/2026 339 downloads 0 stars Security: Pass

Ig Realtor Recruiting Outreach OpenClaw Plugin & Skill | ClawHub

Looking to integrate Ig Realtor Recruiting Outreach into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.

What this skill does

Build 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.

Install

ClawHub CLI
openclaw skills install @danielfoch/ig-realtor-recruiting-outreach
Node.js (npx)
npx clawhub@latest install ig-realtor-recruiting-outreach

Full SKILL.md

Open original
Metadata table.
namedescription
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.

SKILL.md content below is scrollable.

IG Realtor Recruiting Outreach

Use this skill to turn IG lead lists into practical recruiting outreach without mass-blast spam language.

Workflow

1. Gather Leads

Use the best source available:

  • ClawHub/IG scraping skill output (preferred if available)
  • Manually curated CSV from IG research

Minimum CSV fields:

  • instagram_handle
  • first_name (or name)
  • city (optional)
  • brokerage (optional)
  • target_brokerage (optional; falls back to CLI default)

Recommended enrichments:

  • followers
  • last_post_theme
  • pain_point
  • production_tier (new, building, team_lead, top_producer)
  • notes

2. Generate Outreach Sequence

Run:

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 sequence
  • audit_<campaign>.json with lead-level rationale + quality notes
  • playbook_<campaign>.md with send cadence and talking points

3. QA Before Sending

Check each message for:

  • Correct name/handle and brokerage
  • Specific but truthful personalization
  • No guaranteed income claims
  • No manipulative urgency or fake scarcity

4. Send and Track

Send manually in Instagram. Use CRM tags for sequence stage:

  • ig_sent_d1
  • ig_sent_f1
  • ig_sent_f2
  • ig_sent_breakup

Input Schema

The script supports these columns (case-insensitive):

  • instagram_handle (required)
  • first_name
  • name
  • brokerage
  • target_brokerage
  • city
  • followers
  • last_post_theme
  • pain_point
  • production_tier
  • notes

Safety Rules

  • Do not claim guaranteed income, splits, or stock upside.
  • Do not impersonate existing recruits or fabricate social proof.
  • Keep tone consultative and one clear CTA per message.
  • Respect platform rules and local solicitation regulations.

References

  • references/message-framework.md
  • references/compliance-guardrails.md
ClawHub Registry URL: https://clawhub.ai/danielfoch/skills/ig-realtor-recruiting-outreach

Related skills

If this matches your use case, these are close alternatives in the same category.