Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

ghl-open-accountGHL 开立账户

Agent Skill

ghl-open-account 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

57,804

周安装

2,483

GitHub Stars

2

下载量

20,261
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ghl-open-account(GHL 开立账户)
来源仓库:https://github.com/the-timebeing/ghl-open-account
安装命令:
openclaw skills install ghl-open-account
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ghl-open-account

简介

指导代理开设 GoHighLevel (GHL) 开发者帐户、创建市场应用程序以及通过 OAuth 连接。当用户或代理需要注册 GHL、创建 GHL 应用程序、获取 API 凭据或将clawdbot/moltbot/openclaw 连接到 GoHighLevel 时使用。

SKILL.md

name
ghl-open-account
description
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.

GoHighLevel Open Account

Quick start

  1. Ensure the user has (or will create) a GoHighLevel account (sign up with free trial); use the Developer Marketplace for creating apps.
  2. To create an app and get credentials, follow the "Creating an app" section.
  3. 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:

  1. Navigate to https://www.gohighlevel.com/?fp_ref=thatsop12 to start a free trial or sign up.
  2. Click Sign Up (or Login if the user already has an account).
  3. Enter the required details (email, password, etc.) and submit.
  4. If the platform sends a verification email, have the user verify their email.
  5. 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:

  1. Log in at Marketplace and open My Apps.
  2. Click Create App.
  3. Fill in App name.
  4. Choose App type: Private (single user/internal) or Public (listable on marketplace).
  5. Choose Target user: usually Sub-account so sub-accounts can install the app.
  6. Set Installation permissions to Both Agency & Sub-account unless the use case requires otherwise.
  7. If building for agencies, set Listing type (e.g. White-label).
  8. Save the app. In the app’s settings/details, copy the Client ID and Client Secret.
  9. 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.

OAuth 2.0 and API access

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.

When OAuth is required:

  • Connecting clawdbot, moltbot, open claw, or any agent to a specific GoHighLevel sub-account or agency.
  • Any flow where the end user clicks “Connect to GoHighLevel” and grants access.

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.

Official docs:

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.

Examples

Example 1 – User wants to connect their bot to GHL

  • User says: "I need to connect moltbot to my GoHighLevel account."
  • 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.

Example 2 – User wants to open a GHL account for the first time

  • User says: "Help me open a GoHighLevel account so I can build an integration."
  • 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.

Additional resources

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.08%
按下载量换算16,833

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills