Automate Mezmo tasks via Rube MCP using current tool schemas first.
This skill itself is an open-source prompt/instruction set with no direct local execution or explicit secret collection, so overall risk is low. The main consideration is its reliance on external Rube MCP and Composio/Mezmo authorization flows, where real data access and actions occur through third-party remote services.
The metadata says there are no local keys, but the README requires creating a Mezmo connection via `RUBE_MANAGE_CONNECTIONS` and completing authentication through a returned auth link, implying third-party hosted Mezmo tokens/connection state are involved. The skill text does not directly ask users to reveal secrets, but normal risks remain around delegated third-party access and over-scoped authorization.
The README instructs users to add the remote MCP endpoint `https://rube.app/mcp` and use Composio's Mezmo toolkit for tool discovery and execution; therefore task content, parameters, session IDs, and connection status may be sent to the declared third-party service. No other anomalous or unrelated egress endpoints are shown, but this remote data transmission clearly exists.
The system flags this as `prompt-only`, and the material does not describe spawning local processes, shell execution, script installation, or system command access. This skill behaves more like usage instructions for external MCP tools than a local code-execution component.
Its stated purpose is to 'Automate Mezmo operations' via interfaces such as `RUBE_SEARCH_TOOLS`, `RUBE_MULTI_EXECUTE_TOOL`, and `RUBE_REMOTE_WORKBENCH`, which can query or perform bulk actions on Mezmo resources. There is no stated local filesystem access, but data and configuration inside the connected Mezmo account may be read, modified, or processed in bulk depending on the permissions granted to the Mezmo connection.
Positive signals include a GitHub open-source source and strong community trust (64.7k stars); the skill itself is also documentation-like and easy to inspect. However, the license is undeclared, maintenance status is unknown, and the effective capability depends on external Rube/Composio services rather than fully auditable local code in the repository, so supply-chain transparency is not complete.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "mezmo-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mezmo-automation/SKILL.md 2. Save it as ~/.claude/skills/mezmo-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Mezmo operations through Composio's Mezmo toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/mezmo
RUBE_MANAGE_CONNECTIONS with toolkit mezmoRUBE_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 mezmoAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Mezmo 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 Mezmo task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["mezmo"]
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 Mezmo-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit mezmo |
| 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 Callerapi workflows and task execution through Rube MCP.
Interact with and test local web apps using Playwright for debugging and verification.
Automate OpenAI API tasks for text, embeddings, images, and model listing.
Automate Vero marketing and user engagement tasks through Rube MCP.
Build complex multi-component web artifacts with React, Tailwind, and shadcn/ui.
Create original posters, illustrations, and static visuals in PNG or PDF.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.
Automate Melo workflows via Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Moxie tasks through Rube MCP after checking current tool schemas.
Automate Mem tasks through Rube MCP after checking current tool schemas first.