[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-elevenlabs-setup-api-key":3,"mdc--16kg76-key":34,"related-org-elevenlabs-setup-api-key":547,"related-repo-elevenlabs-setup-api-key":659},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":17,"repoUrl":18,"updatedAt":19,"license":20,"forks":21,"topics":22,"repo":29,"sourceUrl":32,"mdContent":33},"setup-api-key","set up ElevenLabs API key","Guides users through setting up an ElevenLabs API key for ElevenLabs MCP tools. Use when the user needs to configure an ElevenLabs API key, when ElevenLabs tools fail due to missing API key, or when the user mentions needing access to ElevenLabs. First checks whether ELEVENLABS_API_KEY is already configured and valid, and only runs full setup when needed.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"elevenlabs","ElevenLabs","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Felevenlabs.png",[12,14],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"Environment Variables","environment-variables",374,"https:\u002F\u002Fgithub.com\u002Felevenlabs\u002Fskills","2026-04-06T18:09:34.705989","MIT",48,[23,8,24,25,26,27,28],"ai-agents","music","sfx","skills","stt","tts",{"repoUrl":18,"stars":17,"forks":21,"topics":30,"description":31},[23,8,24,25,26,27,28],"Collections of skills for building with ElevenLabs","https:\u002F\u002Fgithub.com\u002Felevenlabs\u002Fskills\u002Ftree\u002FHEAD\u002Fsetup-api-key","---\nname: setup-api-key\ndescription: Guides users through setting up an ElevenLabs API key for ElevenLabs MCP tools. Use when the user needs to configure an ElevenLabs API key, when ElevenLabs tools fail due to missing API key, or when the user mentions needing access to ElevenLabs. First checks whether ELEVENLABS_API_KEY is already configured and valid, and only runs full setup when needed.\nlicense: MIT\ncompatibility: Requires internet access to elevenlabs.io and api.elevenlabs.io.\n---\n\n# ElevenLabs API Key Setup\n\nGuide the user through obtaining and configuring an ElevenLabs API key.\n\n## Workflow\n\n### Step 0: Check for an existing API key first\n\nBefore asking the user for a key, check for an existing `ELEVENLABS_API_KEY`:\n\n1. Check whether `ELEVENLABS_API_KEY` exists in the current environment. If it does, use that value for this initial check.\n2. Only if it is not in the environment, check `.env` for `ELEVENLABS_API_KEY=\u003Cvalue>`.\n3. Do not print, quote, or repeat the key. If you mention it, redact it.\n4. If an existing key is found, validate it:\n   ```text\n   GET https:\u002F\u002Fapi.elevenlabs.io\u002Fv1\u002Fuser\n   Header: xi-api-key: \u003Cexisting-api-key>\n   ```\n4. **If existing key validation succeeds:**\n   - Tell the user ElevenLabs is already configured and working\n   - Skip the setup flow\n   - Ask whether they want to replace\u002Frotate the key; if not, stop\n5. **If existing key validation fails:**\n   - Tell the user the existing key appears invalid or expired\n   - Continue to Step 1\n\n### Step 1: Request the API key\n\nTell the user:\n\n> To set up ElevenLabs, open the API keys page: https:\u002F\u002Felevenlabs.io\u002Fapp\u002Fsettings\u002Fapi-keys\n>\n> (Need an account? Create one at https:\u002F\u002Felevenlabs.io\u002Fapp\u002Fsign-up first)\n>\n> If you don't have an API key yet:\n> 1. Click \"Create key\"\n> 2. Name it (or use the default)\n> 3. Set permission for your key. If you provide a key with \"User\" permission set to \"Read\" this skill will automatically verify if your key works\n> 4. Click \"Create key\" to confirm\n> 5. **Copy the key immediately** - it's only shown once!\n>\n> Do not paste the key into this chat. Instead, copy\u002Fpaste it into your local `.env` file:\n>\n> ```\n> ELEVENLABS_API_KEY=your-api-key\n> ```\n>\n> If `.env` already has an `ELEVENLABS_API_KEY=...` line, replace that line.\n> Tell me when you've saved it, without sharing the key.\n\nThen wait for the user to confirm that the key is saved locally.\n\n### Step 2: Validate and configure\n\nAfter the user says the key is saved:\n\n1. Re-check both `.env` and the current environment for `ELEVENLABS_API_KEY`, but treat `.env` as the source of truth for this step.\n2. If `.env` contains a value, validate that value even when the current environment also has a different `ELEVENLABS_API_KEY`.\n3. If `.env` does not contain the key:\n   - Tell the user `.env` does not appear to contain `ELEVENLABS_API_KEY`.\n   - Show the expected line again.\n   - If the current environment does contain a key, note that this step still requires saving the key in `.env`.\n   - Remind them not to paste the key into chat.\n4. If a `.env` key is found, validate it:\n   ```text\n   GET https:\u002F\u002Fapi.elevenlabs.io\u002Fv1\u002Fuser\n   Header: xi-api-key: \u003Clocal-api-key>\n   ```\n5. If validation fails:\n   - Tell the user the local key appears invalid or expired.\n   - Remind them of the API keys page.\n   - Ask them to replace the `.env` value and tell you when it is saved.\n6. If validation succeeds, confirm:\n   > Done. ElevenLabs is configured and the key in `.env` works.\n\n## Safety Rules\n\n- Never ask the user to paste an API key, token, or secret into chat.\n- Never print or echo API key values from environment variables or `.env`.\n- Prefer `.env` or managed secrets over shell history for persistent local configuration.\n- For browser or client-side apps, keep `ELEVENLABS_API_KEY` on the server and issue short-lived tokens where applicable.\n",{"data":35,"body":37},{"name":4,"description":6,"license":20,"compatibility":36},"Requires internet access to elevenlabs.io and api.elevenlabs.io.",{"type":38,"children":39},"root",[40,49,55,62,69,83,192,198,203,312,317,323,328,498,504],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"elevenlabs-api-key-setup",[46],{"type":47,"value":48},"text","ElevenLabs API Key Setup",{"type":41,"tag":50,"props":51,"children":52},"p",{},[53],{"type":47,"value":54},"Guide the user through obtaining and configuring an ElevenLabs API key.",{"type":41,"tag":56,"props":57,"children":59},"h2",{"id":58},"workflow",[60],{"type":47,"value":61},"Workflow",{"type":41,"tag":63,"props":64,"children":66},"h3",{"id":65},"step-0-check-for-an-existing-api-key-first",[67],{"type":47,"value":68},"Step 0: Check for an existing API key first",{"type":41,"tag":50,"props":70,"children":71},{},[72,74,81],{"type":47,"value":73},"Before asking the user for a key, check for an existing ",{"type":41,"tag":75,"props":76,"children":78},"code",{"className":77},[],[79],{"type":47,"value":80},"ELEVENLABS_API_KEY",{"type":47,"value":82},":",{"type":41,"tag":84,"props":85,"children":86},"ol",{},[87,100,121,126,143,171],{"type":41,"tag":88,"props":89,"children":90},"li",{},[91,93,98],{"type":47,"value":92},"Check whether ",{"type":41,"tag":75,"props":94,"children":96},{"className":95},[],[97],{"type":47,"value":80},{"type":47,"value":99}," exists in the current environment. If it does, use that value for this initial check.",{"type":41,"tag":88,"props":101,"children":102},{},[103,105,111,113,119],{"type":47,"value":104},"Only if it is not in the environment, check ",{"type":41,"tag":75,"props":106,"children":108},{"className":107},[],[109],{"type":47,"value":110},".env",{"type":47,"value":112}," for ",{"type":41,"tag":75,"props":114,"children":116},{"className":115},[],[117],{"type":47,"value":118},"ELEVENLABS_API_KEY=\u003Cvalue>",{"type":47,"value":120},".",{"type":41,"tag":88,"props":122,"children":123},{},[124],{"type":47,"value":125},"Do not print, quote, or repeat the key. If you mention it, redact it.",{"type":41,"tag":88,"props":127,"children":128},{},[129,131],{"type":47,"value":130},"If an existing key is found, validate it:\n",{"type":41,"tag":132,"props":133,"children":138},"pre",{"className":134,"code":136,"language":47,"meta":137},[135],"language-text","GET https:\u002F\u002Fapi.elevenlabs.io\u002Fv1\u002Fuser\nHeader: xi-api-key: \u003Cexisting-api-key>\n","",[139],{"type":41,"tag":75,"props":140,"children":141},{"__ignoreMap":137},[142],{"type":47,"value":136},{"type":41,"tag":88,"props":144,"children":145},{},[146,152],{"type":41,"tag":147,"props":148,"children":149},"strong",{},[150],{"type":47,"value":151},"If existing key validation succeeds:",{"type":41,"tag":153,"props":154,"children":155},"ul",{},[156,161,166],{"type":41,"tag":88,"props":157,"children":158},{},[159],{"type":47,"value":160},"Tell the user ElevenLabs is already configured and working",{"type":41,"tag":88,"props":162,"children":163},{},[164],{"type":47,"value":165},"Skip the setup flow",{"type":41,"tag":88,"props":167,"children":168},{},[169],{"type":47,"value":170},"Ask whether they want to replace\u002Frotate the key; if not, stop",{"type":41,"tag":88,"props":172,"children":173},{},[174,179],{"type":41,"tag":147,"props":175,"children":176},{},[177],{"type":47,"value":178},"If existing key validation fails:",{"type":41,"tag":153,"props":180,"children":181},{},[182,187],{"type":41,"tag":88,"props":183,"children":184},{},[185],{"type":47,"value":186},"Tell the user the existing key appears invalid or expired",{"type":41,"tag":88,"props":188,"children":189},{},[190],{"type":47,"value":191},"Continue to Step 1",{"type":41,"tag":63,"props":193,"children":195},{"id":194},"step-1-request-the-api-key",[196],{"type":47,"value":197},"Step 1: Request the API key",{"type":41,"tag":50,"props":199,"children":200},{},[201],{"type":47,"value":202},"Tell the user:",{"type":41,"tag":204,"props":205,"children":206},"blockquote",{},[207,220,233,238,271,283,292],{"type":41,"tag":50,"props":208,"children":209},{},[210,212],{"type":47,"value":211},"To set up ElevenLabs, open the API keys page: ",{"type":41,"tag":213,"props":214,"children":218},"a",{"href":215,"rel":216},"https:\u002F\u002Felevenlabs.io\u002Fapp\u002Fsettings\u002Fapi-keys",[217],"nofollow",[219],{"type":47,"value":215},{"type":41,"tag":50,"props":221,"children":222},{},[223,225,231],{"type":47,"value":224},"(Need an account? Create one at ",{"type":41,"tag":213,"props":226,"children":229},{"href":227,"rel":228},"https:\u002F\u002Felevenlabs.io\u002Fapp\u002Fsign-up",[217],[230],{"type":47,"value":227},{"type":47,"value":232}," first)",{"type":41,"tag":50,"props":234,"children":235},{},[236],{"type":47,"value":237},"If you don't have an API key yet:",{"type":41,"tag":84,"props":239,"children":240},{},[241,246,251,256,261],{"type":41,"tag":88,"props":242,"children":243},{},[244],{"type":47,"value":245},"Click \"Create key\"",{"type":41,"tag":88,"props":247,"children":248},{},[249],{"type":47,"value":250},"Name it (or use the default)",{"type":41,"tag":88,"props":252,"children":253},{},[254],{"type":47,"value":255},"Set permission for your key. If you provide a key with \"User\" permission set to \"Read\" this skill will automatically verify if your key works",{"type":41,"tag":88,"props":257,"children":258},{},[259],{"type":47,"value":260},"Click \"Create key\" to confirm",{"type":41,"tag":88,"props":262,"children":263},{},[264,269],{"type":41,"tag":147,"props":265,"children":266},{},[267],{"type":47,"value":268},"Copy the key immediately",{"type":47,"value":270}," - it's only shown once!",{"type":41,"tag":50,"props":272,"children":273},{},[274,276,281],{"type":47,"value":275},"Do not paste the key into this chat. Instead, copy\u002Fpaste it into your local ",{"type":41,"tag":75,"props":277,"children":279},{"className":278},[],[280],{"type":47,"value":110},{"type":47,"value":282}," file:",{"type":41,"tag":132,"props":284,"children":287},{"className":285,"code":286,"language":47},[135],"ELEVENLABS_API_KEY=your-api-key\n",[288],{"type":41,"tag":75,"props":289,"children":290},{"__ignoreMap":137},[291],{"type":47,"value":286},{"type":41,"tag":50,"props":293,"children":294},{},[295,297,302,304,310],{"type":47,"value":296},"If ",{"type":41,"tag":75,"props":298,"children":300},{"className":299},[],[301],{"type":47,"value":110},{"type":47,"value":303}," already has an ",{"type":41,"tag":75,"props":305,"children":307},{"className":306},[],[308],{"type":47,"value":309},"ELEVENLABS_API_KEY=...",{"type":47,"value":311}," line, replace that line.\nTell me when you've saved it, without sharing the key.",{"type":41,"tag":50,"props":313,"children":314},{},[315],{"type":47,"value":316},"Then wait for the user to confirm that the key is saved locally.",{"type":41,"tag":63,"props":318,"children":320},{"id":319},"step-2-validate-and-configure",[321],{"type":47,"value":322},"Step 2: Validate and configure",{"type":41,"tag":50,"props":324,"children":325},{},[326],{"type":47,"value":327},"After the user says the key is saved:",{"type":41,"tag":84,"props":329,"children":330},{},[331,357,374,427,448,478],{"type":41,"tag":88,"props":332,"children":333},{},[334,336,341,343,348,350,355],{"type":47,"value":335},"Re-check both ",{"type":41,"tag":75,"props":337,"children":339},{"className":338},[],[340],{"type":47,"value":110},{"type":47,"value":342}," and the current environment for ",{"type":41,"tag":75,"props":344,"children":346},{"className":345},[],[347],{"type":47,"value":80},{"type":47,"value":349},", but treat ",{"type":41,"tag":75,"props":351,"children":353},{"className":352},[],[354],{"type":47,"value":110},{"type":47,"value":356}," as the source of truth for this step.",{"type":41,"tag":88,"props":358,"children":359},{},[360,361,366,368,373],{"type":47,"value":296},{"type":41,"tag":75,"props":362,"children":364},{"className":363},[],[365],{"type":47,"value":110},{"type":47,"value":367}," contains a value, validate that value even when the current environment also has a different ",{"type":41,"tag":75,"props":369,"children":371},{"className":370},[],[372],{"type":47,"value":80},{"type":47,"value":120},{"type":41,"tag":88,"props":375,"children":376},{},[377,378,383,385],{"type":47,"value":296},{"type":41,"tag":75,"props":379,"children":381},{"className":380},[],[382],{"type":47,"value":110},{"type":47,"value":384}," does not contain the key:\n",{"type":41,"tag":153,"props":386,"children":387},{},[388,406,411,422],{"type":41,"tag":88,"props":389,"children":390},{},[391,393,398,400,405],{"type":47,"value":392},"Tell the user ",{"type":41,"tag":75,"props":394,"children":396},{"className":395},[],[397],{"type":47,"value":110},{"type":47,"value":399}," does not appear to contain ",{"type":41,"tag":75,"props":401,"children":403},{"className":402},[],[404],{"type":47,"value":80},{"type":47,"value":120},{"type":41,"tag":88,"props":407,"children":408},{},[409],{"type":47,"value":410},"Show the expected line again.",{"type":41,"tag":88,"props":412,"children":413},{},[414,416,421],{"type":47,"value":415},"If the current environment does contain a key, note that this step still requires saving the key in ",{"type":41,"tag":75,"props":417,"children":419},{"className":418},[],[420],{"type":47,"value":110},{"type":47,"value":120},{"type":41,"tag":88,"props":423,"children":424},{},[425],{"type":47,"value":426},"Remind them not to paste the key into chat.",{"type":41,"tag":88,"props":428,"children":429},{},[430,432,437,439],{"type":47,"value":431},"If a ",{"type":41,"tag":75,"props":433,"children":435},{"className":434},[],[436],{"type":47,"value":110},{"type":47,"value":438}," key is found, validate it:\n",{"type":41,"tag":132,"props":440,"children":443},{"className":441,"code":442,"language":47,"meta":137},[135],"GET https:\u002F\u002Fapi.elevenlabs.io\u002Fv1\u002Fuser\nHeader: xi-api-key: \u003Clocal-api-key>\n",[444],{"type":41,"tag":75,"props":445,"children":446},{"__ignoreMap":137},[447],{"type":47,"value":442},{"type":41,"tag":88,"props":449,"children":450},{},[451,453],{"type":47,"value":452},"If validation fails:\n",{"type":41,"tag":153,"props":454,"children":455},{},[456,461,466],{"type":41,"tag":88,"props":457,"children":458},{},[459],{"type":47,"value":460},"Tell the user the local key appears invalid or expired.",{"type":41,"tag":88,"props":462,"children":463},{},[464],{"type":47,"value":465},"Remind them of the API keys page.",{"type":41,"tag":88,"props":467,"children":468},{},[469,471,476],{"type":47,"value":470},"Ask them to replace the ",{"type":41,"tag":75,"props":472,"children":474},{"className":473},[],[475],{"type":47,"value":110},{"type":47,"value":477}," value and tell you when it is saved.",{"type":41,"tag":88,"props":479,"children":480},{},[481,483],{"type":47,"value":482},"If validation succeeds, confirm:\n",{"type":41,"tag":204,"props":484,"children":485},{},[486],{"type":41,"tag":50,"props":487,"children":488},{},[489,491,496],{"type":47,"value":490},"Done. ElevenLabs is configured and the key in ",{"type":41,"tag":75,"props":492,"children":494},{"className":493},[],[495],{"type":47,"value":110},{"type":47,"value":497}," works.",{"type":41,"tag":56,"props":499,"children":501},{"id":500},"safety-rules",[502],{"type":47,"value":503},"Safety Rules",{"type":41,"tag":153,"props":505,"children":506},{},[507,512,523,535],{"type":41,"tag":88,"props":508,"children":509},{},[510],{"type":47,"value":511},"Never ask the user to paste an API key, token, or secret into chat.",{"type":41,"tag":88,"props":513,"children":514},{},[515,517,522],{"type":47,"value":516},"Never print or echo API key values from environment variables or ",{"type":41,"tag":75,"props":518,"children":520},{"className":519},[],[521],{"type":47,"value":110},{"type":47,"value":120},{"type":41,"tag":88,"props":524,"children":525},{},[526,528,533],{"type":47,"value":527},"Prefer ",{"type":41,"tag":75,"props":529,"children":531},{"className":530},[],[532],{"type":47,"value":110},{"type":47,"value":534}," or managed secrets over shell history for persistent local configuration.",{"type":41,"tag":88,"props":536,"children":537},{},[538,540,545],{"type":47,"value":539},"For browser or client-side apps, keep ",{"type":41,"tag":75,"props":541,"children":543},{"className":542},[],[544],{"type":47,"value":80},{"type":47,"value":546}," on the server and issue short-lived tokens where applicable.",{"items":548,"total":658},[549,565,579,584,596,612,625,637,648],{"slug":550,"name":550,"fn":551,"description":552,"org":553,"tags":554,"stars":17,"repoUrl":18,"updatedAt":564},"agents","build ElevenLabs voice agents","Build voice AI agents with ElevenLabs. Use when creating voice assistants, customer service bots, interactive voice characters, or any real-time voice conversation experience.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[555,557,560,561],{"name":556,"slug":550,"type":13},"Agents",{"name":558,"slug":559,"type":13},"Audio","audio",{"name":9,"slug":8,"type":13},{"name":562,"slug":563,"type":13},"Speech","speech","2026-07-24T05:40:07.822247",{"slug":24,"name":24,"fn":566,"description":567,"org":568,"tags":569,"stars":17,"repoUrl":18,"updatedAt":578},"generate music with ElevenLabs","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[570,573,574,577],{"name":571,"slug":572,"type":13},"AI Infrastructure","ai-infrastructure",{"name":558,"slug":559,"type":13},{"name":575,"slug":576,"type":13},"Creative","creative",{"name":9,"slug":8,"type":13},"2026-07-24T05:40:08.812767",{"slug":4,"name":4,"fn":5,"description":6,"org":580,"tags":581,"stars":17,"repoUrl":18,"updatedAt":19},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[582,583],{"name":9,"slug":8,"type":13},{"name":15,"slug":16,"type":13},{"slug":585,"name":585,"fn":586,"description":587,"org":588,"tags":589,"stars":17,"repoUrl":18,"updatedAt":595},"sound-effects","generate sound effects with ElevenLabs","Generate sound effects from text descriptions using ElevenLabs. Use when creating sound effects, generating audio textures, producing ambient sounds, cinematic impacts, UI sounds, or any audio that isn't speech. Supports looping, duration control, and prompt influence tuning.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[590,591,592,593],{"name":558,"slug":559,"type":13},{"name":575,"slug":576,"type":13},{"name":9,"slug":8,"type":13},{"name":594,"slug":585,"type":13},"Sound Effects","2026-04-06T18:09:39.77459",{"slug":597,"name":597,"fn":598,"description":599,"org":600,"tags":601,"stars":17,"repoUrl":18,"updatedAt":611},"speech-engine","implement real-time voice conversations","Add real-time voice conversations to a custom agent runtime with ElevenLabs Speech Engine. Use when building Speech Engine servers, WebSocket handlers, WebRTC browser clients, conversation token endpoints, interruption-aware streaming responses, or voice-enabled chat agents that connect developer-owned server logic to ElevenLabs speech-to-text and text-to-speech.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[602,603,604,607,610],{"name":558,"slug":559,"type":13},{"name":9,"slug":8,"type":13},{"name":605,"slug":606,"type":13},"LLM","llm",{"name":608,"slug":609,"type":13},"Real-time","real-time",{"name":562,"slug":563,"type":13},"2026-05-15T06:13:51.199332",{"slug":613,"name":613,"fn":614,"description":615,"org":616,"tags":617,"stars":17,"repoUrl":18,"updatedAt":624},"speech-to-text","transcribe audio with ElevenLabs","Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio\u002Fvideo to text, generating subtitles, transcribing meetings, or processing spoken content.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[618,619,620,621],{"name":558,"slug":559,"type":13},{"name":9,"slug":8,"type":13},{"name":562,"slug":563,"type":13},{"name":622,"slug":623,"type":13},"Transcription","transcription","2026-07-24T05:40:06.834756",{"slug":626,"name":626,"fn":627,"description":628,"org":629,"tags":630,"stars":17,"repoUrl":18,"updatedAt":636},"text-to-speech","convert text to speech with ElevenLabs","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[631,632,633,634],{"name":571,"slug":572,"type":13},{"name":558,"slug":559,"type":13},{"name":9,"slug":8,"type":13},{"name":635,"slug":626,"type":13},"Text-to-Speech","2026-04-06T18:09:38.521103",{"slug":638,"name":638,"fn":639,"description":640,"org":641,"tags":642,"stars":17,"repoUrl":18,"updatedAt":647},"voice-changer","transform audio recordings with voice conversion","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\u002Fnarrator 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 \u002F voice transfer \u002F 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\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[643,644,645,646],{"name":571,"slug":572,"type":13},{"name":558,"slug":559,"type":13},{"name":575,"slug":576,"type":13},{"name":9,"slug":8,"type":13},"2026-05-02T05:22:50.99428",{"slug":649,"name":649,"fn":650,"description":651,"org":652,"tags":653,"stars":17,"repoUrl":18,"updatedAt":657},"voice-isolator","isolate voices and remove background noise","Remove background noise and isolate vocals\u002Fspeech 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 \u002F clean up \u002F isolate voice\" task.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[654,655,656],{"name":558,"slug":559,"type":13},{"name":575,"slug":576,"type":13},{"name":9,"slug":8,"type":13},"2026-04-23T05:01:58.01956",9,{"items":660,"total":658},[661,668,675,680,687,695,702],{"slug":550,"name":550,"fn":551,"description":552,"org":662,"tags":663,"stars":17,"repoUrl":18,"updatedAt":564},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[664,665,666,667],{"name":556,"slug":550,"type":13},{"name":558,"slug":559,"type":13},{"name":9,"slug":8,"type":13},{"name":562,"slug":563,"type":13},{"slug":24,"name":24,"fn":566,"description":567,"org":669,"tags":670,"stars":17,"repoUrl":18,"updatedAt":578},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[671,672,673,674],{"name":571,"slug":572,"type":13},{"name":558,"slug":559,"type":13},{"name":575,"slug":576,"type":13},{"name":9,"slug":8,"type":13},{"slug":4,"name":4,"fn":5,"description":6,"org":676,"tags":677,"stars":17,"repoUrl":18,"updatedAt":19},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[678,679],{"name":9,"slug":8,"type":13},{"name":15,"slug":16,"type":13},{"slug":585,"name":585,"fn":586,"description":587,"org":681,"tags":682,"stars":17,"repoUrl":18,"updatedAt":595},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[683,684,685,686],{"name":558,"slug":559,"type":13},{"name":575,"slug":576,"type":13},{"name":9,"slug":8,"type":13},{"name":594,"slug":585,"type":13},{"slug":597,"name":597,"fn":598,"description":599,"org":688,"tags":689,"stars":17,"repoUrl":18,"updatedAt":611},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[690,691,692,693,694],{"name":558,"slug":559,"type":13},{"name":9,"slug":8,"type":13},{"name":605,"slug":606,"type":13},{"name":608,"slug":609,"type":13},{"name":562,"slug":563,"type":13},{"slug":613,"name":613,"fn":614,"description":615,"org":696,"tags":697,"stars":17,"repoUrl":18,"updatedAt":624},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[698,699,700,701],{"name":558,"slug":559,"type":13},{"name":9,"slug":8,"type":13},{"name":562,"slug":563,"type":13},{"name":622,"slug":623,"type":13},{"slug":626,"name":626,"fn":627,"description":628,"org":703,"tags":704,"stars":17,"repoUrl":18,"updatedAt":636},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[705,706,707,708],{"name":571,"slug":572,"type":13},{"name":558,"slug":559,"type":13},{"name":9,"slug":8,"type":13},{"name":635,"slug":626,"type":13}]