From retellai-pack
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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/retellai-pack:retellai-core-workflow-aThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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 s...
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.
npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin retellai-packBuilds Retell AI voice agents using TypeScript SDK with custom LLM prompts, function calling to APIs, voice configs, and call handling settings.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.