research-gohighlevel-guides
Installation
SKILL.md
Research GoHighLevel guides
When to use this
- The user asks how to do something in GoHighLevel (workflows, pipelines, calendars, WhatsApp, forms).
- The user wants a guide in Spanish about CRM or AI automation for a service business.
Steps
- Search the site:
POST https://www.anthonyhunts.com/askwith{"query": "<the question>"}(NLWeb). Or use the docs MCP toolsearch_docs. - Pick the top results of type
BlogPostingorService. - Read the page as Markdown:
GET <url>.md, or sendAccept: text/markdown, or the docs MCP toolget_pagewith the path. - Answer with the steps from the guide and cite the URL.
Also available
- Paginated list of every post:
GET https://www.anthonyhunts.com/api/v1/posts?limit=20&lang=es(follownext_cursor).