How to connect HighLevel to OpenClaw
Connect HighLevel to OpenClaw with ClawLink in one click — 94 tools your AI agent can call from chat via hosted OAuth. No API keys, no manual setup.


All-in-one sales, marketing, and CRM platform. Once connected, OpenClaw can read and act on HighLevel from chat — pairing, token refresh, and tool wiring handled for you.
The usual route to HighLevel access for OpenClaw is an MCP server you configure and keep running, plus your own OAuth app or API keys. ClawLink gives OpenClaw a more practical HighLevel setup: install one ClawHub skill, connect HighLevel in the browser, and OpenClaw can call real HighLevel actions from any chat surface with no auth, token refresh, or tool wiring to build yourself.
Copy this prompt into OpenClaw, or open the HighLevel skill on ClawHub.
Before installing anything, inspect the ClawHub skill metadata and setup requirements.
If the skill asks you to install a third-party package or CLI, verify its source, maintainer, and package contents before running the install command.
Install the skill "HighLevel" (hith3sh/highlevel-workspace) from ClawHub only after those checks pass.
Skill page: https://clawhub.ai/hith3sh/highlevel-workspace
Keep the work scoped to this skill only.
After install, help me finish setup from verified skill metadata.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.Setup
It takes three steps to connect OpenClaw to HighLevel.
1Install the plugin
Paste the setup prompt into OpenClaw, or install from the terminal and ask OpenClaw to pair:
openclaw plugins install clawhub:clawlink-plugin- 2
Connect HighLevel
One-click OAuth in the dashboard.
- 3
Use it from chat
Ask OpenClaw: "What can you do with HighLevel?"
Install by command
The setup prompt above does all of this in one paste. By hand, it is one install command plus a browser approval:
openclaw plugins install clawhub:clawlink-pluginThen ask OpenClaw to set up ClawLink. It starts browser pairing and prints an approval link — open it, approve the device, return to the chat, and say done. Finally, connect HighLevel in the ClawLink dashboard — a one-click OAuth approval, no API keys.
Verify the connection by asking OpenClaw:
Use HighLevel to check account funds and walk me through the result in plain English.
Using a different agent?
The OpenClaw plugin is one client of ClawLink's MCP server. Claude Code, Cursor, Codex, or any agent that can run a shell command pairs with the same ClawLink account through the CLI:
npx -y @useclawlink/cli loginlogin opens the same browser approval and stores a credential locally. Once HighLevel is connected in the dashboard, that agent calls the same 94 HighLevel tools over MCP. Full setup for MCP clients and shell agents: connect apps to any AI agent.
HighLevel MCP for OpenClaw
Looking for a HighLevel MCP server for OpenClaw? ClawLink connects HighLevel to OpenClaw and exposes 94 HighLevel tools your agent can call over MCP, with hosted auth and nothing to run or maintain yourself. Using Hermes instead? The Hermes HighLevel integration works the same way.
What the OpenClaw HighLevel integration can do
94 HighLevel tools are ready for OpenClaw once the account is connected. The 30 below are the ones people reach for most; your agent can call all 94.
30 of 94 HighLevel tools for OpenClaw
| Tool | What it does |
|---|---|
Check account funds highlevel_check_account_funds | Check HighLevel account funds |
Create tag highlevel_create_tag | Create a HighLevel tag |
Fetch email templates highlevel_fetch_email_templates | List HighLevel email templates |
Find associations highlevel_find_associations | Find HighLevel associations |
Get all tasks highlevel_get_all_tasks | List HighLevel tasks |
Get blogs highlevel_get_blogs | List HighLevel blogs |
Get calendars highlevel_get_calendars | List HighLevel calendars |
Get conversations highlevel_get_conversations | List HighLevel conversations |
Get pipelines highlevel_get_pipelines | List HighLevel pipelines |
Generate estimate number highlevel_generate_estimate_number | Generates the next estimate number for the given location |
Get agent studio public API agents highlevel_get_agent_studio_public_api_agents | Lists all active agents with a published production version for the specified location |
Get all notes highlevel_get_all_notes | Retrieves all notes associated with a specific contact |
Get brand boards highlevel_get_brand_boards | Retrieves all brand boards for a specific location |
Get brand voice highlevel_get_brand_voice | Retrieves a brand voice by its ID within the specified location |
Get calendar highlevel_get_calendar | Retrieves a single calendar by its unique identifier |
Get calendars events appointments highlevel_get_calendars_events_appointments | Retrieves details for a specific calendar appointment or event by its ID |
Get calendars schedules event calendar highlevel_get_calendars_schedules_event_calendar | Retrieves the availability schedule for a specific event calendar |
Get calendars services bookings highlevel_get_calendars_services_bookings | Retrieves service bookings for a location within a given date range, with an optional service |
Get conversations messages2 highlevel_get_conversations_messages2 | Retrieves all messages for a specific conversation in GoHighLevel |
Get custom values highlevel_get_custom_values | Retrieves all custom values associated with a specific location in GoHighLevel |
Get emails campaigns bulk actions2 highlevel_get_emails_campaigns_bulk_actions2 | Retrieves all bulk action campaigns for a specific GoHighLevel location |
Get emails campaigns emails highlevel_get_emails_campaigns_emails | Retrieves all email campaigns for a specific GoHighLevel location |
Get emails templates highlevel_get_emails_templates | Retrieves all email templates for a specific location |
Get event notification highlevel_get_event_notification | Retrieves a single event notification by its unique notification ID |
Get funnels page highlevel_get_funnels_page | Retrieves a list of all funnel pages based on the given query parameters |
Get funnels page count highlevel_get_funnels_page_count | Retrieves the count of funnel pages based on the given query parameters |
Get invoice settings highlevel_get_invoice_settings | Retrieves invoice settings for a specific location in GoHighLevel |
Get invoices schedule highlevel_get_invoices_schedule | Retrieves a list of invoice schedules for a location or company |
Get marketplace app rebilling config location highlevel_get_marketplace_app_rebilling_config_location | Retrieves rebilling configuration for an app subscription, including subscription and usage |
Get medias files highlevel_get_medias_files | Fetches a list of files and folders from the media storage for a location |
Try it: find the HighLevel tool you need
Browse the 30 HighLevel tools
Click any tool to see exactly what OpenClaw can do and copy a ready-to-use prompt.
Example prompts
Use HighLevel to check account funds and walk me through the result in plain English.
Create it in HighLevel for me, then confirm the important fields before you finish.
Pull the relevant data from HighLevel, summarize it in plain English, and point out anything that needs attention.
Use HighLevel to find associations and walk me through the result in plain English.
ClawLink vs. building it yourself
The alternative to ClawLink is usually manual OAuth app setup plus your own token handling, permission troubleshooting, and tool plumbing for OpenClaw. That is fine if you want to build and maintain the integration yourself. Most teams just want HighLevel working from chat.
| Manual | ClawLink | |
|---|---|---|
| Connection flow | Register a HighLevel app, configure redirect URLs, manage consent details, and reconnect users when auth settings drift. | Users connect HighLevel through the hosted browser flow and ClawLink keeps the token lifecycle out of your app code. |
| Ongoing maintenance | You own refresh logic, permission debugging, environment config, and every provider-specific edge case for HighLevel. | ClawLink handles the repetitive integration plumbing so your team can focus on the workflow instead of the infrastructure. |
| Agent usability | You still need to expose the right HighLevel actions to the runtime in a format your agent can reliably use. | 94 tools for HighLevel are already exposed through ClawLink, so the agent can read and act from chat immediately. |
ClawLink vs. Composio
Composio also exposes HighLevel to AI agents. It is developer infrastructure: Python and TypeScript SDKs, an MCP server, and a catalog past 1,000 apps, aimed at teams shipping agent products. ClawLink is built for OpenClaw users instead. You install the plugin once, connect HighLevel in the browser, and the 94 tools above work from chat. There is no SDK, no config file, and no API key handling. Choosing between them? Read the full Composio alternatives comparison.
Troubleshooting
OpenClaw installed the HighLevel skill but can't call the tools
The ClawHub skill teaches OpenClaw about HighLevel, but the calls run through the ClawLink plugin and your connected account. Make sure HighLevel is connected in the dashboard, then start a fresh chat so OpenClaw reloads the tool catalog. If OpenClaw runs as a persistent gateway, restart it so the new tools register.
Connection succeeds but no tools appear
Reconnect HighLevel from the dashboard, then start a fresh chat if the runtime still has the old tool catalog loaded.
"Tool schema not loaded yet" error when calling HighLevel tools
HighLevel tool schemas load on demand the first time a tool runs and are cached after that, so this error usually clears on its own: wait a few seconds and retry the same request. If every HighLevel call keeps failing with it in a fresh chat, reconnect from the dashboard, and contact support if it still persists — that pattern points to a configuration problem on our side, not something you can fix by reconnecting again.
HighLevel returns 403 or "permission denied" on one action while others work
Two usual causes. The connected account may not have access to the specific workspace, inbox, store, or project in the request — check that first. If access looks right, the agent may have sent a placeholder value (like "YOUR_ID" or an example id from documentation) instead of a real one: ask it to run a list or search tool first, then retry the action with a real id from those results. Most failures at this stage are one of these two, not ClawLink bugs.
OAuth finished in the browser but the account is still missing
Try reconnecting HighLevel and complete the consent flow in the same browser session. Partial OAuth approvals or switching accounts mid-flow can leave the connection incomplete.
FAQ
Is there a OpenClaw HighLevel integration?
Yes. ClawLink is the fastest way to connect OpenClaw to HighLevel: link your HighLevel account once in the browser and OpenClaw can call the HighLevel API through 94 ready-made tools — no custom code or token handling.
How do I add HighLevel to OpenClaw with ClawLink?
Paste the setup prompt from this page into OpenClaw. It installs the ClawLink HighLevel skill from ClawHub, then you click Connect in the dashboard to authorize HighLevel. OpenClaw calls the tools from the next message — no config files or API keys to manage.
How long does it take to connect HighLevel to OpenClaw?
About two minutes. Sign in, click Connect next to HighLevel in the dashboard, authenticate, and OpenClaw can use it from the next chat message.
Why use ClawLink instead of wiring HighLevel up myself?
The alternative to ClawLink is usually manual OAuth app setup plus your own token handling, permission troubleshooting, and tool plumbing for OpenClaw. That is fine if you want to build and maintain the integration yourself. Most teams just want HighLevel working from chat.
OpenClaw installed the HighLevel skill but can't call the tools
The ClawHub skill teaches OpenClaw about HighLevel, but the calls run through the ClawLink plugin and your connected account. Make sure HighLevel is connected in the dashboard, then start a fresh chat so OpenClaw reloads the tool catalog. If OpenClaw runs as a persistent gateway, restart it so the new tools register.