ai-music

Generate and edit AI music tracks via the RunComfy CLI across ElevenLabs and ACE Step models.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/brillianodhiya/VisionScript --skill ai-music-brillianodhiya
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-music
Source: https://github.com/brillianodhiya/VisionScript/tree/main/.agents/skills/ai-music
Command: npx skills add https://github.com/brillianodhiya/VisionScript --skill ai-music-brillianodhiya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @runcomfy/cli.

What problem does it solve? Choosing the right AI music model and crafting the correct API call for each one is confusing and time-consuming. This Skill routes your music request to the right RunComfy model — premium ElevenLabs generation, low-cost ACE Step, or audio inpaint/outpaint editing — and provides the exact CLI command to run. ## Core Features & Use Cases - Intent-based model routing: Classifies requests as premium vs cost-sensitive, vocal vs instrumental, generate vs edit, then picks ElevenLabs Music, ACE Step, ACE Step 1.5, audio-inpaint, or audio-outpaint. - Text-to-music generation: Create vocal songs, instrumentals, jingles, and game loops from 5 seconds to 5 minutes, with multilingual lyrics support in 50+ languages. - Audio editing: Regenerate a specific time range inside an existing track (inpaint) or extend a track before/after (outpaint) without re-rendering the whole song. - Use Case: You generated a 30-second hook but need a 2-minute track for a video. The Skill routes to ACE Step audio-outpaint, adding a 30-second intro and 60-second outro in one runcomfy run call. ## Quick Start Ask the AI to generate a 60-second upbeat indie-pop song with female vocals using the ai-music skill.

Frequently Asked Questions about ai-music

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AI music with the RunComfy CLI?▼

Install the CLI with npm i -g @runcomfy/cli, sign in with runcomfy login, then run runcomfy run <vendor>/<model>/<endpoint> with a JSON --input containing your prompt, tags, or lyrics and an --output-dir for the generated audio file.

ElevenLabs Music vs ACE Step: which AI music model should I use?▼

ElevenLabs Music delivers premium 44.1 kHz stereo vocal tracks at $0.0083/s, suited for commercial campaigns. ACE Step costs about 27x less at $0.0002/s and fits background music libraries, drafts, and cost-sensitive batch generation.

Can AI music generation support lyrics in multiple languages?▼

ACE Step 1.5 supports vocal generation in 50+ languages through its lyrics parameter with [Verse]/[Chorus] markers. ElevenLabs Music also supports multilingual vocals via section markers embedded in a single prompt string.

How do I fix or extend part of an existing AI-generated song?▼

Use ACE Step audio-inpaint to regenerate a time range defined by start_time and end_time, or audio-outpaint to extend a track with extend_before_duration and extend_after_duration. ElevenLabs Music has no edit endpoints.

What are the limitations of ACE Step audio outpainting?▼

Audio-outpaint caps the total track length at 4 minutes per call; longer extensions require chaining multiple calls. Edits must be time-bounded, since the CLI does not expose mask-based inpainting.