[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-elevenlabs-voice-isolator-fr":3,"guides-for-elevenlabs-voice-isolator":230,"similar-k1721ymy7rr7zn8v2rpjnx1cvn86761x":231},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":21,"identity":190,"isFallback":194,"parentExtension":195,"providers":196,"relations":200,"repo":202,"workflow":227},1778053440456.6614,"k1721ymy7rr7zn8v2rpjnx1cvn86761x",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Remove background noise and isolate vocals/speech from audio using ElevenLabs Voice Isolator (audio isolation) API. Use when cleaning up noisy recordings, removing music or background ambience from dialogue, isolating speech from field recordings, preparing audio for transcription, extracting vocals, or any \"denoise / clean up / isolate voice\" task.",{},"ElevenLabs Voice Isolator","https://github.com/elevenlabs/skills/tree/HEAD/voice-isolator",[15,16,17,18,19,20],"audio","voice","elevenlabs","api","isolation","noise-reduction",{"_creationTime":22,"_id":23,"extensionId":5,"locale":24,"result":25,"trustSignals":178,"workflow":188},1778053480675.1772,"kn7f29mm7x25rbwdy5t4mj40ys866mbs","en",{"checks":26,"evaluatedAt":168,"extensionSummary":169,"promptVersionExtension":170,"promptVersionScoring":171,"rationale":172,"score":173,"summary":174,"tags":175,"targetMarket":176,"tier":177},[27,32,35,38,42,45,49,53,56,59,63,68,71,75,78,81,84,87,90,93,97,101,105,110,114,117,120,123,127,130,133,136,139,142,146,149,152,155,158,161,165],{"category":28,"check":29,"severity":30,"summary":31},"Practical Utility","Problem relevance","pass","The description clearly names a concrete user problem: removing background noise and isolating vocals from audio.",{"category":28,"check":33,"severity":30,"summary":34},"Unique selling proposition","The extension utilizes the ElevenLabs Voice Isolator API, providing a specific capability beyond basic LLM functionality for audio cleanup.",{"category":28,"check":36,"severity":30,"summary":37},"Production readiness","The extension provides complete lifecycle coverage for its stated use case, with examples for Python, JavaScript, and cURL, and includes setup instructions.",{"category":39,"check":40,"severity":30,"summary":41},"Scope","Single responsibility principle","The extension focuses solely on audio isolation using the ElevenLabs API, adhering to a single responsibility.",{"category":39,"check":43,"severity":30,"summary":44},"Description quality","The description is concise, readable, and accurately reflects the functionality of the voice isolation API.",{"category":46,"check":47,"severity":30,"summary":48},"Invocation","Scoped tools","The extension utilizes a single, well-defined tool (`audio_isolation.convert`) with clear parameters, adhering to the verb-noun specialist pattern.",{"category":50,"check":51,"severity":30,"summary":52},"Documentation","Configuration & parameter reference","All parameters are documented, including types and defaults where applicable. The requirement for an API key is clearly stated.",{"category":39,"check":54,"severity":30,"summary":55},"Tool naming","The primary tool `audio_isolation.convert` is descriptive and follows a verb-noun pattern.",{"category":39,"check":57,"severity":30,"summary":58},"Minimal I/O surface","The `audio` parameter is required and typed as a file, and the output is a streamed MP3, indicating a minimal and focused I/O surface.",{"category":60,"check":61,"severity":30,"summary":62},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license.",{"category":64,"check":65,"severity":66,"summary":67},"Maintenance","Commit recency","not_applicable","No commit history is available for this specific skill within the provided context.",{"category":64,"check":69,"severity":30,"summary":70},"Dependency Management","The installation instructions clearly specify which SDKs to use and how to install them, indicating good dependency management.",{"category":72,"check":73,"severity":30,"summary":74},"Security","Secret Management","Secrets (API keys) are handled via environment variables and are not hardcoded or echoed in output.",{"category":72,"check":76,"severity":30,"summary":77},"Injection","The extension primarily interacts with an API and doesn't appear to load or execute untrusted third-party data as instructions.",{"category":72,"check":79,"severity":30,"summary":80},"Transitive Supply-Chain Grenades","The extension relies on the ElevenLabs API and bundled SDKs, with no evidence of runtime downloads or arbitrary code execution from external sources.",{"category":72,"check":82,"severity":30,"summary":83},"Sandbox Isolation","The skill interacts with an external API and does not appear to modify files outside of its intended scope or project folders.",{"category":72,"check":85,"severity":30,"summary":86},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls was found.",{"category":72,"check":88,"severity":30,"summary":89},"Data Exfiltration","The extension requires an API key but does not appear to exfiltrate any confidential data; outbound calls are to the ElevenLabs API.",{"category":72,"check":91,"severity":30,"summary":92},"Hidden Text Tricks","The bundled files do not contain any hidden text tricks or obfuscated instructions.",{"category":94,"check":95,"severity":30,"summary":96},"Hooks","Opaque code execution","The provided code examples are in clear, readable languages (Python, JavaScript, Bash) and do not show signs of obfuscation.",{"category":98,"check":99,"severity":30,"summary":100},"Portability","Structural Assumption","The skill makes no structural assumptions about the user's project organization beyond requiring an audio file as input.",{"category":102,"check":103,"severity":66,"summary":104},"Trust","Issues Attention","Issue data is not available for this repository.",{"category":106,"check":107,"severity":108,"summary":109},"Versioning","Release Management","info","A version is not explicitly declared in the SKILL.md frontmatter or package.json for this specific skill, but the overall repository structure and MIT license suggest it's part of a larger, potentially versioned project.",{"category":111,"check":112,"severity":30,"summary":113},"Code Execution","Validation","The API interaction appears to have parameter validation at the API level, as indicated by potential 422 errors for invalid parameters.",{"category":72,"check":115,"severity":30,"summary":116},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":111,"check":118,"severity":30,"summary":119},"Error Handling","The skill includes example error handling for common API errors (401, 422, 429) and general exceptions.",{"category":111,"check":121,"severity":66,"summary":122},"Logging","The skill focuses on API interaction; there are no destructive actions or outbound calls that would necessitate local audit logging.",{"category":124,"check":125,"severity":66,"summary":126},"Compliance","GDPR","The skill processes audio data and does not appear to handle personal data directly.",{"category":124,"check":128,"severity":30,"summary":129},"Target market","The extension's functionality is global and does not appear to be restricted to a specific geographic or legal jurisdiction.",{"category":98,"check":131,"severity":30,"summary":132},"Runtime stability","The skill provides examples for Python and JavaScript, indicating cross-platform compatibility and no specific OS or shell assumptions.",{"category":46,"check":134,"severity":30,"summary":135},"Precise Purpose","The description clearly states the purpose (audio isolation) and when to use it (cleaning noisy recordings, preparing for transcription, etc.).",{"category":46,"check":137,"severity":30,"summary":138},"Concise Frontmatter","The frontmatter is concise, clearly states the core capability, and includes relevant metadata and trigger phrases.",{"category":50,"check":140,"severity":30,"summary":141},"Concise Body","The SKILL.md body is concise and delegates deeper material like installation guides to separate files.",{"category":143,"check":144,"severity":30,"summary":145},"Context","Progressive Disclosure","The SKILL.md outlines the main functionality and links to a separate `references/installation.md` file for detailed setup.",{"category":143,"check":147,"severity":66,"summary":148},"Forked exploration","This skill is a direct API wrapper and does not involve deep exploration or code review, thus `context: fork` is not applicable.",{"category":28,"check":150,"severity":30,"summary":151},"Usage examples","The skill provides ready-to-use examples for Python, JavaScript, and cURL, demonstrating input, invocation, and expected output.",{"category":28,"check":153,"severity":30,"summary":154},"Edge cases","The skill documents common API errors (401, 422, 429) with their symptoms and implies recovery steps (e.g., checking API key, parameters).",{"category":111,"check":156,"severity":66,"summary":157},"Tool Fallback","This skill does not rely on external tools like MCP servers, making the fallback check not applicable.",{"category":98,"check":159,"severity":30,"summary":160},"Stack assumptions","The skill lists its stack assumptions (Python, JavaScript, cURL) and requirements (API key) upfront.",{"category":162,"check":163,"severity":30,"summary":164},"Safety","Halt on unexpected state","Error handling examples suggest the skill will halt on unexpected API states or invalid parameters, reporting errors.",{"category":98,"check":166,"severity":30,"summary":167},"Cross-skill coupling","The skill is self-contained and focuses solely on audio isolation; it does not implicitly rely on or interact with other skills.",1778053465336,"This skill leverages the ElevenLabs API to process audio files, removing background noise and isolating speech. It supports various input formats and provides example implementations in Python, JavaScript, and cURL, requiring an ElevenLabs API key configured via environment variables.","2.0.0","3.4.0","The extension is well-documented, provides clear usage examples, and adheres to security best practices by using environment variables for API keys and interacting with a dedicated API. It has a clear single responsibility and handles potential errors gracefully. The only minor point is the lack of an explicit version number in the SKILL.md, but this is common for skills within a larger repository.",95,"This skill effectively isolates vocals and speech from noisy audio using the ElevenLabs Voice Isolator API, with comprehensive documentation and examples.",[15,16,17,18,19,20],"global","verified",{"codeQuality":179,"collectedAt":180,"documentation":181,"maintenance":183,"security":184,"testCoverage":187},{},1778053455863,{"descriptionLength":182,"readmeSize":8},351,{},{"hasNpmPackage":185,"license":186,"smitheryVerified":185},false,"MIT",{"hasCi":185,"hasTests":185},{"updatedAt":189},1778053480675,{"githubOwner":17,"githubRepo":191,"locale":24,"slug":192,"type":193},"skills","voice-isolator","skill",true,null,{"extract":197,"llm":199},{"commitSha":198,"license":186},"b476f0ccf4be0e22b2e77cc39307665425d1472b",{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":201},"kd71z3hz1pg97d1k2d6kaqeqtx864knt",{"_creationTime":203,"_id":201,"identity":204,"providers":206,"workflow":224},1777995558409.8555,{"githubOwner":17,"githubRepo":191,"sourceUrl":205},"https://github.com/elevenlabs/skills",{"discover":207,"github":210},{"sources":208},[209],"skills-sh",{"closedIssues90d":211,"forks":212,"homepage":213,"license":186,"openIssues90d":214,"pushedAt":215,"readmeSize":216,"stars":217,"topics":218},16,22,"https://elevenlabs.io",1,1777909457000,3014,216,[219,17,220,221,191,222,223],"ai-agents","music","sfx","stt","tts",{"discoverAt":225,"extractAt":226,"githubAt":226,"updatedAt":226},1777995558409,1778053441433,{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":189,"updatedAt":189},1778053440833,1778053440456,[],[232,251,269,288,322,343],{"_creationTime":233,"_id":234,"community":235,"display":236,"identity":244,"providers":245,"relations":249,"workflow":250},1778053440456.6604,"k17a2cxtswmmk54b8wmpfbp5f9866jr0",{"reviewCount":8},{"description":237,"installMethods":238,"name":239,"sourceUrl":240,"tags":241},"Convert text to speech using ElevenLabs voice AI. Use when generating audio from text, creating voiceovers, building voice apps, or synthesizing speech in 70+ languages.",{},"ElevenLabs Text-to-Speech","https://github.com/elevenlabs/skills/tree/HEAD/text-to-speech",[242,17,16,15,243],"text-to-speech","synthesis",{"githubOwner":17,"githubRepo":191,"locale":24,"slug":242,"type":193},{"extract":246,"llm":247},{"commitSha":198,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":248,"targetMarket":176,"tier":177},98,{"repoId":201},{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":189,"updatedAt":189},{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":262,"providers":263,"relations":267,"workflow":268},1778053440456.658,"k17b8tkx3b4vgys5rp9avrjfmn866jdq",{"reviewCount":8},{"description":256,"installMethods":257,"name":258,"sourceUrl":259,"tags":260},"Generate music using ElevenLabs Music API. Use when creating instrumental tracks, songs with lyrics, background music, jingles, or any AI-generated music composition. Supports prompt-based generation, composition plans for granular control, and detailed output with metadata.",{},"ElevenLabs Music","https://github.com/elevenlabs/skills/tree/HEAD/music",[220,17,18,261,15],"generation",{"githubOwner":17,"githubRepo":191,"locale":24,"slug":220,"type":193},{"extract":264,"llm":265},{"commitSha":198,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":266,"targetMarket":176,"tier":177},97,{"repoId":201},{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":189,"updatedAt":189},{"_creationTime":270,"_id":271,"community":272,"display":273,"identity":281,"providers":283,"relations":286,"workflow":287},1778053440456.661,"k17bjp4rs3rva38svbvgzcw685866c6c",{"reviewCount":8},{"description":274,"installMethods":275,"name":276,"sourceUrl":277,"tags":278},"Transform the voice in an audio recording into a different target voice while preserving emotion, timing, and delivery using the ElevenLabs Voice Changer (speech-to-speech) API. Use when converting one voice to another, changing the speaker/narrator of an existing recording, dubbing a voice-over in a different voice, creating character voices from a scratch performance, anonymizing a speaker, or any \"voice conversion / voice transfer / speech-to-speech\" task. Make sure to use this skill whenever the user mentions voice changing, voice conversion, speech-to-speech, swapping a voice in audio, re-voicing a clip, or applying a different voice to an existing recording — even if they don't explicitly say \"voice changer\".",{},"ElevenLabs Voice Changer","https://github.com/elevenlabs/skills/tree/HEAD/voice-changer",[15,16,17,18,279,280],"conversion","speech-to-speech",{"githubOwner":17,"githubRepo":191,"locale":24,"slug":282,"type":193},"voice-changer",{"extract":284,"llm":285},{"commitSha":198,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":201},{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":189,"updatedAt":189},{"_creationTime":289,"_id":290,"community":291,"display":292,"identity":306,"providers":310,"relations":315,"workflow":318},1778053197391.382,"k170wvt5rx3c1hv9a5sfkyezc1866k0q",{"reviewCount":8},{"description":293,"installMethods":294,"name":295,"sourceUrl":296,"tags":297},"Universal AI voice / text-to-speech skill supporting OpenAI TTS (gpt-4o-mini-tts, tts-1), ElevenLabs multilingual TTS with voice cloning, Bailian Qwen TTS (qwen-tts / qwen3-tts-vd with voice-design custom voices, long-text chunking built in), MiniMax speech-02-hd, SiliconFlow CosyVoice / SenseVoice, and PlayHT 2.0. Use this skill whenever the user asks to read text aloud, synthesize speech, generate narration, create voice-over, dub a script, or turn any text into audio (mp3 / wav / ogg / flac). Typical phrases include \"read this aloud\", \"generate voice for ...\", \"create a narration of ...\", \"tts this\", \"把这段念出来\", \"做个配音\", \"合成语音\", or mentions of voices / TTS model names like Alloy, Ash, Cherry, Rachel, CosyVoice, PlayHT. Always use this skill even if the user does not specify a provider — pick one from EXTEND.md defaults or available env keys.",{},"Happy Audio Gen","https://github.com/iamzhihuix/happy-claude-skills/tree/HEAD/skills/happy-audio-gen",[223,298,15,299,300,17,301,302,303,304,305],"speech","voice-generation","openai","bailian","minimax","siliconflow","playht","bun",{"githubOwner":307,"githubRepo":308,"locale":24,"slug":309,"type":193},"iamzhihuix","happy-claude-skills","happy-audio-gen",{"extract":311,"llm":313},{"commitSha":312,"license":186},"f49e7782a551759c9f9e0a4d4417ff053f0a86fd",{"promptVersionExtension":170,"promptVersionScoring":171,"score":314,"targetMarket":176,"tier":177},100,{"parentExtensionId":316,"repoId":317},"k173ydbbp6c0vdpxv5r0q9yvgd867en5","kd7dbbtdq95nkcs3k7fg9w6fdn864j0b",{"anyEnrichmentAt":319,"extractAt":320,"githubAt":319,"llmAt":321,"updatedAt":321},1778053199195,1778053197391,1778053284450,{"_creationTime":323,"_id":324,"community":325,"display":326,"identity":336,"providers":338,"relations":341,"workflow":342},1778053440456.6584,"k17120x7me8p1n30wxpg972esx866b8q",{"reviewCount":8},{"description":327,"installMethods":328,"name":329,"sourceUrl":330,"tags":331},"Transcribe audio to text using ElevenLabs Scribe. Supports batch transcription, realtime streaming from URLs, microphone input, and local files.",{},"ElevenLabs Speech-to-Text","https://github.com/elevenlabs/skills/tree/HEAD/openclaw/elevenlabs-transcribe",[332,15,17,333,334,335],"transcription","python","realtime","batch",{"githubOwner":17,"githubRepo":191,"locale":24,"slug":337,"type":193},"elevenlabs-transcribe",{"extract":339,"llm":340},{"commitSha":198,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":248,"targetMarket":176,"tier":177},{"repoId":201},{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":189,"updatedAt":189},{"_creationTime":344,"_id":345,"community":346,"display":347,"identity":353,"providers":354,"relations":357,"workflow":358},1778053440456.66,"k176861yt3z945kzntpp4a5m95866aq8",{"reviewCount":8},{"description":348,"installMethods":349,"name":329,"sourceUrl":350,"tags":351},"Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content.",{},"https://github.com/elevenlabs/skills/tree/HEAD/speech-to-text",[332,15,17,18,352],"speech-to-text",{"githubOwner":17,"githubRepo":191,"locale":24,"slug":352,"type":193},{"extract":355,"llm":356},{"commitSha":198,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":201},{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":189,"updatedAt":189}]