tracks

Generates music tracks from text prompts via the Pixazo Track Music API.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill tracks-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tracks
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/tracks
Command: npx skills add https://github.com/Pixazo-AI/skills --skill tracks-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating original music for videos, podcasts, or games normally requires composition skills or licensing fees. This Skill lets an AI agent call the Pixazo Track Music API to generate songs and audio tracks from plain-text prompts, handling authentication, async polling, and error recovery automatically. ## Core Features & Use Cases - Text-to-Music Generation: Submit a prompt with optional lyrics, duration, BPM, key, time signature, and seed to produce an original track. - Managed API Key Flow: Detects the Pixazo API key from the environment, a saved file, or conversation, and stores it so the user only provides it once. - Async Polling & Error Handling: Polls the result endpoint until the track is ready and translates 401/402/429/5xx responses into clear user messages. - Use Case: A content creator asks for a two-minute cinematic orchestral piece in E minor at 140 BPM; the agent submits the request, polls for completion, and returns the audio URL. ## Quick Start Ask the agent to generate a two-minute cinematic orchestral music track in E minor at 140 BPM using Tracks.

Frequently Asked Questions about tracks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate music from a text prompt with an API?▼

Send a POST request to https://gateway.pixazo.ai/tracks/v1/generate with your prompt and optional parameters like duration, bpm, key, and lyrics. The API returns a task_id, which you poll until the track's audio URL is ready.

What parameters can I control when generating music with Tracks?▼

You can set the prompt, lyrics, duration in seconds, BPM, musical key, time signature, and a seed for reproducibility. Full schema details are available at https://www.pixazo.ai/models/tracks.md.

Where do I get a Pixazo API key for music generation?▼

Sign in at https://api-console.pixazo.ai/api_keys, click Create new key, and copy it. The Skill saves it to ~/.pixazo/api-key so you only provide it once.

Why is my music generation request taking so long?▼

Music generation is asynchronous, so the API returns a task_id instead of the audio immediately. Poll the result endpoint every 5-10 seconds; typical completion takes up to about three minutes.

What does a 402 error mean when calling the Pixazo API?▼

A 402 response means your Pixazo account is out of credits. Top up your balance at https://api-console.pixazo.ai/dashboard and retry the request.