retellai-automation

Automate Retellai voice agent operations through Rube MCP toolkits and workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Retellai voice agent configurations and workflows by providing a standardized, automated interface for tool discovery and execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current Retellai schemas and tool definitions via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Retellai toolkits.
  • Workflow Execution: Execute complex, multi-step operations like voice agent updates or call data retrieval using structured tool calls.

Quick Start

Use the retellai-automation skill to discover available tools and execute a workflow for managing your voice agent connections.

Frequently Asked Questions about retellai-automation

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

FAQPage Schema
How do I connect Retellai to my agent?

Use the RUBE_MANAGE_CONNECTIONS command with the 'retellai' toolkit parameter. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE before proceeding.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available operations for Retellai change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current input parameters and slugs, preventing execution errors caused by outdated configurations.

Can I automate bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function to perform bulk operations across multiple Retellai agents efficiently.

What should I do if my tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.