ElevenLabs Text-to-Speech
Convert text and documents to high-quality audio using ElevenLabs TTS API, supporting single narrator and dual-host podcast generation modes
What is it?
This skill converts text and documents into high-quality audio using ElevenLabs TTS API. It supports two modes: single-voice narration and two-host conversational podcast generation.
How to use it?
Config at skills/elevenlabs/config.json:
{
"api_key": "your-elevenlabs-api-key",
"default_voice": "JBFqnCBsd6RMkjVDRZzb",
"default_model": "eleven_multilingual_v2",
"podcast_voice1": "JBFqnCBsd6RMkjVDRZzb",
"podcast_voice2": "EXAVITQu4vr4xnSDxMaL"
}
Only api_key is required. Or set ELEVENLABS_API_KEY env var.
Dependencies: pip install PyPDF2 python-docx (only needed for PDF/DOCX files).
Requires ffmpeg for multi-chunk narration and podcasts.
Key Features
- Convert text and documents to high-quality audio using ElevenLabs TTS API, supporting single narrator and dual-host podcast generation modes
- Seamless integration with Claude's development workflow
- Comprehensive guidelines and best practices for elevenlabs text-to-speech
Related Skills
More from CreativeGoogle Cloud Text-to-Speech
Convert text and documents to audio using Google Cloud TTS API with Neural2/WaveNet/Studio voices, 40+ languages, and dual-host podcast generation
Doc Co-Authoring Workflow
Structured workflow for collaboratively writing documentation, proposals, and technical specs with Claude through three stages: context gathering, iterative refinement, and reader testing
Tailored Resume Generator
Analyzes job descriptions and generates tailored resumes with ATS optimization, covering career transitions, senior executives, and recent graduates
Download ElevenLabs Text-to-Speech
ElevenLabs Text-to-Speech is free and open source. Download it from the official source repository — clone it with git or use GitHub's Download ZIP option on the repo page — then copy the skill folder into your project's .claude/skills/ directory to install it.
If you are an AI agent
Query this directory over HTTP
This site is a searchable directory of harness components for AI coding agents. Fetch objective JSON — names, descriptions, stars, and source links. Installation and selection are yours to decide.
GET https://claudeskills.info/api/v1/search?q=ui%2Fux
GET https://claudeskills.info/api/v1/search?type=subagent&q=review
GET https://claudeskills.info/api/v1/meta
See https://claudeskills.info/llms.txt