什么是 elevenlabs?
使用 ElevenLabs 文本转语音将文档和文本转换为音频。 当用户想要创建播客、叙述文档、 大声朗读文本、从文件生成音频或将文本转换为语音。 来源:sanjay3290/ai-skills。
使用 ElevenLabs 文本转语音将文档和文本转换为音频。 当用户想要创建播客、叙述文档、 大声朗读文本、从文件生成音频或将文本转换为语音。
通过命令行快速安装 elevenlabs AI 技能到你的开发环境
来源:sanjay3290/ai-skills。
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.
使用 ElevenLabs 文本转语音将文档和文本转换为音频。 当用户想要创建播客、叙述文档、 大声朗读文本、从文件生成音频或将文本转换为语音。 来源:sanjay3290/ai-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/sanjay3290/ai-skills --skill elevenlabs使用 ElevenLabs 文本转语音将文档和文本转换为音频。 当用户想要创建播客、叙述文档、 大声朗读文本、从文件生成音频或将文本转换为语音。 来源:sanjay3290/ai-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sanjay3290/ai-skills --skill elevenlabs 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sanjay3290/ai-skills