cdr-platform-automation
Automate Cdr Platform tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:17
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-cdr-platform-automation&locale=en&source=copy
Cdr Platform Automation - Automate Cdr Platform Tasks with Rube MCP
Skill Overview
Cdr Platform Automation is an automation skill for Cdr Platform implemented via Composio Rube MCP. It supports tool discovery, connection management, and batch execution. You can integrate it quickly without configuring an API Key.
Use Cases
Automate repetitive Cdr Platform tasks such as data queries, resource management, and batch operations to reduce manual effort.
Integrate Cdr Platform operations into your existing enterprise workflows. Use the MCP server for unified tool management and execution.
Retrieve the latest Cdr Platform tool schema (structure) at runtime to ensure your automation workflows always use the newest API format.
Core Features
Use
RUBE_SEARCH_TOOLS to dynamically discover available Cdr Platform tools. Automatically obtain the latest input schemas and execution plans, avoiding maintenance issues caused by hard-coded tool names.Use
RUBE_MANAGE_CONNECTIONS to monitor and manage Cdr Platform connection status in real time, ensuring connections are active before running automation tasks.Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple Cdr Platform operations in a single call. Combine it with in-memory parameters to implement complex multi-step workflows.Common Questions
How does Rube MCP connect to Cdr Platform?
Add
https://rube.app/mcp as the MCP server endpoint in the client configuration—no API Key is required. After connecting, use the RUBE_MANAGE_CONNECTIONS tool, select the cdr_platform tool package, and complete the setup using the authorization link returned.Do I need an API Key to use the Cdr Platform automation skill?
No. Rube MCP uses a no-secret configuration approach—you only need to add the server endpoint. However, you must activate the Cdr Platform connection through Composio’s authorization flow. Only after the status shows ACTIVE can you execute tools.
How can I discover available Cdr Platform tools?
Always call
RUBE_SEARCH_TOOLS first. Provide a specific use-case description (e.g., “Cdr Platform data query”). The system will return a matching list of tools, their input schemas, and recommended execution plans. Re-run the search before every execution to ensure you use the latest schema structure.