Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

voice-agents语音 Agent

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

4,087

周安装

172

GitHub Stars

11

下载量

1,431
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:voice-agents(语音 Agent)
来源仓库:https://github.com/casper-studios/casper-marketplace
仓库路径:skills/voice-agents
安装命令:
npx skills add https://github.com/casper-studios/casper-marketplace --skill voice-agents
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/casper-studios/casper-marketplace --skill voice-agents

简介

用于辅助音频、音乐、语音转写或合成处理,适合生成配乐说明或整理音频流程。

  • 支持 ElevenLabs 语音 Agent 创建,可自动配置对话式 AI 角色用于客户沟通。
  • 通过命令行调用,需设置环境变量 ELEVENLABS_API_KEY 并确认输入输出格式与时长限制。
  • 涉及人声克隆或版权素材时,应先核对授权边界和合规要求。
  • voice-agents 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

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

# Required in .env
ELEVENLABS_API_KEY=your_api_key
OPENROUTER_API_KEY=your_api_key  # For prompt generation

Common Usage

Create Discovery Agent

python scripts/create_voice_agent.py "Microsoft" --scope discovery --notes "CRM migration project"

Create Feedback Agent

python scripts/create_voice_agent.py "Acme Corp" --scope feedback --notes "Post-project review"

Dry Run (Preview)

python scripts/create_voice_agent.py "Test Company" --scope discovery --notes "Testing" --dry-run

Scope Types

ScopePurpose
discoveryInterview client team about operations, pain points, tech stack
feedbackGather feedback on completed project
check-inPeriodic relationship check-ins
qualificationQualify inbound leads before sales
onboardingGuide new contacts through info gathering

Generated Agent Config

The script generates:

Agent Name

[{Company Name}] {Scope} Agent v1

First Message

Voice-optimized greeting that:

  • Introduces as calling on behalf of Casper Studios
  • Confirms speaking with right person
  • States purpose aligned with scope
  • Sets time expectations (10-15 minutes)
  • Asks for confirmation

System Prompt

Comprehensive conversation guide with:

  • Identity and context
  • Tone and communication style
  • Conversation flow (5-7 stages)
  • Interviewing techniques
  • Guardrails and boundaries

Output

{
  "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"
}

Context Enrichment

The script optionally fetches context from Google Drive:

  1. Client's "Research" document
  2. Previous meeting transcripts (intro calls)

If not available, generates with provided notes only.

Cost

ServiceCost
OpenRouter (prompt generation)~$0.01-0.03
ElevenLabs agent creationFree
Google DriveFree

Security Notes

Credential Handling

  • Store ELEVENLABS_API_KEY in .env file (never commit to git)
  • Store OPENROUTER_API_KEY in .env file (never commit to git)
  • Regenerate keys from respective dashboards if compromised
  • Never log or print API keys in script output

Data Privacy

  • Voice agents conduct live conversations with customers
  • Call content may include sensitive business discussions
  • Agent prompts may contain internal business context
  • Conversation logs are stored by ElevenLabs
  • Client context from Google Drive may be included in prompts

Access Scopes

  • ELEVENLABS_API_KEY - Full access to voice agent creation/management
  • OPENROUTER_API_KEY - AI model access for prompt generation
  • Google OAuth - Optional, for client context enrichment

Compliance Considerations

  • Recording Consent: Inform callers that conversations may be recorded
  • AI Disclosure: Disclose that caller is speaking with an AI agent
  • Caller Privacy: Conversation data is processed by ElevenLabs servers
  • GDPR: EU caller conversations require appropriate consent
  • TCPA/CCPA: Comply with applicable telecommunications regulations
  • Call Recording Laws: Recording laws vary by jurisdiction (one-party vs two-party consent)
  • Data Retention: Review ElevenLabs data retention policies
  • Agent Guardrails: Ensure agents have appropriate conversation boundaries

Troubleshooting

Common Issues

Issue: Agent creation failed

Symptoms: API error when creating voice agent Cause: Invalid configuration, missing fields, or API issue Solution:

  • Validate agent config JSON format
  • Ensure all required fields are present (name, first_message, system_prompt)
  • Check prompt length doesn't exceed limits
  • Review ElevenLabs API documentation for requirements

Issue: Invalid voice ID

Symptoms: "Voice not found" or "invalid voice_id" error Cause: Voice ID doesn't exist or not accessible Solution:

  • Use valid ElevenLabs voice ID from your library
  • Check voice availability at https://elevenlabs.io/app/voice-library
  • Verify voice is not a custom voice from another account
  • Use default voice if custom voice unavailable

Issue: API quota exceeded

Symptoms: "Quota exceeded" or rate limit error Cause: ElevenLabs subscription limits reached Solution:

Issue: Agent not responding in calls

Symptoms: Agent created but doesn't respond in conversations Cause: System prompt issues, webhook configuration, or service issue Solution:

  • Test agent directly in ElevenLabs console first
  • Review system prompt for clear instructions
  • Check webhook URL is accessible (if configured)
  • Verify ElevenLabs service status

Issue: OpenRouter prompt generation failed

Symptoms: Error generating agent prompt Cause: OpenRouter API issue or invalid model Solution:

  • Verify OPENROUTER_API_KEY is set correctly
  • Check model availability at OpenRouter
  • Try a different model if current one unavailable
  • Run with --dry-run to test without API calls

Issue: Google Drive context not loading

Symptoms: Agent created without client context Cause: OAuth issue or client folder not found Solution:

  • Verify Google OAuth credentials (see google-workspace skill)
  • Check client folder exists in expected location
  • Provide context via --notes flag as alternative
  • Run without context enrichment first to isolate issue

Resources

  • references/elevenlabs.md - ElevenLabs API details

Integration Patterns

Context-Aware Agents

Skills: transcript-search → voice-agents Use case: Create voice agents with client history Flow:

  1. Search transcript-search for past client meetings
  2. Extract relationship history, pain points, and preferences
  3. Include context in voice agent system prompt for personalized conversations

Agent Notes to CRM

Skills: voice-agents → attio-crm Use case: Log voice agent call summaries Flow:

  1. Voice agent completes discovery or feedback call
  2. Extract call summary, insights, and action items
  3. Create note on Attio company record with call details

Research-Enriched Agents

Skills: parallel-research → voice-agents Use case: Arm voice agents with company intelligence Flow:

  1. Run parallel-research on target company
  2. Extract recent news, funding, tech stack, and pain points
  3. Include research in agent prompt for informed conversations

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.09%
按下载量换算531

Claude

31.48%
按下载量换算450

Cursor

18.72%
按下载量换算268

Gemini CLI

10.18%
按下载量换算146

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills