Automate Mx Toolbox network and email diagnostic tasks through Rube MCP.
This skill is essentially an open-source instruction/prompt wrapper with no bundled local code or built-in secret requirement. The main exposure comes from connecting to external Rube MCP/Composio services and acting on an authorized Mx Toolbox account, so the overall posture is low risk to caution.
The material says no environment variables or API keys are needed, but it requires creating an ACTIVE `mx_toolbox` connection via `RUBE_MANAGE_CONNECTIONS` and possibly following an auth link. So while there is no local plaintext secret setup, it still introduces the usual third-party account authorization and session misuse risk.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to invoke Mx Toolbox tools. This means task inputs, session IDs, tool arguments, and outputs may transit through external services, but the material does not show unrelated or suspicious exfiltration endpoints.
Per the objective checks, this is a `prompt-only` skill that provides call sequencing and argument patterns. It does not include scripts, binaries, or shell commands to install or run locally, and the material does not claim local process spawning or arbitrary code execution.
The skill itself does not request local file read/write access, but once connected to `mx_toolbox` it can perform searches, queries, or bulk actions on resources in that external service and maintain workflow context via `memory` and `session_id`. The effective data scope depends on what Mx Toolbox permissions the user grants to Composio/Rube.
The source is an open GitHub repository with strong community adoption (about 64.7k stars). The current material is auditable README/prompt content rather than a closed-source executable component. Although the license is undeclared and maintenance status is unknown, those are information gaps rather than red flags, and the high-trust open-source origin keeps this from being high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "mx-toolbox-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mx-toolbox-automation/SKILL.md 2. Save it as ~/.claude/skills/mx-toolbox-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Mx Toolbox operations through Composio's Mx Toolbox toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/mx_toolbox
RUBE_MANAGE_CONNECTIONS with toolkit mx_toolboxRUBE_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 mx_toolboxAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Mx Toolbox 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 Mx Toolbox task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["mx_toolbox"]
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 Mx Toolbox-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit mx_toolbox |
| 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 Prisma tasks via Rube MCP with schema-first tool discovery.
Search current schemas first, then automate Docupilot document generation workflows.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Ngrok tunnels, endpoints, and operations through Rube MCP.
Automate MX Technologies tasks via Rube MCP, searching tool schemas first.
Automate Moxie tasks through Rube MCP after checking current tool schemas.
Automate email validation and Mailboxlayer lookup workflows through Rube MCP.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.
Automate Stack Exchange lookup and management tasks through Rube MCP.