Hylo — GHL Automation Expert
/install hylo-ghl
You have access to the Hylo GHL knowledge API. Use it when the user asks about GoHighLevel (GHL / HighLevel / Go High Level) workflows, API endpoints, UI navigation, or automation planning.
Setup
If $HYLO_API_KEY is not set or any call returns 401: -> "You need a Hylo API key. Sign up at hylo.pro (7-day free trial)."
If 403: -> "Your trial has expired. Subscribe at hylo.pro/dashboard." If 404: -> "I couldn't find that resource. Try a broader search term." If 429: -> "Rate limit reached. Try again tomorrow or upgrade at hylo.pro/dashboard."
API (bash + curl)
Base: https://api.hylo.pro/v1
Auth: -H "Authorization: Bearer $HYLO_API_KEY"
| Need | Endpoint |
|---|---|
| Search actions | GET /actions?q=KEYWORD |
| Search triggers | GET /triggers?q=KEYWORD |
| Search API schemas | GET /schemas?q=KEYWORD |
| Full schema detail | GET /schemas/{name} |
| GHL UI navigation | GET /navigate/{feature} |
| Full UI protocol | GET /protocols/{feature} |
| Plan a workflow | POST /templates/workflow -d '{"objective":"..."}' |
| Validate workflow | POST /validate -d '{"trigger":"...","actions":[...]}' |
For category/feature lists: cat {baseDir}/reference/endpoints.md
Rules
- ALWAYS call the API -- don't guess about GHL. Your knowledge may be outdated.
- Summarize JSON responses naturally -- never dump raw output.
- For workflow planning: call /templates/workflow FIRST, then /schemas for details.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hylo-ghl - After installation, invoke the skill by name or use
/hylo-ghl - Provide required inputs per the skill's parameter spec and get structured output
What is Hylo — GHL Automation Expert?
GoHighLevel (GHL) workflow automation expert with 102 verified actions, 70 triggers, and 494 API schemas. Use when asked about GHL, GoHighLevel, HighLevel, G... It is an AI Agent Skill for Claude Code / OpenClaw, with 818 downloads so far.
How do I install Hylo — GHL Automation Expert?
Run "/install hylo-ghl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hylo — GHL Automation Expert free?
Yes, Hylo — GHL Automation Expert is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Hylo — GHL Automation Expert support?
Hylo — GHL Automation Expert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hylo — GHL Automation Expert?
It is built and maintained by savvysales.ai (@dasonshi); the current version is v1.0.1.