retellai-performance-tuningClaude Skill

Optimize Retell AI API performance with caching, batching, and connection pooling.

1.9k Stars
259 Forks
2025/10/10

Install & Download

Linux / macOS:

请登录后查看安装命令

Windows (PowerShell):

请登录后查看安装命令

Download and extract to ~/.claude/skills/

nameretellai-performance-tuning
descriptionRetell AI performance tuning — AI voice agent and phone call automation. Use when working with Retell AI for voice agents, phone calls, or telephony. Trigger with phrases like "retell performance tuning", "retellai-performance-tuning", "voice agent".
allowed-toolsRead, Write, Edit, Bash(npm:*), Bash(curl:*), Grep
version2.0.0
licenseMIT
authorJeremy Longshore <jeremy@intentsolutions.io>
tags["saas","retellai","voice","telephony","ai-agents"]
compatible-withclaude-code, codex, openclaw

Retell AI Performance Tuning

Overview

Implementation patterns for Retell AI performance tuning — voice agent and telephony platform.

Prerequisites

  • Completed retellai-install-auth setup

Instructions

Step 1: SDK Pattern

import Retell from 'retell-sdk';
const retell = new Retell({ apiKey: process.env.RETELL_API_KEY! });

const agents = await retell.agent.list();
console.log(`Agents: ${agents.length}`);

Output

  • Retell AI integration for performance tuning

Error Handling

ErrorCauseSolution
401 UnauthorizedInvalid API keyCheck RETELL_API_KEY
429 Rate LimitedToo many requestsImplement backoff
400 Bad RequestInvalid parametersCheck API documentation

Resources

Next Steps

See related Retell AI skills for more workflows.

Similar Claude Skills & Agent Workflows