gladia-automation

Automate Gladia audio processing and transcription tasks through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill gladia-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gladia-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/gladia-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill gladia-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of manually configuring and executing Gladia audio processing workflows by providing a standardized, tool-based interface for automation.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current Gladia tool schemas and execution parameters via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Gladia integrations.
  • Workflow Execution: Execute multi-step audio processing tasks, such as transcription or analysis, using discovered tool slugs.

Quick Start

Use the gladia-automation skill to discover available tools and transcribe the audio file located at the provided path.

Frequently Asked Questions about gladia-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find available Gladia tools?

Call the RUBE_SEARCH_TOOLS function with a query related to Gladia operations. This returns the latest tool slugs, input schemas, and execution plans required for your specific task.

What should I do if my Gladia connection is inactive?

Execute the RUBE_MANAGE_CONNECTIONS command with the gladia toolkit specified. Follow the returned authentication link to re-establish your connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available slugs change frequently. Searching first ensures you use the correct arguments and field names, preventing execution errors caused by outdated hardcoded configurations.

Can I reuse session IDs for multiple tasks?

Reuse session IDs within a single, continuous workflow to maintain context. However, generate a new session ID for each distinct, unrelated task to ensure clean execution logs and state management.