packages
Voice agent SDK integration and breaking-change migration
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install elevenlabs/packages?โผ
Run `npx skills add elevenlabs/packages --all -g -y` in your terminal to install all skills in this repository globally.
How to fix breaking changes after updating ElevenLabs SDK?โผ
The sdk-migration skill walks your agent through replacing removed exports like Input, Output, and ElevenLabsProvider, and updating changed API signatures step by step.
Why does useConversation fail after upgrading @elevenlabs/react?โผ
The new version requires a ConversationProvider ancestor. The skill shows your agent exactly how to wrap components and migrate event callbacks.
Does this work with Claude Code and Cursor?โผ
Yes. The skill follows the universal SKILL.md standard and runs in Claude Code, Cursor, Codex, and other compatible coding agents.
Can I migrate React Native voice apps with this skill?โผ
Yes. It covers replacing ElevenLabsProvider with ConversationProvider and unifying your mobile code with the shared React hooks API.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core