Splits blog posts or scripts into optimal chunks under ElevenLabs character limits, synthesizes each chunk using the v2 Multilingual model, and stitches MP3 segments together with pydub. Supports custom voice cloning via stored Voice IDs with per-segment stability and similarity tuning. Final audio is uploaded to Cloudflare R2 and a signed URL is returned.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "ElevenLabs Voiceover Generator for Long-Form Content"
slug: "elevenlabs-voiceover-longform"
description: "Splits blog posts or scripts into optimal chunks under ElevenLabs character limits, synthesizes each chunk using the v2 Multilingual model, and stitches MP3 segments together with pydub. Supports custom voice cloning via stored Voice IDs with per-segment stability and similarity tuning. Final audio is uploaded to Cloudflare R2 and a signed URL is returned."
verification: "security_reviewed"
source: "https://elevenlabs.io/docs"
author: "ElevenLabs"
category: "Media & Transcription"
framework: "Claude Code"
---
# ElevenLabs Voiceover Generator for Long-Form Content
Splits blog posts or scripts into optimal chunks under ElevenLabs character limits, synthesizes each chunk using the v2 Multilingual model, and stitches MP3 segments together with pydub. Supports custom voice cloning via stored Voice IDs with per-segment stability and similarity tuning. Final audio is uploaded to Cloudflare R2 and a signed URL is returned.
## Installation
Requirements and caveats from upstream:
- ElevenLabs provides AI voice infrastructure: text-to-speech, speech-to-text, voice cloning, conversational agents, and generative audio. All capabilities are accessible through a REST API with official Python and Type...
Basic usage or getting-started notes:
- Files
- Workspaces
- Light
- Source: https://elevenlabs.io/docs
## Documentation
- https://elevenlabs.io/docs
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/elevenlabs-voiceover-longform/)
No comments yet. Be the first to comment!