retellai-core-workflow-a

Featured

Retell AI core workflow a — 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 core workflow a", "retellai-core-workflow-a", "voice agent".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Retell AI Core Workflow A ## Overview Build and configure voice agents with custom prompts, function calling, and call flow logic. ## Prerequisites - Completed `retellai-hello-world` ## Instructions ### Step 1: Agent with Function Calling ```typescript const llm = await retell.llm.create({ model: 'gpt-4o', general_prompt: `You are a booking assistant for Dr. Smith's office. - Help callers book, reschedule, or cancel appointments - Collect: name, phone, preferred date/time - Confirm all details before booking`, functions: [ { name: 'book_appointment', description: 'Book a new appointment', parameters: { type: 'object', properties: { patient_name: { type: 'string' }, phone: { type: 'string' }, date: { type: 'string', description: 'YYYY-MM-DD format' }, time: { type: 'string', description: 'HH:MM format' }, }, required: ['patient_name', 'phone', 'date', 'time'], }, url: 'https://your-api.com/appointments', speak_during_execution: true, speak_after_execution: true, }, ], }); ``` ### Step 2: Configure Voice and Behavior ```typescript const agent = await retell.agent.create({ response_engine: { type: 'retell-llm', llm_id: llm.llm_id }, voice_id: '11labs-Rachel', agent_name: 'Dr. Smith Booking Agent', language: 'en-US', opt_out_sensitive_data_storage: false, end_call_after_silence_ms: 10000, // End call after 10s silence ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

retellai-core-workflow-b

Retell AI core workflow b — 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 core workflow b", "retellai-core-workflow-b", "voice agent".

2,266 Updated today
jeremylongshore
AI & Automation Featured

retellai-hello-world

Retell AI hello world — 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 hello world", "retellai-hello-world", "voice agent".

2,266 Updated today
jeremylongshore
AI & Automation Solid

retellai-data-handling

Retell AI data handling — 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 data handling", "retellai-data-handling", "voice agent".

2,266 Updated today
jeremylongshore
AI & Automation Solid

retellai-reference-architecture

Retell AI reference architecture — 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 reference architecture", "retellai-reference-architecture", "voice agent".

2,266 Updated today
jeremylongshore
AI & Automation Solid

retellai-security-basics

Retell AI security basics — 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 security basics", "retellai-security-basics", "voice agent".

2,266 Updated today
jeremylongshore