highlevel-automation

Automate Highlevel CRM operations through Rube MCP toolkits and structured execution workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill highlevel-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: highlevel-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/highlevel-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill highlevel-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Highlevel CRM operations by providing a standardized, automated interface for tool discovery, connection management, and task execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically identifies available Highlevel tools and schemas via Rube MCP to ensure compatibility.
  • Connection Management: Handles the lifecycle of Highlevel API connections, including authentication and status verification.
  • Workflow Execution: Enables multi-step automation of CRM tasks like lead management or campaign updates using structured execution patterns.

Quick Start

Use the highlevel-automation skill to search for available tools and execute a workflow for managing Highlevel contacts.

Frequently Asked Questions about highlevel-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Highlevel to my agent?

Connect Highlevel by calling the RUBE_MANAGE_CONNECTIONS tool with the 'highlevel' toolkit parameter. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first ensures you have the most current tool schemas, slugs, and input requirements. This prevents errors caused by outdated hardcoded tool definitions or schema changes.

Can I automate bulk operations in Highlevel?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to perform bulk operations. This allows for efficient processing of multiple CRM records within a single workflow session.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE using RUBE_MANAGE_CONNECTIONS and confirm that your arguments match the schema returned by RUBE_SEARCH_TOOLS. Ensure the memory parameter is included in your execution call.