ats-song-creator
Installation
SKILL.md
ATS Song Creator
Generate original music tracks with vocals, instruments, and lyrics by publishing tasks to the Agent Task Service (ATS). Songs are generated by the ats-song-creator backend and returned as hosted mp3 URLs.
How It Works
- You create a task on the
song-creatorATS channel with a payload describing the song - The backend picks up the task, generates music using AI, and uploads the audio to cloud storage
- You poll for completion and receive URLs to the finished mp3 files
- Present the results to the user with playback links
Prerequisites
The ats CLI must be installed and authenticated:
npm install -g @difflabai/ats-cli
ats auth login