Automate Enginemailer marketing email workflows through Rube MCP with current tool schemas.
This skill appears to be a prompt/documentation-style wrapper from a public GitHub source with strong community adoption, and it does not itself declare local execution, file access, or built-in secret requirements. Caution is still warranted because its intended use is to connect through Rube MCP and drive Enginemailer operations, so actual data egress, authorization scope, and execution behavior depend on the connected Rube/Composio toolchain.
The material says the skill itself needs 'no API keys', but the README explicitly requires establishing an ACTIVE Enginemailer connection via `RUBE_MANAGE_CONNECTIONS` and completing authorization through a returned auth link. So while the skill does not directly collect secrets, it still depends on third-party OAuth/connection credentials, with ordinary risks around account authorization and linking the wrong workspace.
The README requires adding the remote MCP endpoint `https://rube.app/mcp` and using the Composio/Enginemailer toolchain for discovery, connection, and execution; task arguments, session information, and potentially email-operation data would be sent to that remote service as part of the workflow. No clearly unrelated or hidden exfiltration endpoint is stated, but the actual egress scope depends on the Rube/Composio backend.
Based on the provided material, this is a prompt/instruction-style skill that does not declare starting local processes, running scripts, or invoking system-level capabilities; it mainly instructs the user to call MCP tools. From the skill text itself, there is no direct request for code execution privileges.
The skill itself does not declare reading local files or broad access to local machine data, but it is intended to automate Enginemailer operations and supports session reuse, bulk execution, and remote workbench calls, which would typically involve email-related business data. The material does not define a least-privilege boundary, so the effective data scope depends on the authorized Enginemailer account and the capabilities exposed by Rube.
The source is a public open-source GitHub repository with strong community adoption (64.7k stars), which are clear risk-reducing signals; the object is also classified as prompt-only by the system. The missing license declaration and unknown maintenance status leave some governance gaps, but the available material does not show closed-source delivery, malicious installation steps, or injection-like red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "enginemailer-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/enginemailer-automation/SKILL.md 2. Save it as ~/.claude/skills/enginemailer-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Enginemailer operations through Composio's Enginemailer toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/enginemailer
RUBE_MANAGE_CONNECTIONS with toolkit enginemailerRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit enginemailerAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Enginemailer operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Enginemailer task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["enginemailer"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Enginemailer-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit enginemailer |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Stormglass IO weather data queries and integrations through Rube MCP.
Automate OCRSpace text extraction tasks through Rube MCP workflows.
Automate GoToWebinar creation, registration, and attendee management through Rube MCP.
Automate Logo development tasks via Rube MCP using current tool schemas.
Automate Globalping network probes and collect results through Rube MCP.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate MailerSend sending and management tasks through Rube MCP workflows.
Automate Bigmailer email marketing tasks and workflows through Rube MCP.
Automate Agent Mail workflows through Rube MCP with schema-aware tool discovery.
Automate Mailsoftly email tasks and workflows through Rube MCP.
Automate Proxiedmail email tasks and workflows through Rube MCP.
Automate SMTP2GO email sending and management tasks through Rube MCP.