eleven-agent-manager
Manage ElevenLabs Conversational AI agent configuration including prompts, voice settings, MCP servers, and conversation settings. Use when updating agent behavior, voice, or integrations.
npx skills add majiayu000/claude-skill-registry --skill eleven-agent-manager-dglowacki-mega-agent-v2-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ElevenLabs Agent Manager ## Overview This skill provides tools and workflows for managing ElevenLabs Conversational AI agents, including updating prompts, voice settings, MCP server configurations, and monitoring conversations. ## API Configuration - **API Key**: Set in environment as `ELEVENLABS_API_KEY` - **Agent ID**: `agent_2601kf1fmbnseaxvp5kvc4zc21bz` (Mega Agent 2) - **Base URL**: `https://api.elevenlabs.io/v1/convai` ## Available Operations ### 1. Update Agent Prompt Update the system prompt that guides agent behavior. ```bash python3 scripts/eleven_api.py update-prompt "Your new prompt here" ``` ### 2. Get Agent Config Retrieve current agent configuration. ```bash python3 scripts/eleven_api.py get-config ``` ### 3. Update Voice Settings Change voice ID, stability, speed, or similarity boost. ```bash python3 scripts/eleven_api.py update-voice --voice-id "HHstJSjlLg0NG8fanfeK" --speed 1.1 ``` ### 4. List MCP Servers Show linked MCP servers. ```bash python3 scripts/eleven_api.py list-mcp ``` ### 5. Get Recent Conversations View recent conversation summaries. ```bash python3 scripts/eleven_api.py conversations --limit 10 ``` ### 6. Get Conversation Transcript Get full transc
- Overview
- API Configuration
- Available Operations
- 1. Update Agent Prompt
- 2. Get Agent Config
- 3. Update Voice Settings
- 4. List MCP Servers
- 5. Get Recent Conversations
- 6. Get Conversation Transcript
- Configuration Options
- Voice Settings
- Turn Settings
- MCP Server Settings
- Workflow Examples
python3 scripts/eleven_api.py update-prompt "Your new prompt here" python3 scripts/eleven_api.py get-config python3 scripts/eleven_api.py update-voice --voice-id "HHstJSjlLg0NG8fanfeK" --speed 1.1 python3 scripts/eleven_api.py list-mcp python3 scripts/eleven_api.py conversations --limit 10 python3 scripts/eleven_api.py transcript <conversation_id>
What does the eleven-agent-manager skill do?
Manage ElevenLabs Conversational AI agent configuration including prompts, voice settings, MCP servers, and conversation settings. Use when updating agent behavior, voice, or integrations.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill eleven-agent-manager-dglowacki-mega-agent-v2-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
