Toolverse
All skills

retellai-reliability-patterns

by jeremylongshore

Implement Retell AI reliability patterns including circuit breakers, idempotency, and graceful degradation.\nUse when building fault-tolerant Retell AI integrations, implementing retry strategies,\nor adding resilience to production Retell AI services.\nTrigger with phrases like

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Security
Views
1

About this skill

Implement Retell AI reliability patterns including circuit breakers, idempotency, and graceful degradation.\nUse when building fault-tolerant Retell AI integrations, implementing retry strategies,\nor adding resilience to production Retell AI services.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz ukończoną konfigurację autentykacji poprzez skill retellai-install-auth — bez tego API key nie będzie dostępny.

  2. Wyzwól skill frazami takimi jak "retell reliability patterns", "retellai-reliability-patterns" lub "voice agent" w swoim środowisku Claude Code, Codex lub OpenClaw.

  3. Zainstaluj Retell SDK za pomocą npm — skill automatycznie obsługuje zależności npm i curl dla komunikacji z API Retell.

  4. Zaimplementuj podstawowy wzorzec SDK, importując bibliotekę Retell i inicjalizując klienta z kluczem API z zmiennej środowiskowej RETELL_API_KEY.

  5. Obsługuj typowe błędy API: 401 Unauthorized (sprawdź poprawność klucza API), 429 Rate Limited (wdróż backoff exponential), 400 Bad Request (zweryfikuj parametry zgodnie z dokumentacją Retell).

  6. Odwołaj się do oficjalnej dokumentacji Retell AI i pakietu retell-sdk na npm w celu pełnego zrozumienia dostępnych metod i wzorców implementacji niezawodności.

Related skills