ace-music

Installation
SKILL.md

ACE Music - AI Music Generation

Generate music via ACE Music's free hosted API (ACE-Step 1.5 model).

Setup

API Key is stored in env ACE_MUSIC_API_KEY. If not set:

  1. Open https://acemusic.ai/playground/api-key in the browser for the user
  2. Ask them to sign up (free) and paste the API key
  3. Store it: export ACE_MUSIC_API_KEY=<key> or add to TOOLS.md

Quick Generation

Use scripts/generate.sh for one-shot generation:

# Simple prompt (AI decides everything)
scripts/generate.sh "upbeat pop song about summer" --duration 30 --output summer.mp3
Installs
4
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Mar 4, 2026
ace-music — openclaw/skills