Automate Proxiedmail email tasks and workflows through Rube MCP.
This skill appears to be an open-source prompt wrapper with relatively strong source credibility, and no clear red flags for local execution or local file access. The main concern is that it relies on remote Rube MCP and a Proxiedmail connection, so actual data access and egress occur through those external service paths.
The material says the skill itself needs no API key, but it does require establishing an ACTIVE `proxiedmail` connection via `RUBE_MANAGE_CONNECTIONS` and completing an external authorization flow; this implies third-party account tokens or session grants. This is a normal integration risk, with no explicit signs of credential abuse.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing actions through the Composio/Proxiedmail toolchain; user requests and related business data may therefore be sent to Rube/Composio/Proxiedmail. This is a clear egress path, but the endpoints appear related to the stated function, with no evidence of unrelated or covert exfiltration.
Based on the provided material, this is a prompt-only skill description with no executable scripts, install commands, or local process-launch steps; it also does not claim direct access to local system capabilities. No local code execution surface is evident.
The skill itself does not declare local file or system access, but its purpose is to 'Automate Proxiedmail operations' and it requires connecting an external Proxiedmail account; therefore it is expected to access data within that account scope. The material does not show excessive local over-privilege beyond the stated purpose.
The source is a public open-source GitHub repository with strong community adoption (64.7k stars), which are clear risk-reducing signals. Although the license is undeclared and maintenance status is unknown, the current material does not show closed-source opacity, untrusted origin, or obvious supply-chain injection red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "proxiedmail-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/proxiedmail-automation/SKILL.md 2. Save it as ~/.claude/skills/proxiedmail-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Proxiedmail operations through Composio's Proxiedmail toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/proxiedmail
RUBE_MANAGE_CONNECTIONS with toolkit proxiedmailRUBE_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 proxiedmailAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Proxiedmail 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 Proxiedmail task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["proxiedmail"]
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 Proxiedmail-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit proxiedmail |
| 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 Astica AI tasks via Rube MCP using current tool schemas.
Automate PerplexityAI queries and information workflows through Rube MCP.
Automate Appointo scheduling tasks through Rube MCP to streamline calendar workflows.
Automate OpenSea actions and workflows through Rube MCP tools.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Codacy tasks to streamline code quality checks and governance.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Smartproxy workflows via Rube MCP for proxy search and task execution.
Automate Agent Mail workflows through Rube MCP with schema-aware tool discovery.
Automate Enginemailer marketing email workflows through Rube MCP with current tool schemas.
Automate MailerSend sending and management tasks through Rube MCP workflows.
Automate Mailsoftly email tasks and workflows through Rube MCP.