What problem does it solve?
When working with AI-generated music, you often lose track of which tracks exist in your account or need a production ID before you can download stems, MIDI, or mastered versions. This Skill surfaces every saved production so you can find tracks by title without memorizing IDs.
Core Features & Use Cases
- Full Production Listing: Calls the Cognitum Music API to return every production sorted by creation date, including title, duration, ID, and audio_url.
- Processing Status Visibility: Shows which post-processing steps have run for each track (stems, MIDI, mastering) via has_stems, has_midi, and has_mastered flags.
- Title-Based Lookup: Matches tracks by case-insensitive title substring so you never need to know the production ID in advance.
- Use Case: You want to extract stems from a song you generated last week but forgot its ID. Run this Skill, find the track by title, confirm has_stems is true, and pass the ID to the music-stems Skill.
Quick Start
List all my saved music productions and show me which ones have stems and MIDI available.