deepgram-automation

Automate Deepgram tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:16

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-deepgram-automation&locale=en&source=copy

Deepgram Automation - Rube MCP Speech-to-Text Automation

Overview of Skills


Execute Deepgram speech recognition tasks via Rube MCP and Composio automation, without managing API keys. Supports tool discovery, connection management, and batch workflow execution.

Use Cases

1. Convert Large Batches of Audio to Text


Developers who need to process many audio files can use this skill to automate calling the Deepgram API for speech recognition. It supports batch processing and workflow orchestration.

2. Keyless Integration


For users who do not want to directly manage Deepgram API keys, Rube MCP enables zero-configuration Deepgram function calls. You only need to complete a one-time connection authorization.

3. Workflow Automation


Suitable for scenarios where you need to integrate Deepgram speech recognition into broader automation pipelines, such as audio content analysis, caption/subtitle generation, and voice command handling.

Core Features

Tool Discovery and Search


Automatically discover available Deepgram tools and their latest schemas using RUBE_SEARCH_TOOLS, ensuring that call parameters are always correct and avoiding errors caused by hardcoding.

Connection Management


Use RUBE_MANAGE_CONNECTIONS to manage Deepgram connection status. Supports connection creation, status checks, and authorization handling, ensuring operations run only after the connection reaches the ACTIVE state.

Batch Tool Execution


Use RUBE_MULTI_EXECUTE_TOOL to perform multiple Deepgram operations within a single session. Supports toolchain calls and complex speech processing workflows.

Frequently Asked Questions

How do I get started with Deepgram Automation?


First, add the Rube MCP server (https://rube.app/mcp) to your client configuration. Then use RUBE_SEARCH_TOOLS to search for Deepgram-related tools. Use RUBE_MANAGE_CONNECTIONS to establish a connection, and finally use RUBE_MULTI_EXECUTE_TOOL to run the specific operations. The entire process does not require manually configuring API keys.

What audio formats does Deepgram Automation support?


Deepgram supports multiple audio formats, but the specific supported formats depend on the current version of the Deepgram API. It’s recommended to use RUBE_SEARCH_TOOLS to query the latest tool schema before use, so you can learn the currently supported audio formats, language models, and parameter options.

Are there any limitations when calling Deepgram with Rube MCP?


Main limitations include: needing network access to reach the Rube MCP server, completing connection authorization for your Deepgram account, and batch operations being limited by Deepgram API quotas. It’s recommended to always check connection status first and verify available quota after tool discovery.