Skip to content
Skillv1.0.0

music-midi

Extract MIDI/score from an existing production

by ruvnet(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ruvnet/ruflo (plugins/ruflo-music/skills/music-midi/SKILL.md). Install upstream with npx skills add ruvnet/ruflo --skill music-midi. Copyright stays with the author.

Music MIDI

Runs pitch-tracked MIDI/score extraction on an already-generated production.

When to use

The user wants a MIDI file or score from a track they've already generated (transcription, arranging, DAW import). Needs an existing production id.

Steps

  1. Call mcp__cogmusic__extract_midi({ id: "<production-id>" }). Real GPU work, same reliability profile as music-stems and music-generate — one retry on a transient failure is reasonable before treating it as broken.
  2. Confirm via mcp__cogmusic__get_production that has_midi is now true.
  3. Like stems, the MIDI file itself isn't returned inline over MCP today — point the user at the dashboard to download it. See ADR-0001.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/ruvnet-ruflo-music-midi/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

ruvnet-ruflo-music-midi.ocm.jsonjson
{
  "ocm": "1",
  "id": "ruvnet-ruflo-music-midi",
  "kind": "skill",
  "name": "music-midi",
  "description": "Extract MIDI/score from an existing production",
  "publisher": "ruvnet",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Extract MIDI/score from an existing production"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/ruvnet/ruflo",
      "path": "plugins/ruflo-music/skills/music-midi/SKILL.md",
      "ref": "6acc6891505e09db021521227688f05bbac72ada",
      "url": "https://github.com/ruvnet/ruflo/blob/6acc6891505e09db021521227688f05bbac72ada/plugins/ruflo-music/skills/music-midi/SKILL.md",
      "key": "ruvnet/ruflo/plugins/ruflo-music/skills/music-midi/SKILL.md"
    },
    "allowed_tools": [
      "mcp__cogmusic__extract_midi",
      "mcp__cogmusic__get_production"
    ]
  },
  "instructions": "# Music MIDI\n\nRuns pitch-tracked MIDI/score extraction on an already-generated production.\n\n## When to use\n\nThe user wants a MIDI file or score from a track they've already generated (transcription, arranging, DAW import). Needs an existing production `id`.\n\n## Steps\n\n1. Call `mcp__cogmusic__extract_midi({ id: \"<production-id>\" })`. Real GPU work, same reliability profile as `music-stems` and `music-generate` — one retry on a transient failure is reasonable before treating it as broken.\n2. Confirm via `mcp__cogmusic__get_production` that `has_midi` is now `true`.\n3. Like stems, the MIDI file i",
  "cost": {
    "context_tokens": 187
  }
}

Fetch it by URL: GET /api/v1/registry/ruvnet-ruflo-music-midi/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.