Automate Bigmailer email marketing tasks and workflows through Rube MCP.
This skill appears to be an open-source prompt-style wrapper, but its real actions depend on external Rube MCP and Bigmailer connections. The material does not show local code execution or built-in secrets for the skill itself, but it does route operations and potentially user data through third-party MCP services in the Composio/Bigmailer ecosystem, so the overall posture is caution rather than high risk.
The material says 'no API keys needed', but actual use requires an ACTIVE Bigmailer connection via `RUBE_MANAGE_CONNECTIONS` and completing a returned auth link. This means credentials are not configured directly in the skill but delegated to an external Rube/Composio connection flow, creating normal OAuth/third-party connection scope and account misuse considerations.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using it to discover tools, manage connections, and execute Bigmailer actions. User inputs, session IDs, tool arguments, and potentially business data would be sent to Rube/Composio and then used against Bigmailer, which is normal egress aligned with the stated functionality.
Based on the material, the skill itself is a prompt/workflow instruction set and does not include auditable local script installation, shell execution, process spawning, or requests for system-level capabilities. The actual execution happens in external MCP tool calls rather than within the skill package itself.
The skill itself does not declare local file or local directory access, but its purpose is to 'Automate Bigmailer operations' and it supports bulk operations and remote workbench calls. Therefore, it may access and modify email marketing data, contacts, or campaign configurations in the Bigmailer account through external services, with scope determined by the granted connection permissions.
The source is an open-source GitHub repository with strong community trust (64.7k stars), which are clear risk-reducing signals. The material does not show closed-source binaries, suspicious install scripts, or unrelated high-privilege requests; limitations are that the license is unspecified, maintenance status is unknown, and the actual server-side logic of Rube/Composio cannot be fully audited from this README alone.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "bigmailer-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/bigmailer-automation/SKILL.md 2. Save it as ~/.claude/skills/bigmailer-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Bigmailer operations through Composio's Bigmailer toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/bigmailer
RUBE_MANAGE_CONNECTIONS with toolkit bigmailerRUBE_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 bigmailerAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Bigmailer 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 Bigmailer task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["bigmailer"]
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 Bigmailer-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit bigmailer |
| 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 Doppler marketing workflows and campaign operations through Rube MCP.
Automate Docupost document and delivery workflows via Rube MCP with schema-first tool discovery.
Automate Google Tasks and lists with bulk task management workflows.
Automate DreamStudio image generation tasks and workflows through Rube MCP.
Automate Doppler SecretOps secret and configuration management tasks through Rube MCP.
Automate Drip Jobs recruiting queries and workflows through Rube MCP.
Automate MailerSend sending and management tasks through Rube MCP workflows.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Enginemailer marketing email workflows through Rube MCP with current tool schemas.
Automate Benchmark Email campaigns, contacts, and routine email marketing workflows.
Automate Agent Mail workflows through Rube MCP with schema-aware tool discovery.
Automate Mailsoftly email tasks and workflows through Rube MCP.