retellai-migration-deep-dive
Execute Retell AI major re-architecture and migration strategies with strangler fig pattern.\nUse when migrating to or from Retell AI, performing major version upgrades,\nor re-platforming existing integrations to Retell AI.\nTrigger with phrases like \
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Execute Retell AI major re-architecture and migration strategies with strangler fig pattern.\nUse when migrating to or from Retell AI, performing major version upgrades,\nor re-platforming existing integrations to Retell AI.\nTrigger with phrases like \
How to use
Upewnij się, że ukończyłeś konfigurację retellai-install-auth — skill wymaga wcześniejszego ustawienia uwierzytelniania i zmiennej środowiskowej RETELL_API_KEY.
Wyzwól skill frazami takimi jak "retell migration deep dive", "retellai-migration-deep-dive" lub "voice agent" w kontekście pracy z migracją lub zmianą wersji Retell AI.
Zaimportuj SDK Retell i zainicjalizuj klienta, przekazując klucz API ze zmiennych środowiskowych — skill automatycznie załaduje wzorzec implementacji TypeScript.
Użyj dostępnych metod SDK (np. retell.agent.list()) do pobrania listy istniejących agentów i weryfikacji połączenia z platformą.
Obsługuj typowe błędy API: 401 Unauthorized (sprawdź klucz API), 429 Rate Limited (implementuj backoff), 400 Bad Request (weryfikuj parametry względem dokumentacji Retell AI).
Zapoznaj się z oficjalną dokumentacją Retell AI i npm package retell-sdk w celu pełnego zrozumienia dostępnych operacji migracyjnych i wzorców strangler fig.