retellai-security-basics

Installation
SKILL.md

Retell AI Security Basics

Overview

Implementation patterns for Retell AI security basics — 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}`);
Installs
1
GitHub Stars
2.5K
First Seen
May 13, 2026
retellai-security-basics — jeremylongshore/claude-code-plugins-plus-skills