1. Abstract
MiniMax-AI/skills Three new music-related open source skills: minimax-music-gen, buddy-sings, and minimax-music-playlist。 They are aimed at AI agent scenarios, covering song generation, first-person singing by AI characters, and playlist generation based on local music preferences. The overall reliance on MMX-CLI and MiniMax's music model is suitable for directly connecting "writing songs, singing, and making playlists" to command-line or proxy workflows.
2. Core features
1. minimax-music-gen: supports one-sentence generation of songs, and also supports finer control of lyrics, style, song style, etc. It can generate vocals, pure music and covers.
2. buddy-sings: Read the name and personality of the Claude Code pet, generate a relatively stable "voice setting" for the character, and sing the theme song in the first person.
3. minimax-music-playlist: can scan local music sources, refine genre, mood, language and vocal preferences, then plan the playlist and generate the cover.
3. Installation
1. Install MMX-CLI: npm install -g mmx-cli.
- Log in to your MiniMax account and configure the API Key.
- Install the skills repository and mount the skills directory in Claude Code, Cursor, Codex or OpenCode.
4. Typical use cases
- Quickly generate theme songs for product prototypes, short videos, or game demos.
- Let the AI assistant "sing itself" in a fixed character tone to enhance the sense of companionship.
- Analyze local collection songs and automatically generate playlists for commuting, night listening, rainy days and other scenarios.
5. Ecology and competing products
- The project is deeply integrated with MMX-CLI and is suitable for direct calls by proxies.
- Compared with simple Wensheng music tools, this set of three skills emphasizes "agency workflow" and "local context".
- Compared with the general music generation platform, its difference lies in the ability to analyze characters, command lines and playlists.
6. Limitations and precautions
- The music generation effect is still affected by the prompt word, model version and quota.
- buddy-sings rely on a specific proxy environment and are not general-purpose players.
- The analysis of the playlist involves local music data, so you should pay attention to privacy and permissions when using it.
- Some functions depend on the availability of MiniMax Token Plan or corresponding models.
7. Project address
http://github.com/MiniMax-AI/skills
8. Frequently asked questions
Q: Can minimax-music-gen generate songs in just one sentence?
A: Yes. The skill supports basic mode, which can generate a full song or pure music in one sentence.
Q: What is the core role of buddy-sings?
A: It reads the Claude Code pet's persona information and allows the character to sing in the first person, which is more suitable for companionship interaction.
Q: What data does minimax-music-playlist read?
A: Mainly for local music or user-provided listening data, the aggregated preference portrait is generated, rather than publicly displaying the original music library.
Q: Do these three Music Skills have to be used with MMX-CLI?
A: Judging from the current public description, all three are designed around MMX-CLI and MiniMax music capabilities, and the native access experience is the best.