Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add notforyou23/home23 --skill minimax-music-playlistgit clone --depth 1 https://github.com/notforyou23/home23Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/notforyou23/home23/minimax-music-playlist)<a href="https://agentmods.dev/skills/notforyou23/home23/minimax-music-playlist"><img src="https://agentmods.dev/badge/skills/notforyou23/home23/minimax-music-playlist/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/notforyou23/home23/minimax-music-playlist"><img src="https://agentmods.dev/badge/skills/notforyou23/home23/minimax-music-playlist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00026 | $0.00430 |
| Opus 5 | $0.00013 | $0.00215 |
| Sonnet 5 | $0.00005 | $0.00086 |
| Haiku 4.5 | $0.00003 | $0.00043 |
Grade A, and why
MiniMax Music Playlist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
MiniMax Music Playlist
Use this skill when the user wants a set of related tracks, not one song.
When to use
Use minimax-music-playlist for:
- custom playlists
- thematic mixtapes
- soundtrack-style bundles
- taste-profile driven multi-track generation
Actions
profile
Input:
{
"brief": "I like moody synth music, late-night city energy, and female vocals",
"favoriteArtists": "Chromatics, M83, The Midnight"
}
plan
Input:
{
"brief": "Three-track sunrise drive playlist for Home23",
"count": 3,
"includeInstrumentals": true
}
create
Input:
{
"brief": "Three-track sunrise drive playlist for Home23",
"count": 3,
"includeInstrumentals": true,
"includeCoverArt": true
}
Gotchas
createis capped at 5 tracks per run.- If the user is still shaping taste, run
profileorplanfirst. - This skill creates multiple assets, so it is heavier than
minimax-music-gen.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 81 lines · 26 tokens per session scan A 3cd28c000381
MiniMax Music Playlist is a skill published in the GitHub repository notforyou23/home23 (11 stars, last pushed 2d ago), licensed MIT. It adds 26 tokens to every session and 430 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
Spotify Automation
Automate Spotify music playback, playlist management, and audio analysis workflows.
minimax-music-gen
A tool for generating music through MiniMax's Music Generation API, including songs with vocals, instrumental tracks, and covers based on reference audio.
jellyfin-media-playback
Stream and control Jellyfin playback and browse music via the jellyfin-mcp MCP server — list artists, albums, and music genres, resolve audio/video streams, manage playlists, and drive playstate (play, mark played, report progress) with the domain-typed jellyfinmedia tool. Use when the agent must start or control…
jellyfin-media
Self-hosted media streaming with Jellyfin.
harmix-music-search
Search for music tracks using natural language prompts or video content via the Harmix AI API. Use when the user asks to find music, search for songs, discover tracks, needs music recommendations based on mood/genre/tempo/scene, or wants to find music for a video, video soundtrack, or music that matches video content.
union-type-wrappers
Add typed getters and setters over BinaryData properties that represent TypeSpec union types in generated Java models. Use when generated classes expose BinaryData for union-typed fields and you need ergonomic, type-safe accessors instead.