Automate Mailbluster marketing tasks via Rube MCP using current tool schemas.
This skill appears to be mainly an open-source prompt/instruction wrapper with no declared local secrets, file permissions, or native code execution, so its overall risk is relatively low. The main caution is that it relies on external Rube MCP and a Mailbluster authorization flow, where actual data access and network egress would occur.
The material says no API keys are needed, but it requires an active Mailbluster connection via `RUBE_MANAGE_CONNECTIONS` and directs users to complete auth through a returned link. So while there is no local static secret, there is still the normal risk of third-party delegated tokens/sessions being granted and potentially misused.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to invoke Mailbluster tools. Therefore, task inputs, tool arguments, session information, and potentially Mailbluster data may be transmitted through declared external services. No clear unrelated exfiltration red flag is shown, but this is a standard external SaaS/MCP egress scenario.
Based on the provided material, this is a prompt-only skill description that mainly instructs use of `RUBE_SEARCH_TOOLS`, `RUBE_MANAGE_CONNECTIONS`, and `RUBE_MULTI_EXECUTE_TOOL`. It does not declare that it starts local processes, runs scripts, or requests system-level execution privileges on its own.
The material does not show any need to read local files or broadly access device data, but once the Mailbluster connection is established, the skill can query or act on Mailbluster resources according to discovered tool schemas. The effective data-access scope depends on the permissions granted to the external connection and tool capabilities, so least privilege should be enforced.
The source is a public GitHub repository, the system marks it as open-source, and community signals are strong (64.7k stars). The visible skill content is mainly auditable documentation/prompting. Although the license and maintenance status are unclear, supply-chain risk is overall low in the absence of specific red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "mailbluster-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailbluster-automation/SKILL.md 2. Save it as ~/.claude/skills/mailbluster-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Mailbluster operations through Composio's Mailbluster toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/mailbluster
RUBE_MANAGE_CONNECTIONS with toolkit mailblusterRUBE_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 mailblusterAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Mailbluster 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 Mailbluster task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["mailbluster"]
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 Mailbluster-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit mailbluster |
| 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 OpenWeather API queries and weather data workflows via Rube MCP.
Automate Token Metrics queries and analysis workflows through Rube MCP tools.
Automate browser tasks, web flows, and scraping with Browserless tooling.
Randomly pick fair winners from lists or spreadsheets for giveaways and contests.
Automate Turso database tasks and operational workflows through Rube MCP.
Automate Exa search tasks and workflows through Rube MCP efficiently.
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 Mailsoftly email tasks and workflows through Rube MCP.
Automate Agent Mail workflows through Rube MCP with schema-aware tool discovery.
Automate email validation and Mailboxlayer lookup workflows through Rube MCP.