🎙️
AI EngineeringPython

ElevenLabs Audio

by digitalsamba

ElevenLabs Audio is an AI Engineering skill for Claude Code, published by digitalsamba in claude-code-video-toolkit.

2K stars327 forkson digitalsamba/claude-code-video-toolkitAdded 2026/08/18+1% in starsRepository updated 2026/08/13
ai-video-generatorclaude-codedeveloper-toolselevenlabsopen-sourceopenclawplaywrightprogrammatic-videoqwen-ttsremotiontext-to-speechvideo-editingvideo-production
Install in seconds
Install ElevenLabs Audio
Copy ElevenLabs Audio into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/digitalsamba/claude-code-video-toolkit/tree/main/.claude/skills/elevenlabs ~/.claude/skills/elevenlabs

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/digitalsamba/claude-code-video-toolkit.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/elevenlabs/SKILL.md in digitalsamba/claude-code-video-toolkit
Installs to
~/.claude/skills/elevenlabs
Collection
One of 13 skills cataloged from this repository
Category
AI Engineering2451 skills

What ElevenLabs Audio does

ElevenLabs Audio generates voiceovers, sound effects, and music using the ElevenLabs APIs. Use when creating audio content for videos, podcasts, or games.

ElevenLabs Audio is cataloged under AI Engineering on DirSkills. ElevenLabs Audio comes from a repository tagged ai-video-generator, claude-code, developer-tools, elevenlabs and open-source.

Documentation

README

ElevenLabs Audio Generation

Requires ELEVENLABS_API_KEY in .env.

Text-to-Speech

from elevenlabs.client import ElevenLabs
from elevenlabs import save, VoiceSettings
import os

client = ElevenLabs(api_key=os.getenv("ELEVENLABS_API_KEY"))

audio = client.text_to_speech.convert(
    text="Welcome to my video!",
    voice_id="JBFqnCBsd6RMkjVDRZzb",
    model_id="eleven_multilingual_v2",
    voice_settings=VoiceSettings(
        stability=0.5,
        similarity_boost=0.75,
        style=0.5,
        speed=1.0
    )
)
save(audio, "voiceover.mp3")

Models

This is the opening of the README. Read the full README on GitHub.

Commands ElevenLabs Audio provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /generate-voiceover

Frequently asked about ElevenLabs Audio

  • What else does digitalsamba publish alongside ElevenLabs Audio?

    ElevenLabs Audio is one of 13 skills that DirSkills catalogs from digitalsamba/claude-code-video-toolkit, the repository it ships in. Its siblings there include ACE-Step Music Generation, FFmpeg and Frontend Design. Each one is a separate skill with its own page in this directory, installs the same way ElevenLabs Audio does, and is maintained by digitalsamba in that same repository. The rest of the collection is listed on the digitalsamba/claude-code-video-toolkit page.

  • How does ElevenLabs Audio compare to other AI Engineering skills?

    ElevenLabs Audio ranks #889 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of ElevenLabs Audio against them. Open each page to compare what they document and how they install.

More from digitalsamba/claude-code-video-toolkit

ElevenLabs Audio is one of 13 skills cataloged on DirSkills from digitalsamba/claude-code-video-toolkit.

See all 13 skills
🎵
2w ago

ACE-Step Music Generation

ACE-Step Music Generation creates background music, vocal tracks, covers, and stems using the ACE-Step 1.5 model. Use it to produce soundtracks, jingles, or audio edits for video projects.
AI Engineering
2K327
🎬
2w ago

FFmpeg

FFmpeg processes video and audio files for format conversion, resizing, compression, audio extraction, trimming, speed adjustment, and preparing assets for Remotion projects. Use it when an agent needs any media transformation task, such as converting GIF to MP4, extracting audio, or compressing videos.
Automation
2K327
🎨
2w ago

Frontend Design

Frontend Design creates distinctive, production-grade frontend interfaces with high design quality, avoiding generic AI aesthetics. Use it when building web components, pages, or applications that need a bold, cohesive visual direction.
Frontend
2K327
🖼️
2w ago

Ideogram 4

Ideogram 4 generates images via Ideogram's hosted v4 API using structured JSON captions for legible in-image text, exact brand colors, and controlled layout. Use it when producing title cards, thumbnails, quote cards, or CTAs that need baked-in text.
AI Engineering
2K327
🎬
2w ago

LTX2

LTX2 generates ~5 second video clips from text prompts or images using the LTX-2.3 22B DiT model. Use it when you need b-roll, animated slide backgrounds, animated portraits, or other motion content for video production.
AI Engineering
2K327
🎬
2w ago

MoviePy

MoviePy overlays deterministic text on AI-generated video and composes short Python video projects. Use for captions, labels, lower thirds on LTX-2 or SadTalker output, building sub-30s ad-style spots, or programmatic video composition without Remotion.
Automation
2K327