dromo-automation

Automate Dromo platform operations through Rube MCP tool discovery and execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Dromo's API and tool schemas by providing a standardized, agentic workflow for discovering and executing Dromo-specific tasks.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current Dromo tool schemas and input requirements via Rube MCP.
  • Connection Management: Validates and maintains active Dromo connections to ensure reliable tool execution.
  • Use Case: A user needs to perform bulk data operations in Dromo; this Skill guides the agent to discover the correct tool, verify the connection, and execute the operation with the required memory parameters.

Quick Start

Use the dromo-automation skill to discover available tools and execute a specific task for your Dromo account.

Frequently Asked Questions about dromo-automation

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

FAQPage Schema
How do I find available Dromo tools?

Call the RUBE_SEARCH_TOOLS function with a Dromo-specific use case query. This returns the current tool slugs, input schemas, and execution plans required for your specific task.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available arguments in Dromo change frequently. Searching first ensures your agent uses the most current, valid schema to prevent execution errors.

How do I verify my Dromo connection status?

Use the RUBE_MANAGE_CONNECTIONS function with the 'dromo' toolkit parameter. This returns the current connection status, allowing you to trigger the authentication flow if the status is not ACTIVE.

What is the purpose of the memory parameter in execution?

The memory parameter is a required field for RUBE_MULTI_EXECUTE_TOOL calls. Even if your specific task does not require persistent state, you must include an empty object '{}' to ensure schema compliance.