keap-automation

Automate Keap CRM operations through the Rube MCP gateway for structured task execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating CRM interfaces by providing a standardized, programmatic way to interact with Keap via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Keap tool schemas to ensure compatibility with the latest API changes.
  • Connection Management: Verify and maintain active authentication sessions for secure CRM operations.
  • Multi-Tool Execution: Execute complex workflows involving multiple Keap actions in a single session.
  • Use Case: Automatically sync contact updates or trigger follow-up sequences by chaining discovery and execution steps without manual dashboard navigation.

Quick Start

Use the keap-automation skill to discover available tools and execute a contact update workflow.

Frequently Asked Questions about keap-automation

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

FAQPage Schema
How do I find available Keap tools?

Call the RUBE_SEARCH_TOOLS function with a Keap-specific use case query to retrieve the latest tool slugs, input schemas, and execution plans.

What should I do if my Keap connection is inactive?

Execute the RUBE_MANAGE_CONNECTIONS function with the 'keap' toolkit parameter and follow the provided authentication link to re-establish an active session.

Can I hardcode tool slugs in my automation scripts?

No, you should never hardcode tool slugs or arguments because schemas change frequently; always call RUBE_SEARCH_TOOLS first to ensure your workflow uses current definitions.

How do I handle multi-step workflows in Keap?

Use a consistent session ID across your workflow, starting with RUBE_SEARCH_TOOLS for discovery, followed by RUBE_MANAGE_CONNECTIONS for status checks, and finally RUBE_MULTI_EXECUTE_TOOL for actions.

What is the purpose of the memory parameter?

The memory parameter is a required field in RUBE_MULTI_EXECUTE_TOOL calls that maintains state across tool executions, even if it is passed as an empty object.