Agent skill · AI & Agents

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.

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/ai-llm/voice-agents-casper-studios-casper-marketplace/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

# 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

What's inside
Steps it walks through
  1. Overview
  2. Quick Decision Tree
  3. Environment Setup
  4. Common Usage
  5. Create Discovery Agent
  6. Create Feedback Agent
  7. Dry Run (Preview)
  8. Scope Types
  9. Generated Agent Config
  10. Agent Name
  11. First Message
  12. System Prompt
  13. Output
  14. Context Enrichment
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going