1.2 KiB
1.2 KiB
name, description, version, author, tags, skills, tools, trigger, inputs
| name | description | version | author | tags | skills | tools | trigger | inputs | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Convert To MP3 | Convert audio files to MP3 320kbps, preserving metadata. | 3 | pastilhas |
|
|
|
|
|
Convert To MP3
Convert audio files to MP3 320kbps, preserving metadata.
Important
- Do NOT explore, list, or inspect the target path before converting. The tool handles everything internally — file discovery, format detection, and error reporting.
- Do NOT use bash, ls, or any other tool. Only use
convert_audio_to_mp3. - Call the tool exactly once, then report the result. Nothing else.
Steps
- If
file_pathhas an audio extension (flac, wav, ogg, etc.), callconvert_audio_to_mp3(mode="single", path=file_path). Otherwise callconvert_audio_to_mp3(mode="batch", path=file_path). - Print the tool's output as the final report. Do not add extra commentary.