Manage ElevenLabs agents as versioned local config files instead of hand-editing them in the dashboard with ElevenLabs CLI
Initialize, authenticate, and edit ElevenLabs agent configs from local files when you want agent definitions in code review instead of only in a hosted UI.
npx skills add agentskillexchange/skills --skill manage-elevenlabs-agents-as-versioned-local-config-files-instead-of-hand-editing-them-in-the-dashboard-with-elevenlabs-cli
# or
pnpm install -g @elevenlabs/cli
# then authenticate
elevenlabs auth login
ElevenLabs CLI is only publishable when framed narrowly around agents-as-code workflows. The useful operator job is to initialize an ElevenLabs agent locally, authenticate, edit its config in files, and sync changes with more structure than hand-editing in the dashboard. That is the moment to invoke this skill instead of using the hosted product normally.
What this skill actually does
The scope boundary is important. This is not a generic ElevenLabs product listing, not a voice platform overview, and not a general SDK card. The bounded workflow is local configuration management for ElevenLabs agents, with templates and schema-backed edits. It is the weakest approved finalist because it sits closer to a vendor CLI listing than the other approvals.