Skip to content
Skillv1.0.0

retellai-cost-tuning

Retell AI cost tuning — 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

by flight505(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from flight505/skill-forge (plugins/saas-packs/retellai-pack/skills/retellai-cost-tuning/SKILL.md). Install upstream with npx skills add flight505/skill-forge --skill retellai-cost-tuning. Copyright stays with the author (MIT).

Retell AI Cost Tuning

Overview

Implementation patterns for Retell AI cost tuning — 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 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.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/flight505-skill-forge-retellai-cost-tuning/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

flight505-skill-forge-retellai-cost-tuning.ocm.jsonjson
{
  "ocm": "1",
  "id": "flight505-skill-forge-retellai-cost-tuning",
  "kind": "skill",
  "name": "retellai-cost-tuning",
  "description": "Retell AI cost tuning — 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\".",
  "publisher": "flight505",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "saas",
      "retellai",
      "voice",
      "telephony",
      "ai-agents",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Retell AI cost tuning — 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\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/flight505/skill-forge",
      "path": "plugins/saas-packs/retellai-pack/skills/retellai-cost-tuning/SKILL.md",
      "ref": "a8d8ca2cde01b847b6a98d74c2c5aebddca94c71",
      "url": "https://github.com/flight505/skill-forge/blob/a8d8ca2cde01b847b6a98d74c2c5aebddca94c71/plugins/saas-packs/retellai-pack/skills/retellai-cost-tuning/SKILL.md",
      "key": "flight505/skill-forge/plugins/saas-packs/retellai-pack/skills/retellai-cost-tuning/SKILL.md"
    },
    "compatibility": "Designed for Claude Code, also compatible with Codex and OpenClaw",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Bash(npm:*),",
      "Bash(curl:*),",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# Retell AI Cost Tuning\n\n## Overview\nImplementation patterns for Retell AI cost tuning — voice agent and telephony platform.\n\n## Prerequisites\n- Completed `retellai-install-auth` setup\n\n## Instructions\n\n### Step 1: SDK Pattern\n```typescript\nimport Retell from 'retell-sdk';\nconst retell = new Retell({ apiKey: process.env.RETELL_API_KEY! });\n\nconst agents = await retell.agent.list();\nconsole.log(`Agents: ${agents.length}`);\n```\n\n## Output\n- Retell AI integration for cost tuning\n\n## Error Handling\n| Error | Cause | Solution |\n|-------|-------|----------|\n| 401 Unauthorized | Invalid API key | Che",
  "cost": {
    "context_tokens": 235
  }
}

Fetch it by URL: GET /api/v1/registry/flight505-skill-forge-retellai-cost-tuning/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.