If you're wiring up HeyGen's LiveAvatar API, this skill figures out what you already have (your LLM, your TTS pipeline, static site, whatever) and picks the integration path for you. No menu of options. It scans your codebase for signals like OpenAI imports or ElevenLabs SDKs, asks only what's missing, then routes you to Embed, FULL Mode, or LITE Mode with specific implementation steps. The LITE Mode guidance is especially practical: it tells you to hook into your existing turn cycle instead of rebuilding everything. Treats backend/frontend separation and API key handling as non-negotiable, which is correct. Built by HeyGen, so the pathway logic and gotchas come from people who actually support these integrations.
npx skills add https://github.com/heygen-com/liveavatar-agent-skills --skill liveavatar-integrate