Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/eleven-agent-manager-dglowacki-mega-agent-v2-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. API Configuration
  3. Available Operations
  4. 1. Update Agent Prompt
  5. 2. Get Agent Config
  6. 3. Update Voice Settings
  7. 4. List MCP Servers
  8. 5. Get Recent Conversations
  9. 6. Get Conversation Transcript
  10. Configuration Options
  11. Voice Settings
  12. Turn Settings
  13. MCP Server Settings
  14. Workflow Examples
Ships with 1 file
  • metadata.json
Commands it runs
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>
More from claude-skill-registry
All skills →
About this skill
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.

Keep going