retellai-incident-runbookClaude Skill

Execute Retell AI incident response procedures with triage, mitigation, and postmortem.

1.9k Stars
259 Forks
2025/10/10

Install & Download

Linux / macOS:

请登录后查看安装命令

Windows (PowerShell):

请登录后查看安装命令

Download and extract to ~/.claude/skills/

nameretellai-incident-runbook
descriptionRetell AI incident runbook — 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 incident runbook", "retellai-incident-runbook", "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 Incident Runbook

Overview

Implementation patterns for Retell AI incident runbook — 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 incident runbook

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