cdr-platform-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Cdr Platform tasks by providing a standardized, repeatable workflow for tool discovery, connection management, and multi-step execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically identifies available tool schemas and execution plans for Cdr Platform tasks.
  • Connection Management: Ensures secure and active connections to the Cdr Platform via Rube MCP.
  • Multi-Step Execution: Supports complex, multi-tool workflows with memory persistence and schema-compliant argument handling.

Quick Start

Use the cdr-platform-automation skill to search for available tools and execute a task on the Cdr Platform.

Frequently Asked Questions about cdr-platform-automation

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

FAQPage Schema
How do I discover available tools for Cdr Platform?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve available tool slugs, input schemas, and recommended execution plans for your Cdr Platform task.

What should I do if my Cdr Platform connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS tool with the cdr_platform toolkit to check your status. If the status is not ACTIVE, follow the provided authentication link to re-establish the connection.

Can I hardcode tool slugs in my automation scripts?

No, you should never hardcode tool slugs or arguments. Always call RUBE_SEARCH_TOOLS first to ensure you are using the most current schemas and tool definitions.

Why is the memory parameter required in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter is required to maintain state across tool executions within a session. Always include it in your calls, even if it is an empty object, to ensure compatibility.