·elevenlabs
*

elevenlabs

Convert documents and text to audio using ElevenLabs text-to-speech. Use this skill when the user wants to create a podcast, narrate a document, read aloud text, generate audio from a file, or convert text to speech.

38Installs·1Trend·@sanjay3290

Installation

$npx skills add https://github.com/sanjay3290/ai-skills --skill elevenlabs

How to Install elevenlabs

Quickly install elevenlabs AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/sanjay3290/ai-skills --skill elevenlabs
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: sanjay3290/ai-skills.

SKILL.md

View raw

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.

Dependencies: pip install PyPDF2 python-docx (only needed for PDF/DOCX files).

The script handles text extraction, chunking at sentence boundaries (4000 chars), TTS per chunk with voice continuity, and ffmpeg concatenation automatically.

Convert documents and text to audio using ElevenLabs text-to-speech. Use this skill when the user wants to create a podcast, narrate a document, read aloud text, generate audio from a file, or convert text to speech. Source: sanjay3290/ai-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sanjay3290/ai-skills --skill elevenlabs
Category
*Creative Media
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from sanjay3290/ai-skills

Quick answers

What is elevenlabs?

Convert documents and text to audio using ElevenLabs text-to-speech. Use this skill when the user wants to create a podcast, narrate a document, read aloud text, generate audio from a file, or convert text to speech. Source: sanjay3290/ai-skills.

How do I install elevenlabs?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sanjay3290/ai-skills --skill elevenlabs Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/sanjay3290/ai-skills

Details

Category
*Creative Media
Source
skills.sh
First Seen
2026-02-20