Retellai cost tuning
Retell AI cost tuning \u2014 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 cost tuning", "retellai-cost-tuning", "voice agent"\ .From its SKILL.md
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill retellai-cost-tuningAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, 228 tokens by cl100k_base, as published. Nobody here has run it
Retell AI Cost Tuning
Overview
Implementation patterns for Retell AI cost tuning — voice agent and telephony platform.
Prerequisites
- Completed
retellai-install-authsetup
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 cost tuning
Error Handling
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Check RETELL_API_KEY |
| 429 Rate Limited | Too many requests | Implement backoff |
| 400 Bad Request | Invalid parameters | Check API documentation |
Resources
Next Steps
See related Retell AI skills for more workflows.
What ships with it: 1 file
2.5 KB alongside SKILL.md
references/
- cost-optimization.md2.5 KB