Back to skills
SkillHub ClubResearch & OpsFull StackBackend

hylo-ghl

GoHighLevel (GHL) workflow automation expert with 102 verified actions, 70 triggers, and 494 API schemas. Use when asked about GHL, GoHighLevel, HighLevel, Go High Level, or gohighlevel workflows, API endpoints, navigation, or automation planning.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,072
Hot score
99
Updated
March 20, 2026
Overall rating
C5.3
Composite score
5.3
Best-practice grade
A88.4

Install command

npx @skill-hub/cli install openclaw-skills-hylo-ghl

Repository

openclaw/skills

Skill path: skills/dasonshi/hylo-ghl

GoHighLevel (GHL) workflow automation expert with 102 verified actions, 70 triggers, and 494 API schemas. Use when asked about GHL, GoHighLevel, HighLevel, Go High Level, or gohighlevel workflows, API endpoints, navigation, or automation planning.

Open repository

Best for

Primary workflow: Research & Ops.

Technical facets: Full Stack, Backend.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install hylo-ghl into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding hylo-ghl to shared team environments
  • Use hylo-ghl for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: hylo-ghl
description: GoHighLevel (GHL) workflow automation expert with 102 verified actions, 70 triggers, and 494 API schemas. Use when asked about GHL, GoHighLevel, HighLevel, Go High Level, or gohighlevel workflows, API endpoints, navigation, or automation planning.
homepage: https://hylo.pro
metadata: {"openclaw": {"emoji": "🦞", "requires": {"env": ["HYLO_API_KEY"]}, "primaryEnv": "HYLO_API_KEY"}}
---

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.


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "dasonshi",
  "slug": "hylo-ghl",
  "displayName": "Hylo — GHL Automation Expert",
  "latest": {
    "version": "1.0.1",
    "publishedAt": 1772739568996,
    "commit": "https://github.com/openclaw/skills/commit/e20fc5e1763a11a7538ad84194eac530ec0b837a"
  },
  "history": [
    {
      "version": "1.0.0",
      "publishedAt": 1771370379353,
      "commit": "https://github.com/openclaw/skills/commit/dbc5495f981a13bef5f415d8589c12e653870ea8"
    }
  ]
}

```

hylo-ghl | SkillHub