dromo-automation

Automate Dromo tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:19

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-dromo-automation&locale=en&source=copy

Dromo Automation via Rube MCP

Skill Overview


Automate Dromo data import operations through Composio’s Rube MCP server, supporting tool discovery, connection management, and batch execution. Get integrated quickly without needing an API key.

Use Cases

  • Data Import Automation

  • For developers who need to process data import tasks in batches, use RUBE_MULTI_EXECUTE_TOOL to run a multi-step workflow and automatically complete the entire process from tool discovery to data operations.

  • API Key-Free Integration

  • For teams that want to quickly integrate Dromo capabilities without managing complex API credentials, Rube MCP provides a ready-to-use connection. Just add the MCP server endpoint to get started.

  • Dynamic Tool Discovery

  • In scenarios where you need to flexibly use different Dromo tools, use RUBE_SEARCH_TOOLS to retrieve the latest tool schemas and execution plans in real time, avoiding hard-coded outdated tool definitions.

    Core Features

  • Intelligent Tool Discovery

  • Use RUBE_SEARCH_TOOLS to query available Dromo tools, retrieving tool schemas, recommended execution plans, and known pitfalls to ensure you always use the latest tool definitions.

  • Connection Status Management

  • Use RUBE_MANAGE_CONNECTIONS to check and manage Dromo connection status. Supports completing authorization via the provided link and ensures the connection is in the ACTIVE state before executing the workflow.

  • Batch Tool Execution

  • RUBE_MULTI_EXECUTE_TOOL supports running multiple tool operations within a single call, including session management and memory parameters. Suitable for complex multi-step data processing workflows.

    FAQs

    How do I connect to Dromo using Rube MCP?


    First, add https://rube.app/mcp as an MCP server. Then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as dromo. If the connection is not activated, the system will return an authorization link. After completing authentication, the connection status will become ACTIVE, and you can start executing tools.

    Does Dromo automation require an API key?


    No. Rube MCP provides an API key-free integration method. Just add the MCP server endpoint. When connecting to Dromo, complete OAuth authorization via the link returned by RUBE_MANAGE_CONNECTIONS, without manually managing API credentials.

    How can I search for available Dromo tools?


    Call RUBE_SEARCH_TOOLS and provide your specific use case query, e.g., queries: [{use_case: "Dromo data import operations"}]. The system will return a list of available tools, input schemas, recommended execution plans, and pitfalls to watch for, helping you use the tools correctly.