技能 设计创意 音乐作品音轨分离

音乐作品音轨分离

v20260902
music-stems
该功能用于将已生成的音乐作品分离成人声、鼓点、贝斯和其他四个独立的音轨(stems)。这对于需要进行音乐混音、卡拉OK制作或音频采样等创意用途的用户非常有用。使用时需要提供一个已存在的作品ID。
获取技能
154 次下载
概览

Music Stems

Splits an already-generated production into vocals/drums/bass/other stems.

When to use

The user wants isolated stems from a track they've already generated (remixing, karaoke tracks, sampling). Needs an existing production id — run music-list first if you don't have one.

Steps

  1. Call mcp__cogmusic__separate_stems({ id: "<production-id>" }). This is a real GPU job — it takes real time, similar order of magnitude to generation itself, and shares the same underlying inference service as create_production (see the reliability notes in music-generate's SKILL.md — a transient failure is worth one retry before concluding something's wrong).
  2. This does not return audio. The result only confirms which stems were produced. Check has_stems via mcp__cogmusic__get_production afterward, then point the user at the dashboard (music.cognitum.one) to actually listen — per ADR-0001, the current cogmusic MCP tool surface doesn't expose a stem-level audio_url the way the primary production audio has one (only the main track's URL is PAT-authorized today).
  3. If the user specifically needs the stem bytes delivered back through this session rather than via the dashboard, say so plainly — that's a real gap in the current MCP surface, not something this skill can work around.
信息
Category 设计创意
Name music-stems
版本 v20260902
大小 1.56KB
更新时间 2026-09-06
语言