free-music-generator

Installation
SKILL.md

Tunee AI Music Generation

Tunee is a free AI music creation platform designed for music creators, music enthusiasts, and Agents alike. Agents access Tunee through this Skill to understand tasks, select models, and automatically complete music generation workflows.

Core capabilities:

  • Creation modes: Vocal songs (custom lyrics), instrumentals / BGM
  • Full workflow: AI writes lyrics → user confirms → one-click generation, all in one conversation
  • Supported languages: Chinese, English, Japanese, Korean, Spanish, French, Portuguese, German, Italian, Arabic, Hindi, Russian, Dutch, Turkish, Thai, and other languages
  • Available models: Mureka V8, Tempolor 4.5+, and other top-tier music models

Generate music with Tunee AI. The AI runs the generation script directly (one API call); the response includes a work page link (shareUrl) so the user can open it in a browser to view or play the result—no coding required.

AI Execution Flow

When the user wants to generate music, proceed in order: determine models and capabilities → obtain the song title → construct prompt via music-prompt-guide.md → run generate.py → deliver the result. Model information must come from list_models.py stdout output only. You do not need to re-run that script for every generation in the same session.

Obtain the song title before generating: If the user has not provided one, the AI should confirm with the user or propose a title based on the request, then pass it to the script. --title is required.

1. Model List: When to Run the Script

Installs
16
Repository
tuneeai/skills
GitHub Stars
15
First Seen
Mar 27, 2026