skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
dglowacki/mega-agent-v22 installs

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.

How do I install this agent skill?

npx skills add https://github.com/dglowacki/mega-agent-v2 --skill eleven-agent-manager
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubfail

    This skill contains a hardcoded ElevenLabs API key, which poses a significant security risk by exposing access to the account. Additionally, it reveals internal host file paths and lacks input validation for prompt updates, creating a surface for injection attacks.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

What does this agent skill do?

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.

python3 scripts/eleven_api.py update-prompt "Your new prompt here"

2. Get Agent Config

Retrieve current agent configuration.

python3 scripts/eleven_api.py get-config

3. Update Voice Settings

Change voice ID, stability, speed, or similarity boost.

python3 scripts/eleven_api.py update-voice --voice-id "HHstJSjlLg0NG8fanfeK" --speed 1.1

4. List MCP Servers

Show linked MCP servers.

python3 scripts/eleven_api.py list-mcp

5. Get Recent Conversations

View recent conversation summaries.

python3 scripts/eleven_api.py conversations --limit 10

6. Get Conversation Transcript

Get full transcript of a specific conversation.

python3 scripts/eleven_api.py transcript <conversation_id>

Configuration Options

Voice Settings

ParameterDescriptionDefault
voice_idElevenLabs voice IDHHstJSjlLg0NG8fanfeK
stabilityVoice consistency (0-1)0.5
speedSpeech rate1.1
similarity_boostVoice similarity (0-1)0.8

Turn Settings

ParameterDescriptionDefault
turn_timeoutSeconds to wait for response7.0
modeConversation modeturn

MCP Server Settings

ParameterDescription
approval_policyauto_approve_all, require_approval_all, require_approval_per_tool
transportSSE or HTTP
urlMCP server endpoint

Workflow Examples

Update Agent for New Use Case

  1. Get current config: python3 scripts/eleven_api.py get-config
  2. Draft new prompt based on requirements
  3. Update prompt: python3 scripts/eleven_api.py update-prompt "..."
  4. Test via voice widget

Add Skills to Agent Context

  1. List current skills in prompt
  2. Generate skill summary from /home/ec2-user/mega-agent2/.claude/skills/
  3. Update prompt with new skills list

Troubleshoot MCP Integration

  1. Check MCP server status: curl http://127.0.0.1:8082/health
  2. List MCP servers: python3 scripts/eleven_api.py list-mcp
  3. Check tool discovery: Use ElevenLabs API to verify tools

Resources

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/dglowacki/mega-agent-v2/eleven-agent-manager">View eleven-agent-manager on skillZs</a>