Uxie Ghl Factory
Description
uxie-ghl-factory: a Claude Code plugin for GoHighLevel — audit, build & operate GHL sub-accounts (workflows, funnels, pipelines, AI agents). Install: /plugin marketplace add uxieee/ghl-plugin
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
uxie-ghl-factory
A plugin that turns **Claude Code** — or **Codex** — into a competent **GoHighLevel operator**: it reads a sub-account, designs and builds workflows, courses, funnels, events, pipelines and AI agents, and reverse-engineers GHL's own internal APIs when the public one falls short.
Install in Claude Code
/plugin marketplace add uxieee/uxie-ghl-factory
/plugin install uxie-ghl-factory@uxieee
Then run `/uxie-ghl-factory:setup` for the public rail, and `/uxie-ghl-factory:internal-connect` for the internal one.
Install in Codex
codex plugin marketplace add uxieee/uxie-ghl-factory
codex plugin add uxie-ghl-factory@uxieee
The Codex build ships the **skills only** and does **not** bundle the MCP servers — configure them yourself (one-time). Slash commands are Claude Code-only. See **[Using in Codex](#using-in-codex)**.
The two rails
Almost every decision here comes down to which one you are on.
| Public rail | Internal rail | |
|---|---|---|
| What | GHL's official, documented v2/v3 API | the same endpoints GHL's own web app calls |
| Auth | a Private Integration Token, long-lived | a browser session JWT, ~1 hour |
| Surface | 671 operations across 45 categories | 806 catalogued endpoints |
| Server | @uxieee/ghl-mcp (npm, runs locally) |
uxie-ghl-internal-mcp (bundled, local stdio) |
| Status | supported, stable | undocumented, can change without notice |
Default to public. The internal rail exists because the public API cannot reach the workflow builder, memberships and courses, events, funnel/page content, Voice AI behaviour, or knowledge bases at all.
Inspecting your own account's traffic is permitted; what GHL does not owe is compatibility. Every internal write passes two gates — an owned-account check each session, and a one-time acknowledgement per workspace.
Finding things — the same shape on both rails
Neither rail asks you to know an endpoint in advance.
public search_actions →
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,