Automate Melo workflows via Rube MCP using current tool schemas first.
This skill appears to be an open-source prompt/instruction set rather than executable code, with no declared local execution, secrets, or direct file access, so overall risk is low. The main consideration is its explicit reliance on remote Rube MCP and an external Melo connection, where data egress and account actions depend on those third-party services.
The material states there are no keys or environment variables for the skill itself, but the README explicitly requires creating a `melo` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link. So the skill does not embed static secrets, but it does trigger third-party account authorization and the scope of OAuth/connection tokens should be reviewed.
The README instructs users to add `https://rube.app/mcp` as an MCP server and use Composio/Rube to call Melo tools. This means queries, arguments, session IDs, and potentially business data may be sent to declared external services. The egress is consistent with the stated function, but it is still a normal external data flow to note.
The system marks this as `prompt-only`, and the provided content is mainly workflow guidance and tool invocation order. There are no local scripts, binaries, shell commands, or instructions to spawn local processes. For the skill text itself, local code execution exposure appears low.
The material does not show direct access to local files or system data, but it does perform Melo 'operations' through an authorized connection and asks for session reuse, `memory`, and tool arguments, so it may access or modify data within the connected Melo account. No signs of excessive local authorization beyond the stated purpose are shown.
The source is a GitHub open-source repository with strong community adoption (64.7k stars). The provided content is auditable, with no obfuscated installer, closed-source binary, or obvious injection-style disguise. Although the license is unspecified and maintenance status is unknown, that is not enough on current evidence to elevate it to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "melo-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/melo-automation/SKILL.md 2. Save it as ~/.claude/skills/melo-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Melo operations through Composio's Melo toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/melo
RUBE_MANAGE_CONNECTIONS with toolkit meloRUBE_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 meloAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Melo 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 Melo task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["melo"]
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 Melo-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit melo |
| 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 Tapfiliate affiliate tasks and data lookups through Rube MCP.
Automate Campaign Cleaner maintenance workflows through Rube MCP with current tool schemas.
Automate Campayn email marketing and contact tasks through Rube MCP.
Automate Canny feedback tasks and workflows through Rube MCP efficiently.
Analyze job descriptions and create tailored resumes for stronger interview chances.
Generate creative domain names and check availability across multiple TLDs.
Automate Mezmo tasks 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 AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.