Retell AI ci integration — 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 ci integration", "re
Imported from flight505/skill-forge (plugins/saas-packs/retellai-pack/skills/retellai-ci-integration/SKILL.md). Install upstream with npx skills add flight505/skill-forge --skill retellai-ci-integration. Copyright stays with the author (MIT).
Retell AI Ci Integration
Overview
Implementation patterns for Retell AI ci integration — 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}`);
{
"ocm": "1",
"id": "flight505-skill-forge-retellai-ci-integration",
"kind": "skill",
"name": "retellai-ci-integration",
"description": "Retell AI ci integration — 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 ci integration\", \"retellai-ci-integration\", \"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 ci integration — 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 ci integration\", \"retellai-ci-integration\", \"voice agent\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/flight505/skill-forge",
"path": "plugins/saas-packs/retellai-pack/skills/retellai-ci-integration/SKILL.md",
"ref": "a8d8ca2cde01b847b6a98d74c2c5aebddca94c71",
"url": "https://github.com/flight505/skill-forge/blob/a8d8ca2cde01b847b6a98d74c2c5aebddca94c71/plugins/saas-packs/retellai-pack/skills/retellai-ci-integration/SKILL.md",
"key": "flight505/skill-forge/plugins/saas-packs/retellai-pack/skills/retellai-ci-integration/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 Ci Integration\n\n## Overview\nImplementation patterns for Retell AI ci integration — 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 ci integration\n\n## Error Handling\n| Error | Cause | Solution |\n|-------|-------|----------|\n| 401 Unauthorized | Invalid API ",
"cost": {
"context_tokens": 237
}
}
Fetch it by URL: GET /api/v1/registry/flight505-skill-forge-retellai-ci-integration/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.