hylo-ghl
GoHighLevel (GHL) workflow automation expert with 102 verified actions, 70 triggers, and 423 API schemas.
Setup & Installation
Install command
clawhub install dasonshi/hylo-ghlIf the CLI is not installed:
Install command
npx clawhub@latest install dasonshi/hylo-ghlOr install with OpenClaw CLI:
Install command
openclaw skills install dasonshi/hylo-ghlor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/dasonshi/hylo-ghlWhat This Skill Does
GoHighLevel automation assistant backed by the Hylo knowledge API, which covers 102 verified actions, 70 triggers, and 494 API schemas. Answers questions about GHL workflows, API endpoints, and UI navigation by querying live data rather than static knowledge.
Live API lookups against 494 schemas mean answers reflect current GHL structure, not outdated documentation or guesswork.
When to Use It
- Planning a lead nurture workflow in GoHighLevel
- Looking up the correct API endpoint for contact or opportunity updates
- Finding the right trigger for a form submission automation
- Navigating to a specific feature inside the GHL dashboard
- Validating a trigger-action sequence before deploying it
View original SKILL.md file
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.
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Planning a lead nurture workflow in GoHighLevel
- 1Planning a lead nurture workflow in GoHighLevel
- 2Looking up the correct API endpoint for contact or opportunity updates
- 3Finding the right trigger for a form submission automation
- 4Navigating to a specific feature inside the GHL dashboard
- 5Validating a trigger-action sequence before deploying it
GoHighLevel (GHL) workflow automation expert with 102 verified actions, 70 triggers, and 423 API schemas.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.