ElevenLabs voice agent creation for client discovery and feedback calls. Use this skill when creating AI voice agents, setting up discovery call agents, or configuring automated phone conversations. Triggers on voice agent creation, ElevenLabs agent setup, or automated call agent requests.
From caspernpx claudepluginhub casper-studios/casper-marketplace --plugin casperThis skill uses the workspace's default tool permissions.
references/elevenlabs.mdscripts/create_voice_agent.pySearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Create ElevenLabs Conversational AI voice agents for client discovery, feedback, and check-in calls. Automatically generates agent configuration from client context.
What type of agent?
│
├── Discovery agent (interview clients)
│ └── --scope discovery
│
├── Feedback agent (post-project)
│ └── --scope feedback
│
├── Check-in agent (relationship)
│ └── --scope check-in
│
├── Qualification agent (leads)
│ └── --scope qualification
│
└── Onboarding agent (new contacts)
└── --scope onboarding
# Required in .env
ELEVENLABS_API_KEY=your_api_key
OPENROUTER_API_KEY=your_api_key # For prompt generation
python scripts/create_voice_agent.py "Microsoft" --scope discovery --notes "CRM migration project"
python scripts/create_voice_agent.py "Acme Corp" --scope feedback --notes "Post-project review"
python scripts/create_voice_agent.py "Test Company" --scope discovery --notes "Testing" --dry-run
| Scope | Purpose |
|---|---|
discovery | Interview client team about operations, pain points, tech stack |
feedback | Gather feedback on completed project |
check-in | Periodic relationship check-ins |
qualification | Qualify inbound leads before sales |
onboarding | Guide new contacts through info gathering |
The script generates:
[{Company Name}] {Scope} Agent v1
Voice-optimized greeting that:
Comprehensive conversation guide with:
{
"agent_id": "abc123xyz",
"agent_name": "[Microsoft] Discovery Agent v1",
"agent_url": "https://elevenlabs.io/app/conversational-ai/agents/abc123xyz",
"first_message": "Hi there! This is an AI assistant...",
"company_name": "Microsoft",
"scope": "discovery"
}
The script optionally fetches context from Google Drive:
If not available, generates with provided notes only.
| Service | Cost |
|---|---|
| OpenRouter (prompt generation) | ~$0.01-0.03 |
| ElevenLabs agent creation | Free |
| Google Drive | Free |
ELEVENLABS_API_KEY in .env file (never commit to git)OPENROUTER_API_KEY in .env file (never commit to git)ELEVENLABS_API_KEY - Full access to voice agent creation/managementOPENROUTER_API_KEY - AI model access for prompt generationSymptoms: API error when creating voice agent Cause: Invalid configuration, missing fields, or API issue Solution:
Symptoms: "Voice not found" or "invalid voice_id" error Cause: Voice ID doesn't exist or not accessible Solution:
Symptoms: "Quota exceeded" or rate limit error Cause: ElevenLabs subscription limits reached Solution:
Symptoms: Agent created but doesn't respond in conversations Cause: System prompt issues, webhook configuration, or service issue Solution:
Symptoms: Error generating agent prompt Cause: OpenRouter API issue or invalid model Solution:
OPENROUTER_API_KEY is set correctly--dry-run to test without API callsSymptoms: Agent created without client context Cause: OAuth issue or client folder not found Solution:
--notes flag as alternativeSkills: transcript-search → voice-agents Use case: Create voice agents with client history Flow:
Skills: voice-agents → attio-crm Use case: Log voice agent call summaries Flow:
Skills: parallel-research → voice-agents Use case: Arm voice agents with company intelligence Flow: