emelia-automation

Automate Emelia email marketing tasks through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Emelia email marketing campaigns by providing a standardized interface for tool discovery and execution via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Emelia tool schemas and execution plans.
  • Connection Management: Verify and maintain active authentication states for Emelia integrations.
  • Workflow Execution: Perform bulk operations and multi-step tasks using the Rube multi-execute interface.

Quick Start

Use the emelia-automation skill to search for available tools and execute a campaign update for the current session.

Frequently Asked Questions about emelia-automation

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

FAQPage Schema
How do I connect Emelia to my AI agent?

Connect Emelia by calling the RUBE_MANAGE_CONNECTIONS tool with the 'emelia' toolkit parameter. Ensure the returned authentication link is followed to set the connection status to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available endpoints in the Emelia toolkit change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input parameters and avoids execution errors.

What should I do if my Emelia connection is inactive?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command and follow the provided authorization link to re-authenticate your Emelia account.

Can I automate bulk email operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to execute bulk operations across your Emelia account efficiently.