Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ATS Song Creator Skill

An Agent Skill that lets any AI agent generate original music by publishing tasks to the Agent Task Service (ATS).

Describe a song — genre, mood, instruments, lyrics — and the skill handles task creation, polling, and returns hosted mp3 URLs.

Install

npx skills add difflabai/ats-song-creator-skill

What It Does

  1. Creates a task on the ATS song-creator channel with your song description
  2. Polls until the backend finishes generating the music (30-90 seconds)
  3. Returns 2 mp3 variant URLs hosted on B2 cloud storage

Prerequisites

npm install -g @difflabai/ats-cli
ats auth login

Quick Example

"Make me an upbeat indie pop song about summer with female vocals and acoustic guitar"

The agent will:

  • Write lyrics with [verse], [chorus], [bridge] structure tags
  • Craft a prompt specifying genre, instruments, tempo, key, and mood
  • Create the ATS task, poll for completion, and return playback links

Links

License

MIT — see LICENSE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors