Automate RetellAI tasks and workflows through Rube MCP with up-to-date schemas
This skill appears to be primarily prompt/instruction content for operating Rube MCP/Composio, and is low risk overall due to being open source and widely adopted. The main caveat is that its real security posture depends on the external MCP service and Retellai connection, where data egress and authorization boundaries are determined outside the skill text itself.
The material says the skill itself requires no keys, but the README explicitly requires establishing a Retellai connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link if the connection is not active. So the skill does not directly collect credentials, but it does initiate external account authorization; credential handling is effectively delegated to Rube MCP/Retellai and should be reviewed for scope and token management.
The README points to the external MCP endpoint `https://rube.app/mcp` and performs Retellai operations through Composio/Rube remote tool discovery, connection management, and tool execution. This means task-related inputs, session IDs, tool arguments, and possibly business data may transit through external services; however, the material does not show a concrete red flag such as exfiltration to unrelated or suspicious endpoints.
Based on the provided material, the skill itself is an instruction/prompt template and does not include local scripts, install commands, or direct requests to execute code on the host. It references calling existing MCP tools rather than the skill itself obtaining additional system execution privileges.
The skill text does not declare direct read/write access to local files or local data, but its workflow uses Rube MCP to discover tools, manage connections, and execute Retellai-related operations, so the real data access scope depends on external tool schemas and the Retellai account authorization. The instruction to 'always search tools first' indicates dynamically discovered capabilities, so exposed data permissions should be reviewed before use.
The source is an open-source GitHub repository with very high community adoption (64.7k stars), which are strong risk-reducing signals. The material appears to be a skill description from an awesome-style repository rather than a standalone closed-source binary; while license and maintenance status are not clearly stated, the supply-chain risk remains low in the absence of other red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "retellai-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/retellai-automation/SKILL.md 2. Save it as ~/.claude/skills/retellai-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Retellai operations through Composio's Retellai toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/retellai
RUBE_MANAGE_CONNECTIONS with toolkit retellaiRUBE_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 retellaiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Retellai 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 Retellai task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["retellai"]
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 Retellai-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit retellai |
| 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 Docuseal signing, templates, and document workflows through Rube MCP.
Automate Adobe app workflows to speed up repetitive creative tasks.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Ticketmaster searches and task workflows through Rube MCP tools.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Connect and automate Twelve Data workflows through Rube MCP tools.
Automate Recallai workflows through Rube MCP with tool-schema lookup first.
Automate Retailed workflows via Rube MCP after checking current tool schemas.
Automate remote retrieval workflows via Rube MCP using current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate PerplexityAI queries and information workflows through Rube MCP.
Automate Chatfai tasks via Rube MCP with schema lookup first.