Back to Registry View Author Profile
Official Verified
ghl-open-account
Guides agents through opening GoHighLevel (GHL) developer accounts, creating marketplace apps, and connecting via OAuth. Use when the user or agent needs to sign up for GHL, create a GHL app, get API credentials, or connect clawdbot/moltbot/open claw to GoHighLevel.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/the-timebeing/ghl-open-accountOr
GoHighLevel Open Account
Quick start
- Ensure the user has (or will create) a GoHighLevel account (sign up with free trial); use the Developer Marketplace for creating apps.
- To create an app and get credentials, follow the "Creating an app" section.
- To connect a sub-account or agency via OAuth, see the "OAuth 2.0 and API access" section and reference.md.
Opening a GoHighLevel account
Use this workflow when the user needs to open or sign up for a GoHighLevel account (required before creating apps or using the API).
Checklist:
- Open GoHighLevel sign-up: Start 14-day free trial
- Sign up or log in (use "Sign Up" / "Login" as appropriate).
- Complete registration (email verification if prompted).
- For creating apps and API access, go to the Developer Marketplace and use My Apps when ready.
Steps:
- Navigate to https://www.gohighlevel.com/?fp_ref=thatsop12 to start a free trial or sign up.
- Click Sign Up (or Login if the user already has an account).
- Enter the required details (email, password, etc.) and submit.
- If the platform sends a verification email, have the user verify their email.
- After logging in, the user has a GoHighLevel account. To create an app and get API credentials, they use the Developer Marketplace and My Apps (see "Creating an app" below).
Creating an app
Use this workflow after the user has a developer account. Creating an app yields Client ID and Client Secret needed for OAuth and API access.
Checklist:
- In Marketplace, go to My Apps and click Create App.
- Set App name (e.g. "My Integration").
- Set App type: Private (internal/personal) or Public (marketplace distribution).
- Set Target user: typically Sub-account (most integrations).
- Set Installation permissions: Both Agency & Sub-account is recommended.
- Set Listing type if applicable (e.g. White-label for agencies).
- Save and obtain Client ID and Client Secret from the app settings.
- Store credentials in environment variables or a secrets manager; never commit them to the skill or repo.
Steps:
- Log in at Marketplace and open My Apps.
- Click Create App.
- Fill in App name.
- Choose App type: Private (single user/internal) or Public (listable on marketplace).
- Choose Target user: usually Sub-account so sub-accounts can install the app.
- Set Installation permissions to Both Agency & Sub-account unless the use case requires otherwise.
- If building for agencies, set Listing type (e.g. White-label).
- Save the app.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-the-timebeing-ghl-open-account": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.