suno-composer

Generate music and lyrics via Suno AI with polling and download.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lofibrainwav/AFO_Kingdom --skill suno-composer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: suno-composer
Source: https://github.com/lofibrainwav/AFO_Kingdom/tree/main/skills/suno-composer
Command: npx skills add https://github.com/lofibrainwav/AFO_Kingdom --skill suno-composer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables high-quality music generation and lyric writing using Suno AI, with generation, polling, and download capabilities to streamline creative workflows.

Core Features & Use Cases

  • generate_music: Create instrumental tracks from prompts.
  • generate_lyrics: Write lyrics aligned to mood and genre.
  • download_audio & get_credits: Retrieve produced audio and monitor API usage.

Quick Start

result = await suno_composer.generate_music(prompt="epic ambient sci-fi", style="orchestral")

Frequently Asked Questions about suno-composer

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

FAQPage Schema
How do I generate music and lyrics with Suno AI?▼

Generate music and lyrics by providing a prompt describing your desired track—style, mood, or genre—and the Skill composes instrumental or lyrical content through Suno AI's models, returning audio-ready compositions for download.

Can I automate music generation and download audio files in a workflow?▼

Yes. The Skill supports prompt-driven generation, polling for completion status, and direct audio download within automation workflows, letting you chain music creation into larger creative or production pipelines.

What do I need to use Suno AI music generation?▼

You need a Suno AI account with available API credits. The Skill handles generation requests, status polling, and audio retrieval; you provide prompts and monitor credit usage through the get_credits function.

How do I check my Suno AI credit balance?▼

Query your credit balance and usage directly through the get_credits function to track API consumption before and after generation tasks, ensuring you stay within your allocation.

What are the limitations when generating music with prompts?▼

Output quality depends on prompt clarity and Suno AI's generative capacity. Complex or ambiguous prompts may produce unexpected results; credit depletion halts generation, and audio availability ties to Suno's service status and queue processing time.