Execute Retell AI primary workflow: Core Workflow A. Use when implementing primary use case, building main features, or core integration tasks. Trigger with phrases like "retellai main workflow", "primary task with retellai".
From retellai-packnpx claudepluginhub nickloveinvesting/nick-love-plugins --plugin retellai-packThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Primary money-path workflow for Retell AI. This is the most common use case. Retell AI is a platform for building conversational voice agents powered by large language models. It handles the telephony integration, real-time speech-to-text, LLM orchestration, and text-to-speech pipeline so that you can focus on defining the agent's conversation logic. It is commonly used for automated customer service calls, appointment booking, outbound sales dialing, and interactive voice response systems.
retellai-install-auth setupAuthenticate with the Retell AI API and verify that your agent is configured with the correct LLM model, voice profile, and conversation script. Confirm that your phone number is registered and associated with the agent. Review the agent's interrupt sensitivity and response latency settings to ensure they produce a natural conversation pace for your target use case.
// Step 1 implementation
Initiate a call using the Retell AI API by providing the target phone number and any dynamic variables that should be injected into the conversation script for this specific call (e.g., the customer's name or appointment time). Monitor the call status and transcription stream in real time. Review the call recording and transcript after the call completes to assess conversation quality and identify script improvements.
// Step 2 implementation
Extract the call outcome and any data collected during the conversation from the Retell AI call record. Update your CRM or scheduling system with the result. For high-volume outbound campaigns, aggregate call outcomes across the batch to measure connection rate, completion rate, and goal achievement rate.
// Step 3 implementation
| Error | Cause | Solution |
|---|---|---|
| Error 1 | Cause | Solution |
| Error 2 | Cause | Solution |
// Complete workflow example
For secondary workflow, see retellai-core-workflow-b.