创建、管理和部署 ElevenLabs 对话式 AI 代理。当用户想要使用语音代理、列出其代理、创建新代理或管理代理配置时使用。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install elevenlabs-agents或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install elevenlabs-agents⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/elevenlabs-agents/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: elevenlabs-agents description: Create, manage, and deploy ElevenLabs conversational AI agents. Use when the user wants to work with voice agents, list their agents, create new ones, or manage agent configurations. metadata: {"clawdbot":{"requires":{"bins":["elevenlabs"]}}} ---
Manage ElevenLabs conversational AI agents on behalf of the user. Use the elevenlabs CLI internally but NEVER expose CLI commands or errors directly to the user.
Run these checks silently before attempting any agent operation:
elevenlabs auth whoami
If not authenticated, tell the user: "You're not logged into ElevenLabs. I'll need your API key to continue." Then run elevenlabs auth login and guide them through it.
Look for agents.json in the working directory. If missing, silently run:
elevenlabs agents init
Never tell the user about missing agents.json - just initialize.
When user asks to see their agents:
elevenlabs agents list (shows local agents)elevenlabs agents pull then list againWhen user wants to create an agent:
- Customer support → customer-service - General assistant → assistant - Voice-focused → voice-only - Simple/minimal → minimal - Default for unclear cases → default
elevenlabs agents add "Name" --template elevenlabs agents pushPull (remote → local):
elevenlabs agents pull # all agents
elevenlabs agents pull --agent <id> # specific agent
elevenlabs agents pull --update # overwrite local with remote
Tell user: "I've synced your agents from ElevenLabs."
Push (local → remote):
elevenlabs agents push --dry-run # preview first, check for issues
elevenlabs agents push # actual push
Tell user: "I've deployed your changes to ElevenLabs."
elevenlabs agents status
Present as: "Here's the sync status of your agents:" followed by a clean summary.
When user wants to add integrations/tools:
elevenlabs agents tools add "Tool Name" --type webhook --config-path ./config.json
elevenlabs agents pushelevenlabs agents widget <agent_id>
Present the HTML snippet cleanly, explain where to paste it.
| Instead of saying... | Say... | |---------------------|--------| | "Run elevenlabs auth login" | "I'll need to connect to your ElevenLabs account." | | "No agents.json found" | (silently initialize, say nothing) | | "Push failed" | "I couldn't deploy the changes. Let me check what went wrong..." | | "You have 0 agents" | "You don't have any agents synced locally. Want me to check ElevenLabs for existing agents?" | | "Agent created locally" | "I've created your agent. Would you like to deploy it now?" |
After initialization, the working directory contains:
agents.json - Agent registryagent_configs/ - Agent configuration filestools.json - Tool registrytool_configs/ - Tool configurationsThese are implementation details - don't mention them to users unless they specifically ask about project structure.
安装 十一实验室代理商 后,可以对 AI 说这些话来触发它
Help me get started with ElevenLabs Agents
Explains what ElevenLabs Agents does, walks through the setup, and runs a quick demo based on your current project
Use ElevenLabs Agents to create, manage, and deploy ElevenLabs conversational AI agents
Invokes ElevenLabs Agents with the right parameters and returns the result directly in the conversation
What can I do with ElevenLabs Agents in my design & creative workflow?
Lists the top use cases for ElevenLabs Agents, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/elevenlabs-agents/ 目录(个人级,所有项目可用),或 .claude/skills/elevenlabs-agents/(项目级)。重启 AI 客户端后,用 /elevenlabs-agents 主动调用,或让 AI 根据上下文自动发现并使用。
十一实验室代理商 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
十一实验室代理商 可免费安装使用。请查阅仓库了解许可证信息。
创建、管理和部署 ElevenLabs 对话式 AI 代理。当用户想要使用语音代理、列出其代理、创建新代理或管理代理配置时使用。
十一实验室代理商 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using ElevenLabs Agents
Identifies repetitive steps in your workflow and sets up ElevenLabs Agents to handle them automatically