pipeline-crm-automation

Automate Pipeline 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 pipeline-crm-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-crm-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/pipeline-crm-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill pipeline-crm-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing CRM records by providing a standardized, automated interface for interacting with Pipeline CRM via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans for Pipeline CRM.
  • Connection Management: Verify and maintain active authentication states for CRM toolkits.
  • Workflow Execution: Execute multi-step CRM operations including data retrieval and record updates using a unified execution pattern.

Quick Start

Use the pipeline-crm-automation skill to search for available tools and execute a CRM record update.

Frequently Asked Questions about pipeline-crm-automation

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

FAQPage Schema
How do I connect Pipeline CRM to my agent?

Connect by calling RUBE_MANAGE_CONNECTIONS with the pipeline_crm toolkit. Ensure the connection status is ACTIVE before attempting to execute any CRM-related tools.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available endpoints change frequently. Calling RUBE_SEARCH_TOOLS ensures you have the most current tool slugs, input schemas, and execution requirements for your specific task.

What should I do if my CRM connection is not active?

If the connection status is not ACTIVE, follow the authentication link returned by the RUBE_MANAGE_CONNECTIONS command to re-authorize your Pipeline CRM account.

How do I handle complex CRM workflows?

Use RUBE_MULTI_EXECUTE_TOOL to chain operations. Always include a memory object in your calls and reuse session IDs to maintain context throughout the workflow.

Are there limitations to this CRM automation?

Automation is limited by the tools exposed via the Rube MCP gateway. Always check for pagination tokens in responses to ensure complete data retrieval for bulk operations.