[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-elevenlabs-agents-platform":3,"mdc-y8a5vi-key":36,"related-repo-elevenlabs-agents-platform":483,"related-org-elevenlabs-agents-platform":516},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":31,"sourceUrl":34,"mdContent":35},"agents-platform","manage ElevenLabs voice agents","Manage ElevenLabs voice agents through the connected ElevenLabs MCP server. Use when the user asks to create, configure, test, deploy, or inspect agents, knowledge bases, agent tools, tests, or conversations directly on their ElevenLabs account — rather than writing application code. Requires the ElevenLabs MCP server bundled with this plugin.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"elevenlabs","ElevenLabs","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Felevenlabs.png",[12,16,19,20],{"name":13,"slug":14,"type":15},"MCP","mcp","tag",{"name":17,"slug":18,"type":15},"Agents","agents",{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},"Voice","voice",1,"https:\u002F\u002Fgithub.com\u002Felevenlabs\u002Fplugin","2026-09-01T08:30:26.65619","MIT",0,[29,8,14,30],"cursor","skills",{"repoUrl":24,"stars":23,"forks":27,"topics":32,"description":33},[29,8,14,30],"Plug in for Coding Agents","https:\u002F\u002Fgithub.com\u002Felevenlabs\u002Fplugin\u002Ftree\u002FHEAD\u002Fskills\u002Fmcp\u002Fagents-platform","---\nname: agents-platform\ndescription: Manage ElevenLabs voice agents through the connected ElevenLabs MCP server. Use when the user asks to create, configure, test, deploy, or inspect agents, knowledge bases, agent tools, tests, or conversations directly on their ElevenLabs account — rather than writing application code. Requires the ElevenLabs MCP server bundled with this plugin.\nlicense: MIT\n---\n\n# ElevenLabs Agents Platform (via MCP)\n\nWorkflow guidance for the `agents_*` tools on the ElevenLabs MCP server. Every\ntool takes a `context` parameter — briefly state the user's goal in it. For\nbuilding agents in the user's own codebase (SDK, CLI, widget embedding), use the\ngeneral `agents` skill instead.\n\n## Creating and updating agents\n\n- Create with `agents_create` using the top-level fields (`name`, `prompt`,\n  `first_message`, `voice_id`, `language`, `tags`). Only reach for the raw\n  `body` escape hatch when a field has no top-level equivalent. `voice_id` is\n  optional — the workspace default voice is used if omitted.\n- Before changing an existing agent, read it: `agents_list` to find it,\n  `agents_get` to see its current config, then `agents_update` with only the\n  fields that should change.\n- `agents_duplicate` clones an existing agent — prefer it over recreating a\n  config by hand.\n- Get a shareable\u002Ftest link with `agents_get_link`; inspect widget config with\n  `agents_get_widget`.\n\n## Knowledge base\n\n- Add documents with `agents_create_kb_url` (supports auto-sync for pages that\n  change) or `agents_create_kb_text`; organize with `agents_create_kb_folder`.\n- Before deleting a document, check `agents_get_kb_dependents` — other agents\n  may use it. Confirm with the user before `agents_bulk_delete_knowledge_base`.\n- Verify retrieval quality with `agents_query_knowledge_base_rag` or\n  `agents_search_knowledge_base` after adding documents.\n\n## Testing and deployment\n\n- Create tests with `agents_create_test`: an LLM response test\n  (`success_condition` prompt plus success\u002Ffailure examples), a tool-call test\n  (verify a tool was or wasn't called with expected parameters), or a\n  simulation test (`simulation_scenario` persona plus `success_conditions`).\n- Run and inspect with `agents_list_test_runs` \u002F `agents_get_test_run`.\n- For staged changes, branch: `agents_create_branch`, make edits, preview with\n  `agents_merge_branch_preview`, then `agents_merge_branch` and\n  `agents_create_deployment`.\n\n## Conversations\n\n- `agents_list_conversations` and `agents_get_conversation` inspect call\n  history and transcripts; `agents_search_conversation_messages` finds\n  specific exchanges. Use these to debug agent behavior before editing prompts.\n\n## Safety\n\n- Confirm with the user before destructive calls: `agents_delete`,\n  `agents_delete_tool`, `agents_delete_phone_number`, knowledge-base bulk\n  deletes. Deletions are not reversible.\n- IDs (agent, document, tool, branch) only ever come from tool results — never\n  guess or reconstruct them.\n",{"data":37,"body":38},{"name":4,"description":6,"license":26},{"type":39,"children":40},"root",[41,50,80,87,226,232,304,310,406,412,442,448],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"elevenlabs-agents-platform-via-mcp",[47],{"type":48,"value":49},"text","ElevenLabs Agents Platform (via MCP)",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54,56,63,65,71,73,78],{"type":48,"value":55},"Workflow guidance for the ",{"type":42,"tag":57,"props":58,"children":60},"code",{"className":59},[],[61],{"type":48,"value":62},"agents_*",{"type":48,"value":64}," tools on the ElevenLabs MCP server. Every\ntool takes a ",{"type":42,"tag":57,"props":66,"children":68},{"className":67},[],[69],{"type":48,"value":70},"context",{"type":48,"value":72}," parameter — briefly state the user's goal in it. For\nbuilding agents in the user's own codebase (SDK, CLI, widget embedding), use the\ngeneral ",{"type":42,"tag":57,"props":74,"children":76},{"className":75},[],[77],{"type":48,"value":18},{"type":48,"value":79}," skill instead.",{"type":42,"tag":81,"props":82,"children":84},"h2",{"id":83},"creating-and-updating-agents",[85],{"type":48,"value":86},"Creating and updating agents",{"type":42,"tag":88,"props":89,"children":90},"ul",{},[91,165,194,205],{"type":42,"tag":92,"props":93,"children":94},"li",{},[95,97,103,105,111,113,119,121,127,128,134,135,141,142,148,150,156,158,163],{"type":48,"value":96},"Create with ",{"type":42,"tag":57,"props":98,"children":100},{"className":99},[],[101],{"type":48,"value":102},"agents_create",{"type":48,"value":104}," using the top-level fields (",{"type":42,"tag":57,"props":106,"children":108},{"className":107},[],[109],{"type":48,"value":110},"name",{"type":48,"value":112},", ",{"type":42,"tag":57,"props":114,"children":116},{"className":115},[],[117],{"type":48,"value":118},"prompt",{"type":48,"value":120},",\n",{"type":42,"tag":57,"props":122,"children":124},{"className":123},[],[125],{"type":48,"value":126},"first_message",{"type":48,"value":112},{"type":42,"tag":57,"props":129,"children":131},{"className":130},[],[132],{"type":48,"value":133},"voice_id",{"type":48,"value":112},{"type":42,"tag":57,"props":136,"children":138},{"className":137},[],[139],{"type":48,"value":140},"language",{"type":48,"value":112},{"type":42,"tag":57,"props":143,"children":145},{"className":144},[],[146],{"type":48,"value":147},"tags",{"type":48,"value":149},"). Only reach for the raw\n",{"type":42,"tag":57,"props":151,"children":153},{"className":152},[],[154],{"type":48,"value":155},"body",{"type":48,"value":157}," escape hatch when a field has no top-level equivalent. ",{"type":42,"tag":57,"props":159,"children":161},{"className":160},[],[162],{"type":48,"value":133},{"type":48,"value":164}," is\noptional — the workspace default voice is used if omitted.",{"type":42,"tag":92,"props":166,"children":167},{},[168,170,176,178,184,186,192],{"type":48,"value":169},"Before changing an existing agent, read it: ",{"type":42,"tag":57,"props":171,"children":173},{"className":172},[],[174],{"type":48,"value":175},"agents_list",{"type":48,"value":177}," to find it,\n",{"type":42,"tag":57,"props":179,"children":181},{"className":180},[],[182],{"type":48,"value":183},"agents_get",{"type":48,"value":185}," to see its current config, then ",{"type":42,"tag":57,"props":187,"children":189},{"className":188},[],[190],{"type":48,"value":191},"agents_update",{"type":48,"value":193}," with only the\nfields that should change.",{"type":42,"tag":92,"props":195,"children":196},{},[197,203],{"type":42,"tag":57,"props":198,"children":200},{"className":199},[],[201],{"type":48,"value":202},"agents_duplicate",{"type":48,"value":204}," clones an existing agent — prefer it over recreating a\nconfig by hand.",{"type":42,"tag":92,"props":206,"children":207},{},[208,210,216,218,224],{"type":48,"value":209},"Get a shareable\u002Ftest link with ",{"type":42,"tag":57,"props":211,"children":213},{"className":212},[],[214],{"type":48,"value":215},"agents_get_link",{"type":48,"value":217},"; inspect widget config with\n",{"type":42,"tag":57,"props":219,"children":221},{"className":220},[],[222],{"type":48,"value":223},"agents_get_widget",{"type":48,"value":225},".",{"type":42,"tag":81,"props":227,"children":229},{"id":228},"knowledge-base",[230],{"type":48,"value":231},"Knowledge base",{"type":42,"tag":88,"props":233,"children":234},{},[235,263,283],{"type":42,"tag":92,"props":236,"children":237},{},[238,240,246,248,254,256,262],{"type":48,"value":239},"Add documents with ",{"type":42,"tag":57,"props":241,"children":243},{"className":242},[],[244],{"type":48,"value":245},"agents_create_kb_url",{"type":48,"value":247}," (supports auto-sync for pages that\nchange) or ",{"type":42,"tag":57,"props":249,"children":251},{"className":250},[],[252],{"type":48,"value":253},"agents_create_kb_text",{"type":48,"value":255},"; organize with ",{"type":42,"tag":57,"props":257,"children":259},{"className":258},[],[260],{"type":48,"value":261},"agents_create_kb_folder",{"type":48,"value":225},{"type":42,"tag":92,"props":264,"children":265},{},[266,268,274,276,282],{"type":48,"value":267},"Before deleting a document, check ",{"type":42,"tag":57,"props":269,"children":271},{"className":270},[],[272],{"type":48,"value":273},"agents_get_kb_dependents",{"type":48,"value":275}," — other agents\nmay use it. Confirm with the user before ",{"type":42,"tag":57,"props":277,"children":279},{"className":278},[],[280],{"type":48,"value":281},"agents_bulk_delete_knowledge_base",{"type":48,"value":225},{"type":42,"tag":92,"props":284,"children":285},{},[286,288,294,296,302],{"type":48,"value":287},"Verify retrieval quality with ",{"type":42,"tag":57,"props":289,"children":291},{"className":290},[],[292],{"type":48,"value":293},"agents_query_knowledge_base_rag",{"type":48,"value":295}," or\n",{"type":42,"tag":57,"props":297,"children":299},{"className":298},[],[300],{"type":48,"value":301},"agents_search_knowledge_base",{"type":48,"value":303}," after adding documents.",{"type":42,"tag":81,"props":305,"children":307},{"id":306},"testing-and-deployment",[308],{"type":48,"value":309},"Testing and deployment",{"type":42,"tag":88,"props":311,"children":312},{},[313,350,370],{"type":42,"tag":92,"props":314,"children":315},{},[316,318,324,326,332,334,340,342,348],{"type":48,"value":317},"Create tests with ",{"type":42,"tag":57,"props":319,"children":321},{"className":320},[],[322],{"type":48,"value":323},"agents_create_test",{"type":48,"value":325},": an LLM response test\n(",{"type":42,"tag":57,"props":327,"children":329},{"className":328},[],[330],{"type":48,"value":331},"success_condition",{"type":48,"value":333}," prompt plus success\u002Ffailure examples), a tool-call test\n(verify a tool was or wasn't called with expected parameters), or a\nsimulation test (",{"type":42,"tag":57,"props":335,"children":337},{"className":336},[],[338],{"type":48,"value":339},"simulation_scenario",{"type":48,"value":341}," persona plus ",{"type":42,"tag":57,"props":343,"children":345},{"className":344},[],[346],{"type":48,"value":347},"success_conditions",{"type":48,"value":349},").",{"type":42,"tag":92,"props":351,"children":352},{},[353,355,361,363,369],{"type":48,"value":354},"Run and inspect with ",{"type":42,"tag":57,"props":356,"children":358},{"className":357},[],[359],{"type":48,"value":360},"agents_list_test_runs",{"type":48,"value":362}," \u002F ",{"type":42,"tag":57,"props":364,"children":366},{"className":365},[],[367],{"type":48,"value":368},"agents_get_test_run",{"type":48,"value":225},{"type":42,"tag":92,"props":371,"children":372},{},[373,375,381,383,389,391,397,399,405],{"type":48,"value":374},"For staged changes, branch: ",{"type":42,"tag":57,"props":376,"children":378},{"className":377},[],[379],{"type":48,"value":380},"agents_create_branch",{"type":48,"value":382},", make edits, preview with\n",{"type":42,"tag":57,"props":384,"children":386},{"className":385},[],[387],{"type":48,"value":388},"agents_merge_branch_preview",{"type":48,"value":390},", then ",{"type":42,"tag":57,"props":392,"children":394},{"className":393},[],[395],{"type":48,"value":396},"agents_merge_branch",{"type":48,"value":398}," and\n",{"type":42,"tag":57,"props":400,"children":402},{"className":401},[],[403],{"type":48,"value":404},"agents_create_deployment",{"type":48,"value":225},{"type":42,"tag":81,"props":407,"children":409},{"id":408},"conversations",[410],{"type":48,"value":411},"Conversations",{"type":42,"tag":88,"props":413,"children":414},{},[415],{"type":42,"tag":92,"props":416,"children":417},{},[418,424,426,432,434,440],{"type":42,"tag":57,"props":419,"children":421},{"className":420},[],[422],{"type":48,"value":423},"agents_list_conversations",{"type":48,"value":425}," and ",{"type":42,"tag":57,"props":427,"children":429},{"className":428},[],[430],{"type":48,"value":431},"agents_get_conversation",{"type":48,"value":433}," inspect call\nhistory and transcripts; ",{"type":42,"tag":57,"props":435,"children":437},{"className":436},[],[438],{"type":48,"value":439},"agents_search_conversation_messages",{"type":48,"value":441}," finds\nspecific exchanges. Use these to debug agent behavior before editing prompts.",{"type":42,"tag":81,"props":443,"children":445},{"id":444},"safety",[446],{"type":48,"value":447},"Safety",{"type":42,"tag":88,"props":449,"children":450},{},[451,478],{"type":42,"tag":92,"props":452,"children":453},{},[454,456,462,463,469,470,476],{"type":48,"value":455},"Confirm with the user before destructive calls: ",{"type":42,"tag":57,"props":457,"children":459},{"className":458},[],[460],{"type":48,"value":461},"agents_delete",{"type":48,"value":120},{"type":42,"tag":57,"props":464,"children":466},{"className":465},[],[467],{"type":48,"value":468},"agents_delete_tool",{"type":48,"value":112},{"type":42,"tag":57,"props":471,"children":473},{"className":472},[],[474],{"type":48,"value":475},"agents_delete_phone_number",{"type":48,"value":477},", knowledge-base bulk\ndeletes. Deletions are not reversible.",{"type":42,"tag":92,"props":479,"children":480},{},[481],{"type":48,"value":482},"IDs (agent, document, tool, branch) only ever come from tool results — never\nguess or reconstruct them.",{"items":484,"total":515},[485,492],{"slug":4,"name":4,"fn":5,"description":6,"org":486,"tags":487,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[488,489,490,491],{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},{"name":21,"slug":22,"type":15},{"slug":493,"name":493,"fn":494,"description":495,"org":496,"tags":497,"stars":23,"repoUrl":24,"updatedAt":514},"creative-studio","generate and edit media with ElevenLabs","Generate and edit media through the connected ElevenLabs MCP server — speech, images, video, music, and transcription. Use when the user asks to generate a voiceover, image, video, or soundtrack, edit an image, or transcribe audio directly, rather than writing application code. Requires the ElevenLabs MCP server bundled with this plugin.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[498,501,504,505,508,511],{"name":499,"slug":500,"type":15},"Audio","audio",{"name":502,"slug":503,"type":15},"Creative","creative",{"name":9,"slug":8,"type":15},{"name":506,"slug":507,"type":15},"Image Generation","image-generation",{"name":509,"slug":510,"type":15},"Transcription","transcription",{"name":512,"slug":513,"type":15},"Video","video","2026-09-01T08:30:27.059508",2,{"items":517,"total":657},[518,532,545,558,569,581,597,608,620,631,641,648],{"slug":18,"name":18,"fn":519,"description":520,"org":521,"tags":522,"stars":529,"repoUrl":530,"updatedAt":531},"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, and when configuring an agent's tools, workflows, or procedures, including creating, editing, compiling, and publishing procedure drafts on an agent branch over the SDKs or REST API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[523,524,525,526],{"name":17,"slug":18,"type":15},{"name":499,"slug":500,"type":15},{"name":9,"slug":8,"type":15},{"name":527,"slug":528,"type":15},"Speech","speech",374,"https:\u002F\u002Fgithub.com\u002Felevenlabs\u002Fskills","2026-08-29T09:22:18.973989",{"slug":533,"name":533,"fn":534,"description":535,"org":536,"tags":537,"stars":529,"repoUrl":530,"updatedAt":544},"dubbing","dub audio and video into other languages","Dub audio and video into other languages using the ElevenLabs Dubbing API (dubbing_v2), preserving the original speakers' voices. Use when translating videos, podcasts, or recordings into other languages, localizing media content, reviewing or correcting dubbing transcripts and translations, or regenerating a dub after edits.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[538,539,540,543],{"name":499,"slug":500,"type":15},{"name":9,"slug":8,"type":15},{"name":541,"slug":542,"type":15},"Translation","translation",{"name":512,"slug":513,"type":15},"2026-08-29T09:22:23.856193",{"slug":546,"name":546,"fn":547,"description":548,"org":549,"tags":550,"stars":529,"repoUrl":530,"updatedAt":557},"music","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},[551,554,555,556],{"name":552,"slug":553,"type":15},"AI Infrastructure","ai-infrastructure",{"name":499,"slug":500,"type":15},{"name":502,"slug":503,"type":15},{"name":9,"slug":8,"type":15},"2026-08-29T09:22:21.875382",{"slug":559,"name":559,"fn":560,"description":561,"org":562,"tags":563,"stars":529,"repoUrl":530,"updatedAt":568},"setup-api-key","set up ElevenLabs API key","Guides users through setting up an ElevenLabs API key for REST API and SDK workflows. Use when the user needs to configure an ElevenLabs API key or when an API or SDK request fails because a key is missing. 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},[564,565],{"name":9,"slug":8,"type":15},{"name":566,"slug":567,"type":15},"Environment Variables","environment-variables","2026-08-29T09:22:24.867544",{"slug":570,"name":570,"fn":571,"description":572,"org":573,"tags":574,"stars":529,"repoUrl":530,"updatedAt":580},"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},[575,576,577,578],{"name":499,"slug":500,"type":15},{"name":502,"slug":503,"type":15},{"name":9,"slug":8,"type":15},{"name":579,"slug":570,"type":15},"Sound Effects","2026-08-29T09:22:20.840841",{"slug":582,"name":582,"fn":583,"description":584,"org":585,"tags":586,"stars":529,"repoUrl":530,"updatedAt":596},"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},[587,588,589,592,595],{"name":499,"slug":500,"type":15},{"name":9,"slug":8,"type":15},{"name":590,"slug":591,"type":15},"LLM","llm",{"name":593,"slug":594,"type":15},"Real-time","real-time",{"name":527,"slug":528,"type":15},"2026-05-15T06:13:51.199332",{"slug":598,"name":598,"fn":599,"description":600,"org":601,"tags":602,"stars":529,"repoUrl":530,"updatedAt":607},"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},[603,604,605,606],{"name":499,"slug":500,"type":15},{"name":9,"slug":8,"type":15},{"name":527,"slug":528,"type":15},{"name":509,"slug":510,"type":15},"2026-08-29T09:22:17.842999",{"slug":609,"name":609,"fn":610,"description":611,"org":612,"tags":613,"stars":529,"repoUrl":530,"updatedAt":619},"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},[614,615,616,617],{"name":552,"slug":553,"type":15},{"name":499,"slug":500,"type":15},{"name":9,"slug":8,"type":15},{"name":618,"slug":609,"type":15},"Text-to-Speech","2026-08-29T09:22:22.916846",{"slug":621,"name":621,"fn":622,"description":623,"org":624,"tags":625,"stars":529,"repoUrl":530,"updatedAt":630},"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\". Do not use this skill to create or clone a new voice from a voice sample — that is voice cloning (IVC\u002FPVC), a separate feature; this skill only converts an existing recording into an existing voice_id.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[626,627,628,629],{"name":552,"slug":553,"type":15},{"name":499,"slug":500,"type":15},{"name":502,"slug":503,"type":15},{"name":9,"slug":8,"type":15},"2026-08-29T09:22:16.866914",{"slug":632,"name":632,"fn":633,"description":634,"org":635,"tags":636,"stars":529,"repoUrl":530,"updatedAt":640},"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},[637,638,639],{"name":499,"slug":500,"type":15},{"name":502,"slug":503,"type":15},{"name":9,"slug":8,"type":15},"2026-08-29T09:22:19.846787",{"slug":4,"name":4,"fn":5,"description":6,"org":642,"tags":643,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[644,645,646,647],{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},{"name":21,"slug":22,"type":15},{"slug":493,"name":493,"fn":494,"description":495,"org":649,"tags":650,"stars":23,"repoUrl":24,"updatedAt":514},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[651,652,653,654,655,656],{"name":499,"slug":500,"type":15},{"name":502,"slug":503,"type":15},{"name":9,"slug":8,"type":15},{"name":506,"slug":507,"type":15},{"name":509,"slug":510,"type":15},{"name":512,"slug":513,"type":15},12]