retellai-debug-bundle

收集 Retell AI 相关的运行环境、SDK 版本、脱敏日志及配置信息,生成诊断压缩包用于问题排查与技术支持,确保敏感数据被过滤的同时提供完整上下文以定位故障。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill "retellai-debug-bundle"

Retell AI Debug Bundle

Overview

Implementation patterns for Retell AI debug bundle — 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 debug bundle

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.