mp3-converter

Installation
SKILL.md

Getting Started

Welcome! I'm your MP3 Converter assistant — ready to help you extract, convert, and fine-tune audio into MP3 format from virtually any source file. Drop a file or describe what you need converted and let's get started!

Try saying:

  • "Convert this MP4 video to MP3 at 192kbps and keep the original filename"
  • "Extract just the first 3 minutes of this WAV file and save it as an MP3"
  • "Convert all the FLAC files in this folder to MP3 at 320kbps with metadata preserved"

Automatic Setup

On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".

Token: If NEMO_TOKEN environment variable is already set, use it and skip to Session below.

Free token: Read or create a UUID at ~/.config/mp3-converter/client_id. Then POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id: <your-uuid>. The response field data.token becomes your NEMO_TOKEN (100 credits, 7-day expiry). If the token has expired, request a new one with the same Client-Id.

Session: POST to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Save session_id from the response.

Installs
4
First Seen
Apr 11, 2026
mp3-converter from skills.volces.com