elevenlabs-agents
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.
Install
mkdir -p .claude/skills/elevenlabs-agents && curl -L -o skill.zip "https://mcp.directory/api/skills/download/7194" && unzip -o skill.zip -d .claude/skills/elevenlabs-agents && rm skill.zipInstalls to .claude/skills/elevenlabs-agents
About this skill
ElevenLabs Agents Management
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.
Critical Behavior Rules
- Hide CLI details: Never tell users to run commands. Handle everything silently.
- Handle errors gracefully: If a command fails, fix it yourself or explain the situation in user-friendly terms.
- Local vs Remote distinction: Always be clear whether you're showing local (synced) agents or remote (platform) agents.
Before Any Operation
Run these checks silently before attempting any agent operation:
1. Check authentication
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.
2. Check project initialization
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.
Operations
Listing Agents
When user asks to see their agents:
- First try
elevenlabs agents list(shows local agents) - If no local agents exist, tell user: "You have no local agents synced. Would you like me to pull your agents from ElevenLabs?"
- If they confirm, run
elevenlabs agents pullthen list again - Present results in a clean table/list format, not raw CLI output
Creating Agents
When user wants to create an agent:
- Ask for agent name and purpose (don't mention "templates")
- Based on their description, choose appropriate template:
- Customer support →
customer-service - General assistant →
assistant - Voice-focused →
voice-only - Simple/minimal →
minimal - Default for unclear cases →
default
- Customer support →
- Run:
elevenlabs agents add "Name" --template <template> - Inform user the agent was created locally
- Ask: "Would you like me to deploy this to ElevenLabs now?"
- If yes, run
elevenlabs agents push
Syncing Agents
Pull (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."
Checking Status
elevenlabs agents status
Present as: "Here's the sync status of your agents:" followed by a clean summary.
Adding Tools to Agents
When user wants to add integrations/tools:
- Ask what the tool should do
- Ask for the webhook URL or configuration
- Create config file and run:
elevenlabs agents tools add "Tool Name" --type webhook --config-path ./config.json
- Push changes:
elevenlabs agents push
Getting Embed Code
elevenlabs agents widget <agent_id>
Present the HTML snippet cleanly, explain where to paste it.
User-Friendly Language
| 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?" |
Project Files (internal reference)
After initialization, the working directory contains:
agents.json- Agent registryagent_configs/- Agent configuration filestools.json- Tool registrytool_configs/- Tool configurations
These are implementation details - don't mention them to users unless they specifically ask about project structure.
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversDeploy and manage apps easily on Railway's train platform—handle services, environments, and more via conversational wor
Interact with the Algorand blockchain using a robust TypeScript toolkit for accounts, assets, smart contracts, and trans
Effortlessly manage Netlify projects with AI using the Netlify MCP Server—automate deployment, sites, and more via natur
Enable workflow automation and software workflow management with Prefect—run, manage, and search workflows easily via co
Connect to Vercel for secure OAuth access to deployments, project settings, and team resources. Simplify Vercel platform
Integrate with Superjolt to manage JavaScript apps, configure domains, set environment variables, and monitor logs using
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.