Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: 'A new buyer came in from an open house, add them to the pipeline and send a welcome message'
- 1Run search_contacts to check for an existing record with the buyer's name or phone
- 2Create a new contact with create_contact, tagging source as buyer and open-house
- 3List active pipelines with list_pipelines, then list_opportunities to find the right stage
- 4Add the contact to the appropriate pipeline stage via the opportunity update command
- 5Send a welcome message using send_message with the new contact's ID
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.