什麼是 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