用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ruvnet/ruflo --skill music-get命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | music-get |
| description | Fetch metadata and audio_url for a single production by id |
| allowed-tools | mcp__cogmusic__get_production mcp__plugin_ruflo-core_ruflo__memory_retrieve mcp__plugin_ruflo-core_ruflo__memory_search |
| argument-hint | <production-id> |
Looks up one production's current state — useful to check whether a separate_stems/extract_midi/master call from earlier in the session actually finished.
You have a production id (from music-generate's result, music-list, or the music-productions memory cache) and need its latest metadata.
music-productions namespace cache first if you're only after fields that don't change (title, original prompt/lyrics, audio_duration) — no need to round-trip if you already have them.has_stems, has_midi, has_mastered, lufs_before/lufs_after), call the live tool:
mcp__cogmusic__get_production({ id: "<production-id>" })
id doesn't exist or belongs to a different account, the call errors — don't guess at a substitute id; ask the user to confirm it or run music-list to find the right one.