gladia-automation
Automate Gladia tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Gladia Automation - Automate Gladia Tasks via Rube MCP
Skill Overview
Automate Gladia’s audio transcription service using Composio’s Gladia toolkit and Rube MCP, without directly managing API keys.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to automatically fetch the current list of available Gladia tools and their schemas, preventing failures caused by hard-coded tool names.RUBE_MANAGE_CONNECTIONS to check and manage Gladia connection status in real time, ensuring the service is available before running tasks.RUBE_MULTI_EXECUTE_TOOL to execute multiple Gladia operations within a single session, supporting session reuse and memory management.FAQs
What is Rube MCP? Do I need an API key?
Rube MCP is a free MCP server endpoint (https://rube.app/mcp) that requires no API key. Just add this endpoint to your client configuration to access multiple toolkits, including Gladia, via the Composio platform.
Why call RUBE_SEARCH_TOOLS first?
The tool schemas on the Composio platform may be updated at any time. Hard-coding tool names and parameters can cause future breakages. RUBE_SEARCH_TOOLS returns the currently valid tool list, input schemas, recommended execution plans, and known pitfalls, ensuring calls remain valid.
How do I confirm the Gladia connection is activated?
Call RUBE_MANAGE_CONNECTIONS and specify the toolkit as gladia, then check the returned connection status. If it shows a non-ACTIVE state, it will return an authorization link—complete the authorization to start using the service. It’s recommended to verify the connection status before each workflow begins.