rev-ai-automation
Automate Rev AI tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:44
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-rev-ai-automation&locale=en&source=copy
Rev AI Automation - Automate Speech-to-Text Workflows with Rube MCP
Skill Overview
The Rev AI Automation skill uses Composio’s Rube MCP server to let developers automate Rev AI tasks such as speech-to-text transcription and subtitle generation without writing code. It supports batch transcription and workflow integration.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to dynamically retrieve the list of available Rev AI tools and their parameter schemas, ensuring the latest tool definitions are always used.RUBE_MANAGE_CONNECTIONS to quickly create and manage Rev AI account connections, with real-time visibility into connection status.RUBE_MULTI_EXECUTE_TOOL to run multiple Rev AI actions in one go, supporting large-scale processing of audio files.FAQ
How do I get started with Rev AI Automation?
First, add
https://rube.app/mcp as an MCP server. Call RUBE_SEARCH_TOOLS to search for Rev AI-related tools, then use RUBE_MANAGE_CONNECTIONS to establish a connection. No API key is required—authorization is completed via Rube’s authentication link.Will the Rev AI tool schemas change?
Yes. That’s why this skill emphasizes “always search tools first.” The tools’ parameter schemas may be updated, so you should call
RUBE_SEARCH_TOOLS to fetch the latest tool definitions before running any workflow, avoiding the use of outdated parameters.Which Rev AI operations are supported?
The specific operations supported depend on the tools provided by Composio’s Rev AI toolset. Typically, this includes audio transcription, subtitle generation, file uploads, task lookups, and more. You can use
RUBE_SEARCH_TOOLS to retrieve the full list of currently available tools and detailed descriptions of their functions.