elevenlabs-voice-isolator
Installation
SKILL.md
Install the belt CLI skill:
npx skills add belt-sh/cli
ElevenLabs Voice Isolator
Remove background noise and isolate voices from audio via inference.sh CLI.

Quick Start
Requires inference.sh CLI (
belt). Install instructions
belt login
# Isolate voice from noisy audio
belt app run elevenlabs/voice-isolator --input '{"audio": "https://noisy-recording.mp3"}'
Related skills