mirror of
https://github.com/elevenlabs/skills.git
synced 2026-09-14 20:46:33 +08:00
44a05ea24f
* Add npm as an install option for the ElevenLabs CLI The CLI is now published on npm as @elevenlabs/cli. List `npm install -g @elevenlabs/cli` as the first install option in every skill's installation guide and in the README, alongside the existing Homebrew, Scoop, and shell-installer methods. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Remove LiveKit client pinning guidance from skills The livekit-client version pin is now handled within the ElevenLabs SDK, so the temporary package.json override workaround sections are obsolete. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>