voice-agents
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.
npx skills add majiayu000/claude-skill-registry --skill voice-agents-casper-studios-casper-marketplace --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.
# Voice Agents ## Overview Create ElevenLabs Conversational AI voice agents for client discovery, feedback, and check-in calls. Automatically generates agent configuration from client context. ## Quick Decision Tree ``` 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 ``` ## Environment Setup ```bash # Required in .env ELEVENLABS_API_KEY=your_api_key OPENROUTER_API_KEY=your_api_key # For prompt generation ``` ## Common Usage ### Create Discovery Agent ```bash python scripts/create_voice_agent.py "Microsoft" --scope discovery --notes "CRM migration project" ``` ### Create Feedback Agent ```bash python scripts/create_voice_agent.py "Acme Corp" --scope feedback --notes "Post-project review" ``` ### Dry Run (Preview) ```bash python scripts/create_voice_agent.py "Test Company" --scope discovery --notes "Testing" --dry-run ``` ## Scope Types | Scope | Purpose | |-------|---------| | `discovery` | Interview client t
- Overview
- Quick Decision Tree
- Environment Setup
- Common Usage
- Create Discovery Agent
- Create Feedback Agent
- Dry Run (Preview)
- Scope Types
- Generated Agent Config
- Agent Name
- First Message
- System Prompt
- Output
- Context Enrichment
Required in .env 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
What does the voice-agents skill do?
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.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill voice-agents-casper-studios-casper-marketplace --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.
