Automate MailerSend sending and management tasks through Rube MCP workflows.
This is not a purely local prompt artifact; it directs users to use Rube MCP/Composio to connect to remote services and perform Mailersend operations. No clear malicious or over-privileged red flags are evident, but its network egress, remote tool execution, and third-party connection model warrant caution. The high-star open-source source materially lowers the supply-chain risk.
The material claims 'no API keys needed,' but it also requires creating an active `mailersend` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth-link flow, which implies third-party account authorization or token handling in practice. It does not explicitly ask for local secret exposure, but credentials are still managed through the Rube/Composio connection model, creating normal credential-use risk.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing actions through the Composio/Mailersend toolchain. User inputs, tool queries, session IDs, and execution arguments may be sent to Rube/Composio and related services. The egress targets appear aligned with the stated function, with no unrelated or hidden endpoints disclosed, so this is caution rather than high risk.
The README points to remote tool execution capabilities such as `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH`, which are external automation calls via MCP rather than arbitrary local code execution. The material does not state any need for elevated local privileges, shell injection, or system-level control, but remote execution through third-party tools still warrants normal caution.
This skill is designed for Mailersend automation and, by description, can access remote account data and operations related to email sending/management. The documentation also requires session reuse, pagination handling, and a memory parameter, indicating the toolchain may process some business data and workflow context. There is no stated ability to directly read/write local files or request obviously excessive system data permissions.
The source is an open-source GitHub repository with strong community adoption (64.7k stars), which is a significant positive signal for auditability and trust. The skill material shown here is closer to documentation/prompting guidance; although the license is unspecified and maintenance status is unknown, there are no signs of closed-source distribution, opaque installers, or obvious supply-chain red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "mailersend-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailersend-automation/SKILL.md 2. Save it as ~/.claude/skills/mailersend-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Mailersend operations through Composio's Mailersend toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/mailersend
RUBE_MANAGE_CONNECTIONS with toolkit mailersendRUBE_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 mailersendAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Mailersend 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 Mailersend task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["mailersend"]
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 Mailersend-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit mailersend |
| 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 Cal scheduling and booking tasks through Rube MCP efficiently.
Automate Mem tasks through Rube MCP after checking current tool schemas first.
Automate Tally tasks through Rube MCP for faster finance and data workflows.
Manage Toggl Track time entries, projects, clients, and tags with natural language.
Automate Telnyx communication and number management tasks through Rube MCP.
Automate OpenAI API tasks for text, embeddings, images, and model listing.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Bigmailer email marketing tasks and workflows through Rube MCP.
Automate Enginemailer marketing email workflows through Rube MCP with current tool schemas.
Automate Mailsoftly email tasks and workflows through Rube MCP.
Automate Agent Mail workflows through Rube MCP with schema-aware tool discovery.
Automate Mailbluster marketing tasks via Rube MCP using current tool schemas.