LaunchKit · 2026
Back to Skills

ghl-crm-for-realtors

Use this skill for GoHighLevel CRM work for realtors: contact lookup and updates, opportunity/pipeline actions.

2
463 downloads
by @danielfoch

Setup & Installation

openclaw skills install @danielfoch/ghl-crm-for-realtors

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install ghl-crm-for-realtors

What This Skill Does

Handles GoHighLevel CRM operations scoped to real estate workflows. Covers contact management, pipeline stage movement, conversation messaging, calendar availability, and workflow enrollment via the GHL API v2.

Combines the most common realtor CRM actions into a single scripted interface instead of requiring manual navigation through the GoHighLevel UI.

When to use it

  • Looking up a lead before creating a duplicate contact
  • Moving a deal to the next pipeline stage after a showing
  • Sending a follow-up message to a buyer who went cold
  • Checking available calendar slots to book a listing appointment
  • Enrolling a new Zillow lead into an automated nurture workflow

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'A new buyer came in from an open house, add them to the pipeline and send a welcome message'

AGENT
  1. 1Run search_contacts to check for an existing record with the buyer's name or phone
  2. 2Create a new contact with create_contact, tagging source as buyer and open-house
  3. 3List active pipelines with list_pipelines, then list_opportunities to find the right stage
  4. 4Add the contact to the appropriate pipeline stage via the opportunity update command
  5. 5Send a welcome message using send_message with the new contact's ID
OUTPUT

Contact created, placed in the Buyer Leads pipeline at the New Inquiry stage, and welcome message delivered

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

HIGHLEVEL_TOKEN environment variable (Private Integration token from GoHighLevel)HIGHLEVEL_LOCATION_ID environment variable (sub-account location ID from GoHighLevel)GoHighLevel account with API access enabled