[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-NoizAI-tts-en":3,"guides-for-NoizAI-tts":372,"similar-k1780m9bym6pcnr3yx322hj5ah86n6y7-en":373},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":229,"parentExtension":249,"providers":250,"relations":255,"repo":257,"tags":368,"workflow":369},1778694659798.255,"k1780m9bym6pcnr3yx322hj5ah86n6y7",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use this skill whenever the user wants to convert text into speech, generate audio from text, or produce voiceovers. Triggers include: any mention of 'TTS', 'text to speech', 'speak', 'say', 'voice', 'read aloud', 'audio narration', 'voiceover', 'dubbing', or requests to turn written content into spoken audio. Also use when converting EPUB/PDF/SRT/articles to audio, cloning voices from reference audio, controlling emotion or speed in speech, aligning speech to subtitle timelines, or producing per-segment voice-mapped audio.",{"claudeCode":12},"NoizAI/skills","tts","https://github.com/NoizAI/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":242},1778694818343.9314,"kn78q9jexx9r1gxw9ptx332can86msex","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,44,48,51,54,58,62,66,70,73,76,79,82,85,88,92,96,101,105,109,112,115,118,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of converting text to speech and producing voiceovers, with specific triggers and use cases provided.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers advanced features like voice cloning, emotion control, and timeline-accurate audio rendering, which go beyond basic text-to-speech capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides robust functionality for text-to-speech conversion, including multiple backends, modes, and configuration options, covering the complete lifecycle for its stated use cases.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on text-to-speech generation and related audio manipulation, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, including its triggers, advanced modes, and use cases.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill is a script-based tool, not a set of discrete tools, so this check is not applicable.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md file clearly documents parameters for both the default 'speak' command and the 'render' subcommand, including backend-specific options and defaults.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a script-based skill with a CLI interface, not a set of named tools, making this check not applicable.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The script's command-line arguments are well-defined and specific to the task, avoiding overly broad input parameters or excessive output.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 7, 2026, indicating recent maintenance activity.",{"category":59,"check":63,"severity":64,"summary":65},"Dependency Management","warning","The skill requires the 'requests' package for the Noiz backend, but there's no explicit mention of lockfiles or automated dependency updates for it.",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","API keys are handled securely via environment variables or a protected config file, and are not echoed to stdout.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The script appears to handle text and file inputs safely, not executing arbitrary code from external data.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill bundles its dependencies and does not fetch or execute external code at runtime.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The script operates within defined scopes, writing to output paths and configuration directories, without modifying arbitrary files outside its domain.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected in the script.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","Outbound calls are documented and related to core functionality; no exfiltration of confidential data is apparent.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content and descriptions are free of hidden steering tricks or obfuscation characters.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The scripts are provided in plain, readable Python source code.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The script correctly handles file paths relative to its execution context and declares configuration locations.",{"category":97,"check":98,"severity":99,"summary":100},"Trust","Issues Attention","info","There were 2 issues opened and 0 closed in the last 90 days, indicating low recent activity on issues.",{"category":102,"check":103,"severity":24,"summary":104},"Versioning","Release Management","The SKILL.md frontmatter declares a name and description, but no explicit version. However, installation via `npx skills add NoizAI/skills --full-depth --skill tts -y` implies versioning via commit hash.",{"category":106,"check":107,"severity":24,"summary":108},"Code Execution","Validation","Input parameters such as file paths, text, and API keys are handled and validated within the script's logic.",{"category":67,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The script primarily writes to specified output files or configuration directories, with no unguarded destructive operations.",{"category":106,"check":113,"severity":24,"summary":114},"Error Handling","The script includes comprehensive error handling for API calls, file operations, and invalid inputs, exiting with non-zero status codes.",{"category":106,"check":116,"severity":24,"summary":117},"Logging","The script provides informative output to stderr regarding operations like API key configuration, downloading, and backend selection, serving as an audit trail.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The skill does not appear to operate on personal data beyond what is necessary for TTS synthesis, and API calls are documented.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill's functionality is global and not tied to any specific geographic or legal jurisdiction.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The script declares Python 3.6-3.11 support and has minimal external dependencies beyond standard Python libraries and optional `requests` or `kokoro-tts`.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README.md file exists, provides installation instructions, and lists available skills including 'tts'.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This is a single script with subcommands, not an extension with multiple distinct tools.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","The skill uses subcommands ('speak', 'render', 'to-srt', 'config') which are distinct and not overlapping synonyms.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All features advertised in the README and SKILL.md, such as TTS generation, voice cloning, and timeline rendering, have corresponding implementations.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions using `npx skills add` and includes an example CLI invocation for the 'tts' skill.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","Error messages are clear, explain the issue (e.g., missing API key, required parameter), and provide remediation steps.",{"category":149,"check":150,"severity":64,"summary":151},"Execution","Pinned dependencies","The script lists required packages like 'requests' but lacks explicit version pinning or lockfiles, potentially leading to compatibility issues.",{"category":33,"check":153,"severity":42,"summary":154},"Dry-run preview","The 'tts' skill's primary operations involve generating audio files, which are not destructive and do not require a dry-run mode.",{"category":156,"check":157,"severity":24,"summary":158},"Protocol","Idempotent retry & timeouts","Network calls to the Noiz API have a configurable timeout, and the script handles potential errors gracefully.",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","There is no indication of telemetry being collected or emitted by this skill; all operations are user-driven.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The SKILL.md clearly defines the purpose of converting text to speech and provides specific triggers and non-goals.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the skill's core capability and triggers.",{"category":45,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is well-structured, uses progressive disclosure for details, and stays within reasonable length.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","Detailed information is provided inline, with links to external reference files like `ref_3rd_party.md` for further details.",{"category":172,"check":176,"severity":42,"summary":177},"Forked exploration","This skill is a direct-use tool and does not involve deep exploration or code review, making 'context: fork' not applicable.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The SKILL.md and README provide clear, ready-to-use examples for various functionalities, including basic speak, voice cloning, and timeline rendering.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The script handles potential issues like missing API keys, empty text input, and incorrect parameter values, providing informative error messages and recovery paths.",{"category":106,"check":185,"severity":24,"summary":186},"Tool Fallback","The skill supports a fallback to 'noiz-guest' mode when no API key is configured, and can explicitly use the 'kokoro' backend if installed.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The script includes checks for prerequisites like API keys and required packages, halting execution with clear error messages if they are not met.",{"category":93,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The 'tts' skill operates standalone and does not implicitly rely on other skills; any references to third-party integrations are clearly documented.",1778694818233,"This skill converts text into speech using either the Noiz cloud API or a local Kokoro backend. It supports simple text-to-audio conversion, voice cloning, emotion control, and precise timeline-aligned audio generation from SRT files. It also includes utilities for generating SRT files from text and managing API keys.",[197,198,199,200,201,202],"Text to speech conversion","Voice cloning from reference audio","Emotion and speed control","Timeline-accurate audio rendering from SRT","Support for Noiz cloud API and local Kokoro backend","Guest mode for Noiz API without authentication",[204,205,206],"Real-time conversational voice interaction","Audio editing beyond simple synthesis and alignment","Direct integration with chat platforms (though output can be used for it)","3.0.0","4.4.0","To provide users with a versatile and high-quality tool for generating speech audio from text, catering to a wide range of needs from simple voiceovers to complex dubbing.","The skill is well-documented, offers advanced TTS features, and handles errors robustly. Minor warnings regarding dependency management and issue attention do not detract from overall high quality.",96,"High-quality Text-to-Speech skill with advanced features and robust implementation.",[13,214,215,216,217,218],"speech","audio","voice","narration","dubbing","global","community",[222,223,224,225,226],"Generating voiceovers for videos or presentations","Creating audiobooks from text files or articles","Producing synthesized speech for chatbots or virtual assistants","Dubbing video content with time-aligned voiceovers","Cloning a specific voice for personalized audio messages",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":239,"testCoverage":240},{"hasLockfile":229},false,1778694802732,{"descriptionLength":232,"readmeSize":233},529,4484,{"closedIssues90d":8,"forks":235,"hasChangelog":229,"openIssues90d":236,"pushedAt":237,"stars":238},72,2,1778143310000,497,{"hasNpmPackage":229,"smitheryVerified":229},{"hasCi":241,"hasTests":241},true,{"updatedAt":243},1778694818344,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/tts","NoizAI","skills","skill",null,{"evaluate":251,"extract":253},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":252,"targetMarket":219,"tier":220},[13,214,215,216,217,218],{"commitSha":254},"HEAD",{"repoId":256},"kd76ab29g8nkd2m33vabs03ybx86my58",{"_creationTime":258,"_id":256,"identity":259,"providers":260,"workflow":364},1778694655410.099,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":261,"discover":358,"github":361},{"commitSha":254,"extensions":262},[263,277,289,297,310,320,330,346],{"basePath":264,"description":265,"displayName":266,"installMethods":267,"rationale":268,"selectedPaths":269,"source":276,"sourceLanguage":18,"type":248},"skills/characteristic-voice","Use this skill whenever the user wants speech to sound more human, companion-like, or emotionally expressive. Triggers include: any mention of 'say like', 'talk like', 'speak like', 'companion voice', 'comfort me', 'cheer me up', 'sound more human', 'good night voice', 'good morning voice', or requests to add fillers, emotion, or personality to generated speech. Also use when the user wants to mimic a specific character's voice, apply speaking style presets (goodnight, morning, comfort, celebration, chatting), tune emotional parameters like warmth or tenderness, or make TTS output feel like a real person talking. If the user asks for a 'voice message', 'companion audio', 'character voice', or wants speech that sighs, laughs, hesitates, or sounds genuinely warm, use this skill. Do NOT use for plain text-to-speech without personality, music generation, sound effects, or general coding tasks unrelated to expressive speech.","characteristic-voice",{"claudeCode":12},"SKILL.md frontmatter at skills/characteristic-voice/SKILL.md",[270,273],{"path":271,"priority":272},"SKILL.md","mandatory",{"path":274,"priority":275},"scripts/speak.sh","low","rule",{"basePath":278,"description":279,"displayName":280,"installMethods":281,"rationale":282,"selectedPaths":283,"source":276,"sourceLanguage":18,"type":248},"skills/chat-with-anyone","Chat with any real person or fictional character in their own voice by automatically finding their speech online, extracting a clean reference sample, and generating audio replies. Also supports generating a matching voice from an uploaded image. Use when the user says \"我想跟xxx聊天\", \"你来扮演xxx跟我说话\", \"让xxx给我讲讲这篇文章\", \"我想跟图片中的人说话\", or similar.","chat-with-anyone",{"claudeCode":12},"SKILL.md frontmatter at skills/chat-with-anyone/SKILL.md",[284,285,287],{"path":271,"priority":272},{"path":286,"priority":275},"scripts/extract_ref_segment.py",{"path":288,"priority":275},"scripts/voice_design.py",{"basePath":290,"description":291,"displayName":292,"installMethods":293,"rationale":294,"selectedPaths":295,"source":276,"sourceLanguage":18,"type":248},"skills/daily-news-caster","Fetches the latest news using news-aggregator-skill, formats it into a podcast script in Markdown format, and uses the tts skill to generate a podcast audio file. Use when the user asks to get the latest news and read it out as a podcast.","daily-news-caster",{"claudeCode":12},"SKILL.md frontmatter at skills/daily-news-caster/SKILL.md",[296],{"path":271,"priority":272},{"basePath":298,"description":299,"displayName":300,"installMethods":301,"rationale":302,"selectedPaths":303,"source":276,"sourceLanguage":18,"type":248},"skills/sound-fx","Use this skill whenever the user wants to generate sound effects, ambient audio, or short audio clips from a text description. Triggers include: any mention of 'sound effect', 'sfx', 'generate sound', 'make a sound', 'audio effect', 'ambient sound', 'foley', 'sound clip', 'noise', or requests to produce a specific sound (e.g. 'make a gunshot sound', 'generate thunder', 'create the sound of rain'). Also use when the user describes an action or scenario and wants the corresponding audio (e.g. 'someone getting spanked', 'a door slamming', 'cartoon boing'). Do NOT use for speech synthesis, music generation with melody/lyrics, or voice cloning.","sound-fx",{"claudeCode":12},"SKILL.md frontmatter at skills/sound-fx/SKILL.md",[304,305,308],{"path":271,"priority":272},{"path":306,"priority":307},"ref_3rd_party.md","medium",{"path":309,"priority":275},"scripts/sfx.py",{"basePath":311,"description":312,"displayName":313,"installMethods":314,"rationale":315,"selectedPaths":316,"source":276,"sourceLanguage":18,"type":248},"skills/speech-to-text","Use this skill whenever the user wants to transcribe audio to text, convert speech to text, or get a transcript from an audio or video file. Triggers include: any mention of 'transcribe', 'transcription', 'speech to text', 'STT', 'convert audio to text', 'what does this audio say', 'get transcript', 'subtitle generation', or requests to extract spoken words from a file. Also use when the user wants speaker identification from audio, timestamps for captions, or multilingual transcription.","speech-to-text",{"claudeCode":12},"SKILL.md frontmatter at skills/speech-to-text/SKILL.md",[317,318],{"path":271,"priority":272},{"path":319,"priority":275},"scripts/stt.py",{"basePath":321,"description":322,"displayName":323,"installMethods":324,"rationale":325,"selectedPaths":326,"source":276,"sourceLanguage":18,"type":248},"skills/template-skill","Reusable template for authoring new Agent Skills with clear triggers, workflow, and I/O contracts.","template-skill",{"claudeCode":12},"SKILL.md frontmatter at skills/template-skill/SKILL.md",[327,328],{"path":271,"priority":272},{"path":329,"priority":307},"SKILL.zh-CN.md",{"basePath":245,"description":10,"displayName":13,"installMethods":331,"rationale":332,"selectedPaths":333,"source":276,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/tts/SKILL.md",[334,335,336,338,340,342,344],{"path":271,"priority":272},{"path":306,"priority":307},{"path":337,"priority":275},"scripts/noiz_tts.py",{"path":339,"priority":275},"scripts/render_timeline.py",{"path":341,"priority":275},"scripts/test_tts.py",{"path":343,"priority":275},"scripts/text_to_srt.py",{"path":345,"priority":275},"scripts/tts.py",{"basePath":347,"description":348,"displayName":349,"installMethods":350,"rationale":351,"selectedPaths":352,"source":276,"sourceLanguage":18,"type":248},"skills/video-translation","Translate and dub videos from one language to another, replacing the original audio with TTS while keeping the video intact.","video-translation",{"claudeCode":12},"SKILL.md frontmatter at skills/video-translation/SKILL.md",[353,354,356],{"path":271,"priority":272},{"path":355,"priority":275},"scripts/replace_audio.sh",{"path":357,"priority":275},"scripts/srt_to_duck.py",{"sources":359},[360],"manual",{"closedIssues90d":8,"description":362,"forks":235,"openIssues90d":236,"pushedAt":237,"readmeSize":233,"stars":238,"topics":363},"Allow your 🦞 bot to Shout, Speak, with \"human\" vibe",[],{"classifiedAt":365,"discoverAt":366,"extractAt":367,"githubAt":367,"updatedAt":365},1778694659166,1778694655410,1778694657421,[215,218,217,214,13,216],{"evaluatedAt":243,"extractAt":370,"updatedAt":371},1778694659798,1778694914881,[],[374,401,428,448,476,502],{"_creationTime":375,"_id":376,"community":377,"display":378,"identity":384,"providers":387,"relations":395,"tags":397,"workflow":398},1778695021936.5625,"k1703jnec5x3fdsmasfekwt56s86m8bv",{"reviewCount":8},{"description":379,"installMethods":380,"name":382,"sourceUrl":383},"Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.",{"claudeCode":381},"openai/skills","Speech Generation Skill","https://github.com/openai/skills",{"basePath":385,"githubOwner":386,"githubRepo":247,"locale":18,"slug":214,"type":248},"skills/.curated/speech","openai",{"evaluate":388,"extract":393},{"promptVersionExtension":207,"promptVersionScoring":208,"score":389,"tags":390,"targetMarket":219,"tier":392},100,[214,215,386,13,391,217],"text-to-speech","verified",{"commitSha":254,"license":394},"Apache-2.0",{"repoId":396},"kd75n2zj3yh472p25zffgycved86mnpx",[215,217,386,214,391,13],{"evaluatedAt":399,"extractAt":400,"updatedAt":399},1778695652845,1778695021936,{"_creationTime":402,"_id":403,"community":404,"display":405,"identity":411,"providers":415,"relations":421,"tags":424,"workflow":425},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":406,"installMethods":407,"name":409,"sourceUrl":410},"Convert documents and text to audio using Google Cloud Text-to-Speech.\nUse this skill when the user wants to: narrate a document, read aloud text,\ngenerate audio from a file, convert text to speech, create a recording\nof documentation or analysis, create a podcast from a document, or use\nGoogle TTS/text-to-speech. Trigger phrases: \"read this aloud\", \"narrate this\",\n\"create a recording\", \"text to speech\", \"TTS\", \"convert to audio\",\n\"audio from document\", \"listen to this\", \"generate audio\", \"google tts\",\n\"create a podcast\".\n",{"claudeCode":408},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":412,"githubOwner":413,"githubRepo":414,"locale":18,"slug":409,"type":248},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":416,"extract":420},{"promptVersionExtension":207,"promptVersionScoring":208,"score":389,"tags":417,"targetMarket":219,"tier":392},[13,214,215,418,419],"google-cloud","python",{"commitSha":254},{"parentExtensionId":422,"repoId":423},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[215,418,419,214,13],{"evaluatedAt":426,"extractAt":427,"updatedAt":426},1778697061989,1778696833339,{"_creationTime":429,"_id":430,"community":431,"display":432,"identity":434,"providers":435,"relations":443,"tags":444,"workflow":445},1778694659798.2534,"k170p7rk3v2rqw6qxbn248pbt986nhzb",{"reviewCount":8},{"description":265,"installMethods":433,"name":266,"sourceUrl":14},{"claudeCode":12},{"basePath":264,"githubOwner":246,"githubRepo":247,"locale":18,"slug":266,"type":248},{"evaluate":436,"extract":442},{"promptVersionExtension":207,"promptVersionScoring":208,"score":437,"tags":438,"targetMarket":219,"tier":220},95,[13,216,214,439,440,441],"emotion","character","nlp",{"commitSha":254},{"repoId":256},[440,439,441,214,13,216],{"evaluatedAt":446,"extractAt":370,"updatedAt":447},1778694682312,1778694913797,{"_creationTime":449,"_id":450,"community":451,"display":452,"identity":458,"providers":462,"relations":470,"tags":472,"workflow":473},1778697652123.8977,"k17dredz1hs8xzqz5p5er1qsgh86n8x6",{"reviewCount":8},{"description":453,"installMethods":454,"name":456,"sourceUrl":457},"Local text-to-speech via sherpa-onnx (offline, no cloud)",{"claudeCode":455},"steipete/clawdis","sherpa-onnx-tts","https://github.com/steipete/clawdis",{"basePath":459,"githubOwner":460,"githubRepo":461,"locale":18,"slug":456,"type":248},"skills/sherpa-onnx-tts","steipete","clawdis",{"evaluate":463,"extract":469},{"promptVersionExtension":207,"promptVersionScoring":208,"score":464,"tags":465,"targetMarket":219,"tier":392},99,[13,466,467,468,215],"local","offline","sherpa-onnx",{"commitSha":254},{"repoId":471},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[215,466,467,468,13],{"evaluatedAt":474,"extractAt":475,"updatedAt":474},1778698917372,1778697652123,{"_creationTime":477,"_id":478,"community":479,"display":480,"identity":486,"providers":489,"relations":496,"tags":498,"workflow":499},1778690923100.0378,"k17cvy6yv9xmtby9b03sb83ep586n46a",{"reviewCount":8},{"description":481,"installMethods":482,"name":484,"sourceUrl":485},"ElevenLabs text-to-speech with 22+ premium voices, multilingual support, and voice tuning via inference.sh CLI. Models: eleven_multilingual_v2 (highest quality), eleven_turbo_v2_5 (low latency), eleven_flash_v2_5 (ultra-fast). Capabilities: text-to-speech, voice selection, stability/style control, 32 languages. Use for: voiceovers, audiobooks, video narration, podcasts, accessibility, IVR. Triggers: elevenlabs, eleven labs, elevenlabs tts, premium tts, professional voice, ai voice, high quality tts, multilingual tts, eleven labs voice, voice generation, natural speech, realistic voice, voice over, speech synthesis",{"claudeCode":483},"inferen-sh/skills","elevenlabs-tts","https://github.com/inferen-sh/skills",{"basePath":487,"githubOwner":488,"githubRepo":247,"locale":18,"slug":484,"type":248},"tools/audio/elevenlabs-tts","inferen-sh",{"evaluate":490,"extract":495},{"promptVersionExtension":207,"promptVersionScoring":208,"score":464,"tags":491,"targetMarket":219,"tier":392},[391,13,492,215,493,494],"elevenlabs","voice-generation","multilingual",{"commitSha":254},{"repoId":497},"kd75bmkxfkvvw504knzzpkzjph86n71t",[215,492,494,391,13,493],{"evaluatedAt":500,"extractAt":501,"updatedAt":500},1778692055679,1778690923100,{"_creationTime":503,"_id":504,"community":505,"display":506,"identity":512,"providers":517,"relations":525,"tags":527,"workflow":528},1778675173113.976,"k171bkm8ht92njdnefw0w7yexn86m9gv",{"reviewCount":8},{"description":507,"installMethods":508,"name":510,"sourceUrl":511},"This skill should be used when the user asks about \"audio production\", \"ElevenLabs\", \"voice isolator\", \"audio post-production\", \"AI narration\", \"text to speech production\", \"voiceover studio\", \"audio native\", \"transcription\", \"Scribe\", \"multi-track audio\", \"audio assembly\", \"batch audio processing\", \"audio export\", \"act as an audio producer\", \"audio producer mode\", \"TTS production\", \"podcast audio\", \"audiobook production\", \"narration workflow\", \"content series audio\", \"multi-tool audio chain\", \"ElevenLabs Projects\", or needs expertise in end-to-end audio production pipelines using ElevenLabs tools. Part of the AlterLab FC Skills collection (GenAI pack).\n",{"claudeCode":509},"AlterLab-IEU/AlterLab-FC-Skills","AlterLab FC AI Audio Producer","https://github.com/AlterLab-IEU/AlterLab-FC-Skills",{"basePath":513,"githubOwner":514,"githubRepo":515,"locale":18,"slug":516,"type":248},"skills/genai/alterlab-genai-audio-producer","AlterLab-IEU","AlterLab-FC-Skills","alterlab-genai-audio-producer",{"evaluate":518,"extract":523},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":519,"targetMarket":219,"tier":392},[520,492,13,521,522,217],"audio-production","podcast","audiobook",{"commitSha":254,"license":524},"MIT",{"repoId":526},"kd77hbyh7fgv1hx4fzbfjj4d1n86m0jx",[520,522,492,217,521,13],{"evaluatedAt":529,"extractAt":530,"updatedAt":529},1778675415946,1778675173114]