用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ruvnet/ruflo --skill music-list命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | music-list |
| description | List the account's saved music productions with metadata and audio_url |
| allowed-tools | mcp__cogmusic__list_productions mcp__plugin_ruflo-core_ruflo__memory_store |
| argument-hint |
Surfaces every production in the connected Cognitum Music account.
The user asks what tracks exist, wants to find a track by title, or you need a production id for music-get/music-stems/music-midi/music-master and don't already have it.
mcp__cogmusic__list_productions({}) — no arguments.created_at_unix descending (the API already returns them this way): title, duration, id, and which processing steps have run (has_stems/has_midi/has_mastered).title (case-insensitive substring) rather than asking them to know the id up front.music-productions memory cache for any entries not already stored there (see music-generate's caching step) — useful after a production was created outside this session (e.g. from the web dashboard).This never returns audio bytes — only metadata plus each production's audio_url for a follow-up authenticated GET. See ADR-0001.