Automate Agent Mail workflows through Rube MCP with schema-aware tool discovery.
This skill appears to be prompt/documentation-style, does not directly require local secrets or local code execution, and comes from a widely adopted open-source repository, so overall risk is relatively low. However, it depends on remote Rube MCP and an external Agent Mail connection, so real use may involve email-related data flowing through third-party services and should be reviewed for egress scope and connection permissions.
The material says 'No API keys needed', but it also requires an ACTIVE `agent_mail` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, which means it relies on third-party account authorization rather than being truly credential-free; this creates the usual risk of misuse or overbroad access to a mail account.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to discover and execute mail tools; task arguments, session data, and mail-operation-related content are therefore likely sent to that third-party service. The endpoint is aligned with the stated function, but this is still a standard external data-egress case.
Based on the material, this is prompt/workflow documentation and does not include local install scripts, shell commands, or direct local code execution requirements; actions are mainly performed through remote MCP tool calls, with no clear local-execution red flags beyond the stated purpose.
Its stated purpose is to 'Automate Agent Mail operations' and it supports bulk operations and pagination, implying that once the connection is active, it may access or manipulate mail-related data; the documentation does not define a least-privilege scope, so it should be treated as having standard but sensitive access to email data.
The source is a GitHub open-source repository with very high community adoption (64.7k stars), which materially lowers supply-chain risk; the provided material itself is auditable README/prompt content. Remaining caveats are the unspecified license, unknown maintenance status, and the fact that the actual Rube/Composio server-side logic is outside this material.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "agent-mail-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/agent-mail-automation/SKILL.md 2. Save it as ~/.claude/skills/agent-mail-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Agent Mail operations through Composio's Agent Mail toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/agent_mail
RUBE_MANAGE_CONNECTIONS with toolkit agent_mailRUBE_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 agent_mailAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Agent Mail 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 Agent Mail task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["agent_mail"]
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 Agent Mail-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit agent_mail |
| 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 Fullenrich enrichment and lead data tasks through Rube MCP.
Automate Hyperbrowser workflows via Rube MCP using current tool schemas first.
Automate Google Cloud Vision image analysis workflows through Rube MCP integrations.
Automate Jigsawstack tasks through Rube MCP using current tool schemas.
Automate Typless workflows with Rube MCP for faster document and data tasks.
Automate Google Workspace admin tasks for users, groups, and account maintenance.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate MailerSend sending and management tasks through Rube MCP workflows.
Automate Mailsoftly email tasks and workflows through Rube MCP.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.
Automate Proxiedmail email tasks and workflows through Rube MCP.
Automate Bigmailer email marketing tasks and workflows through Rube MCP.