技能 minimax-music-playlist
📦

minimax-music-playlist

低風險 ⚙️ 外部命令🌐 網路存取📁 檔案系統存取

創建個人化音樂播放清單

音樂平台不會為您的個人喜好生成自訂歌曲。此技能會分析您的聆聽歷史,並建立符合您偏好設定的原創 AI 生成播放清單。

支援: Claude Codex Code(CC)
⚠️ 67
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「minimax-music-playlist」。 Create a late night chill playlist based on my taste

預期結果:

  • Your Music Profile:
  • Sources: Apple Music 230 tracks | Spotify 140 tracks
  • Genres: J-pop 20% | R&B 15% | Classical 10% | Indie Pop 9%
  • Moods: Melancholic 25% | Calm 20% | Romantic 18%
  •  
  • Playlist Plan: Late Night Chill (5 songs)
  • 1. Neo-soul R&B - introspective, English/male vocal
  • 2. Lo-fi hip-hop - dreamy, Instrumental
  • 3. Smooth jazz - romantic, English/female vocal
  • 4. Indie folk - melancholic, English/male vocal
  • 5. Ambient electronic - calm, Instrumental
  •  
  • Playlist saved to ~/Music/minimax-gen/playlists/late-night-chill/

正在使用「minimax-music-playlist」。 Play my previous playlist

預期結果:

  • Available playlists:
  • 1. Late Night Chill (2026-04-11) - 5 songs
  • 2. Workout Mix (2026-04-08) - 7 songs
  • 3. Rainy Day Jazz (2026-04-05) - 6 songs
  •  
  • Playing: Late Night Chill...

安全審計

低風險
v1 • 4/16/2026

The static analyzer reported 85 patterns across external_commands (66), network (3), filesystem (1), and blocker categories (18). All findings are FALSE POSITIVES. The 66 external_commands detections are markdown backtick-formatted CLI instructions in SKILL.md, not Ruby/shell code execution. The 3 network URLs point to legitimate services (Spotify privacy page, MusicBrainz public API). The 15 blocker findings for weak cryptography and 3 for system reconnaissance have no corresponding code — there is no cryptographic or reconnaissance logic in this skill document. The skill legitimately executes external commands (mmx CLI, osascript, media players) and accesses the filesystem and network for its core functionality.

1
已掃描檔案
326
分析行數
6
發現項
1
審計總數
低風險問題 (3)
External Command Execution via CLI Tools
The skill instructs the AI agent to execute multiple external commands: mmx CLI (music and image generation), osascript (Apple Music queries), find (file search), open (URL opening), and media players (mpv, ffplay, afplay). All commands serve legitimate purposes for playlist generation. No user input is passed to commands in a way that enables injection.
Network Requests to External Services
The skill directs the AI to open the Spotify privacy settings page for user data export and query the MusicBrainz public API for artist genre information. Both are legitimate services with no sensitive data exposure risk.
Filesystem Read and Write Operations
The skill reads user music data from the home directory (Spotify exports, Apple Music) and writes generated playlists and taste profiles to ~/Music/minimax-gen/ and <SKILL_DIR>/data/. These operations are necessary for the skill core functionality and use standard user-accessible paths.
審計者: claude

品質評分

23
架構
100
可維護性
87
內容
50
社群
84
安全
91
規範符合性

你能建構什麼

個人播放清單建立

根據您在 Apple Music 和 Spotify 上的聆聽歷史和音樂偏好,建立自訂 AI 生成播放清單。

活動配樂生成

為派對、健身或休閒時段生成具有特定情緒和類型混合格式的主題播放清單。

音樂探索

透過生成將您現有品味與互補類型融合的播放清單,發現新的音樂風格。

試試這些提示

快速播放清單
Create a playlist based on my music taste
主題播放清單
Generate a rainy day jazz playlist with 8 songs based on my listening history
多來源分析
Scan my Apple Music and Spotify data, build a taste profile, and create a workout playlist
重播先前的播放清單
Play the last playlist you generated for me

最佳實務

  • 在執行技能之前提供您的 Spotify 資料匯出,以獲得最準確的品味檔案分析
  • 在請求播放清單時指定明確的主題或情緒,以獲得更好的匹配結果
  • 對生成的歌曲提供回饋,以從您的品味檔案中改進未來的播放清單推薦

避免

  • 不要在聊天中分享您的 mmx API 金鑰。使用 mmx auth login 单独进行身份驗證
  • 避免在不查看播放清單計劃的情況下執行技能,因為歌曲生成需要時間和 API 資源
  • 不要將生成的播放清單儲存在共享目錄中,因為它們包含個人品味資料

常見問題

什麼是 mmx CLI 工具?
mmx CLI 是 MiniMax 的命令列工具,用於音樂和圖像生成。使用 npm install -g mmx-cli 安裝,並使用 mmx auth login --api-key 進行身份驗證。
此技能如何存取我的 Spotify 資料?
此技能不會直接連線到 Spotify。它會在您的電腦上搜尋您透過 Spotify 隱私權設定頁面請求的 Spotify 資料匯出。
我可以不使用 Apple Music 或 Spotify 來使用此技能嗎?
可以。您可以手動描述您的音樂品味,技能會根據您的描述建立檔案。
此技能每個播放清單生成多少首歌曲?
預設為 5 首歌曲。您可以在請求中指定不同的數量。
生成的文件儲存在哪裡?
生成的播放清單會儲存到 ~/Music/minimax-gen/playlists/,並以您的播放清單主題作為資料夾名稱。
我可以重播先前生成的播放清單嗎?
可以。請技能播放先前的播放清單,它會顯示您可用的播放清單供您選擇。

開發者詳情

檔案結構