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

  1. You create a task on the song-creator ATS channel with a payload describing the song
  2. The backend picks up the task, generates music using AI, and uploads the audio to cloud storage
  3. You poll for completion and receive URLs to the finished mp3 files
  4. 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
Installs
5
First Seen
Feb 5, 2026