minimax-music-playlist
Turn a taste brief into a custom multi-track playlist plan, then generate the tracks and optional cover art.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Turn a taste brief into a custom multi-track playlist plan, then generate the tracks and optional cover art.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Iteratively improve a weak skill through score, tweak, and retest loops. Run against a target skill, define failure mode and rubric, execute the loop, and get a scored report with recommendations.
Research X/Twitter discourse with live search, profile reads, thread follow-up, and watchlists when the user wants sourced, current sentiment or expert takes without posting.
Operate on X/Twitter through the canonical Home23 X skill. Supports official API-backed read/search/post/reply/media/delete plus bird-backed timeline/mentions fallback.
Let a Home23 companion sing in first person by turning persona context into a repeatable vocal identity and song prompt.
Generate an original song, instrumental, or cover track when the ask is fundamentally "make music from this idea".
Use Home23's live browser controller for screenshots, navigation checks, and page extraction.
| id | minimax-music-playlist |
| name | MiniMax Music Playlist |
| version | 1.0.0 |
| layer | skill |
| runtime | nodejs |
| author | home23 |
| description | Turn a taste brief into a custom multi-track playlist plan, then generate the tracks and optional cover art. |
| category | media |
| keywords | ["playlist","mixtape","taste profile","album","cover art","tracks","music"] |
| triggers | ["make me a playlist","build a custom mixtape","generate a themed soundtrack","turn my taste into tracks"] |
| capabilities | [{"profile":"Turn a listening brief into a taste profile"},{"plan":"Create a multi-track playlist plan"},{"create":"Generate the tracks and optional cover art"}] |
Use this skill when the user wants a set of related tracks, not one song.
Use minimax-music-playlist for:
Input:
{
"brief": "I like moody synth music, late-night city energy, and female vocals",
"favoriteArtists": "Chromatics, M83, The Midnight"
}
Input:
{
"brief": "Three-track sunrise drive playlist for Home23",
"count": 3,
"includeInstrumentals": true
}
Input:
{
"brief": "Three-track sunrise drive playlist for Home23",
"count": 3,
"includeInstrumentals": true,
"includeCoverArt": true
}
create is capped at 5 tracks per run.profile or plan first.minimax-music-gen.