emelia-automation

Automate Emelia 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-emelia-automation&locale=en&source=copy

Emelia Automation - Automate Email Marketing via Rube MCP

Skill Overview


Emelia Automation is a skill that automates the Emelia email marketing platform through Composio Rube MCP. It supports tool discovery, account connection, and bulk email operations.

Use Cases


  • Email marketing automation workflows - Automatically manage email sequences and perform bulk email operations without manually logging into the Emelia platform.

  • Developer integration with Emelia - Integrate Emelia capabilities into your own applications or workflows via standardized MCP interfaces.

  • AI assistant email management - Allow AI assistants like Claude to directly operate an Emelia account for intelligent email marketing decisions.
  • Core Capabilities


  • Dynamic tool discovery - Use RUBE_SEARCH_TOOLS to fetch the latest Emelia tool schemas in real time, avoiding hard-coded, outdated tool definitions.

  • Unified connection management - Use RUBE_MANAGE_CONNECTIONS to manage connection states for multiple tool packs, supporting connection checks and authorization flows.

  • Bulk tool execution - Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Emelia operations at once, with support for session reuse and memory management.
  • Common Questions

    What prerequisites are needed for the Emelia automation skill?


    First configure the Rube MCP server (add https://rube.app/mcp), then create an Emelia connection through the skill. Rube MCP does not require an API key, but the Emelia connection requires completing the authorization process. It’s recommended to call RUBE_SEARCH_TOOLS before using the skill to confirm the available tools.

    How do I get the latest Emelia tool schema?


    Don’t hard-code tool definitions. Before running each workflow, call RUBE_SEARCH_TOOLS and pass in your specific use case. It will return the currently available tool slugs, input parameter formats, execution plan suggestions, and known pitfalls.

    What bulk operations does the Emelia skill support?


    It supports bulk execution of any Emelia tools provided via RUBE_MULTI_EXECUTE_TOOL, including email sequence management, contact operations, and marketing campaign creation. You can also use the run_composio_tool() function from RUBE_REMOTE_WORKBench to perform more complex bulk operations. Remember to include the memory parameter in your calls and reuse the session_id.