Automate Rev AI workflows through Rube MCP for transcription and audio processing.
This skill is primarily prompt-style operational guidance, with a public source and strong community adoption, so overall risk is low. However, its real-world use depends on external Rube MCP and a Rev AI connection, which introduces external authorization and data transfer that should be verified at runtime.
The material states the skill itself does not require a local API key, but it explicitly requires establishing a rev_ai connection via RUBE_MANAGE_CONNECTIONS and completing authorization through a returned auth link. This still involves third-party account credentials or OAuth grants, creating normal credential exposure risk, and the README does not describe least-privilege scope.
The README explicitly requires adding the remote MCP endpoint https://rube.app/mcp and using Composio/Rube to call Rev AI-related tools. This means workflow inputs, session IDs, tool arguments, and potentially business data will be sent to external services. The material does not provide a detailed data-flow map, retention policy, or full list of recipients.
Based on the objective checks, this is a prompt-only skill. The material does not describe running local scripts, spawning processes, installing dependencies, or directly invoking system commands; it mainly instructs how to use existing MCP tools rather than providing code-execution capability itself.
The skill targets Rev AI automation and performs tasks through remote tools such as RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH. While it does not claim direct local file read/write, the actual accessible data scope depends on the permissions granted to the connected Rev AI/Composio tools, and the material does not define clear boundaries.
The source is an open GitHub repository with high stated community trust (64.7k stars), both strong risk-reducing signals. The provided material does not show obfuscated installation steps, hidden dependencies, or suspicious injection content. The missing license declaration and unknown maintenance status are worth noting, but not enough on their own to raise this to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "rev-ai-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/rev-ai-automation/SKILL.md 2. Save it as ~/.claude/skills/rev-ai-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Rev AI operations through Composio's Rev AI toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/rev_ai
RUBE_MANAGE_CONNECTIONS with toolkit rev_aiRUBE_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 rev_aiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Rev AI 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 Rev AI task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["rev_ai"]
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 Rev AI-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit rev_ai |
| 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 Dailybot check-ins, reminders, and team coordination via Rube MCP.
Automate DataRobot tasks through Rube MCP for faster model and data workflows.
Automate Deadline Funnel marketing tasks after checking current tool schemas first.
Automate dictionary API lookups and integrations through Rube MCP workflows.
Automate Front inbox conversations, contacts, and team workflows via Rube MCP.
Automate D2L Brightspace course and learning platform tasks through Rube MCP.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate common Revolt tasks and collaboration workflows through Rube MCP.
Automate Deepgram tasks and connect speech workflows through Rube MCP.
Automate Writer document and content workflows through Rube MCP efficiently.
Automate Wit AI workflows via Rube MCP using current tool schemas first.