GoHighLevel Open Account
/install ghl-open-account
\r \r
GoHighLevel Open Account\r
\r
Quick start\r
\r
- Ensure the user has (or will create) a GoHighLevel account (sign up with free trial); use the Developer Marketplace for creating apps.\r
- To create an app and get credentials, follow the "Creating an app" section.\r
- To connect a sub-account or agency via OAuth, see the "OAuth 2.0 and API access" section and reference.md.\r \r
Opening a GoHighLevel account\r
\r Use this workflow when the user needs to open or sign up for a GoHighLevel account (required before creating apps or using the API).\r \r Checklist:\r \r
- Open GoHighLevel sign-up: Start 14-day free trial\r
- Sign up or log in (use "Sign Up" / "Login" as appropriate).\r
- Complete registration (email verification if prompted).\r
- For creating apps and API access, go to the Developer Marketplace and use My Apps when ready.\r \r Steps:\r \r
- Navigate to https://www.gohighlevel.com/?fp_ref=thatsop12 to start a free trial or sign up.\r
- Click Sign Up (or Login if the user already has an account).\r
- Enter the required details (email, password, etc.) and submit.\r
- If the platform sends a verification email, have the user verify their email.\r
- 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).\r \r
Creating an app\r
\r 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.\r \r Checklist:\r \r
- In Marketplace, go to My Apps and click Create App.\r
- Set App name (e.g. "My Integration").\r
- Set App type: Private (internal/personal) or Public (marketplace distribution).\r
- Set Target user: typically Sub-account (most integrations).\r
- Set Installation permissions: Both Agency & Sub-account is recommended.\r
- Set Listing type if applicable (e.g. White-label for agencies).\r
- Save and obtain Client ID and Client Secret from the app settings.\r
- Store credentials in environment variables or a secrets manager; never commit them to the skill or repo.\r \r Steps:\r \r
- Log in at Marketplace and open My Apps.\r
- Click Create App.\r
- Fill in App name.\r
- Choose App type: Private (single user/internal) or Public (listable on marketplace).\r
- Choose Target user: usually Sub-account so sub-accounts can install the app.\r
- Set Installation permissions to Both Agency & Sub-account unless the use case requires otherwise.\r
- If building for agencies, set Listing type (e.g. White-label).\r
- Save the app. In the app’s settings/details, copy the Client ID and Client Secret.\r
- Security: Store Client ID and Client Secret in environment variables (e.g.
GHL_CLIENT_ID,GHL_CLIENT_SECRET) or a secure secrets manager. Do not put them in code, config files in version control, or this skill.\r \r
OAuth 2.0 and API access\r
\r Use OAuth 2.0 when the integration must connect to a user’s GHL sub-account or agency (e.g. to access their CRM, contacts, or calendar). The user authorizes your app; your app receives tokens to call the API on their behalf.\r \r When OAuth is required:\r \r
- Connecting clawdbot, moltbot, open claw, or any agent to a specific GoHighLevel sub-account or agency.\r
- Any flow where the end user clicks “Connect to GoHighLevel” and grants access.\r \r Plan requirement: Advanced API access (including OAuth 2.0) is available on Agency Pro. Basic API access is included on Starter and Unlimited plans; for OAuth and full API features, the account needs Agency Pro. See reference.md for the plan comparison.\r \r Official docs:\r \r
- HighLevel API – OAuth 2.0\r
- Getting Started\r \r Redirect/callback and scopes: Configure a redirect URI in your app in the Marketplace; after the user authorizes, GHL redirects to that URI with a code. Exchange the code for access (and optionally refresh) tokens. Request only the scopes your app needs; see the OAuth docs for the list of scopes and how to pass them in the authorization URL.\r \r
Examples\r
\r
Example 1 – User wants to connect their bot to GHL\r
\r
- User says: "I need to connect moltbot to my GoHighLevel account."\r
- Agent applies this skill: confirm they have a GHL account; if not, walk through "Opening a GoHighLevel account." Then guide "Creating an app" (at the Marketplace) to get Client ID/Secret. For the actual connection (moltbot → their sub-account), follow "OAuth 2.0 and API access" and use the app credentials to run the OAuth flow; store tokens securely.\r \r
Example 2 – User wants to open a GHL account for the first time\r
\r
- User says: "Help me open a GoHighLevel account so I can build an integration."\r
- Agent applies this skill: walk through "Opening a GoHighLevel account" (affiliate sign-up link, sign up, verify). Then offer next step: "Creating an app" at the Developer Marketplace when they are ready to get API credentials.\r \r
Additional resources\r
\r
- See reference.md for official links and API plan details.\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ghl-open-account - 安装完成后,直接呼叫该 Skill 的名称或使用
/ghl-open-account触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GoHighLevel 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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1866 次。
如何安装 GoHighLevel Open Account?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ghl-open-account」即可一键安装,无需额外配置。
GoHighLevel Open Account 是免费的吗?
是的,GoHighLevel Open Account 完全免费(开源免费),可自由下载、安装和使用。
GoHighLevel Open Account 支持哪些平台?
GoHighLevel Open Account 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GoHighLevel Open Account?
由 the-TimeBeing(@the-timebeing)开发并维护,当前版本 v1.0.0。