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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hylo-ghl - 安装完成后,直接呼叫该 Skill 的名称或使用
/hylo-ghl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 818 次。
如何安装 Hylo — GHL Automation Expert?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hylo-ghl」即可一键安装,无需额外配置。
Hylo — GHL Automation Expert 是免费的吗?
是的,Hylo — GHL Automation Expert 完全免费(开源免费),可自由下载、安装和使用。
Hylo — GHL Automation Expert 支持哪些平台?
Hylo — GHL Automation Expert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hylo — GHL Automation Expert?
由 savvysales.ai(@dasonshi)开发并维护,当前版本 v1.0.1。