Agent Plugins Marketplace
All plugins

seq2music

v0.3.2

Offline biological sequence/music conversion with reversible MIDI, WAV, and MusicXML, accessible score notation, and lossy arbitrary-audio transcription.

Codex1 Skill

By Jacob VoganLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install seq2music for Codex

Installs for the current user
codex plugin marketplace add jvogan/seq2music
codex plugin marketplace upgrade seq2music
codex plugin add seq2music@seq2music

Paste and run these commands in a terminal with Codex. They add and refresh the seq2music catalog, then install this plugin.

Compatibility: the page URL and API slug “seq2music” remain stable.

  • Codex: seq2music@agent-plugin-marketplaceseq2music@seq2music

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jvogan/seq2music

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/seq2music/.

Plugin files

plugins/seq2music/
├── .codex-plugin/plugin.json
└── skills/sonify-biomolecules/SKILL.md

Included Skills1

sonify-biomoleculesskills/sonify-biomolecules/SKILL.md

Reversibly encode normalized protein, DNA, or RNA sequences as auditable MIDI, PCM WAV, and MusicXML with visible SVG notation; decode those carriers; or quantize arbitrary PCM WAV/MusicXML into an explicitly lossy sequence. Use for sequence-to-music, music/audio/score-to-sequence, visible notation, audible mutation comparison, alignment audio, or structure-to-music.

Plugin manifests1

plugins/seq2music/.codex-plugin/plugin.json
{
  "name": "seq2music",
  "version": "0.3.2",
  "description": "Offline biological sequence/music conversion with reversible MIDI, WAV, and MusicXML, accessible score notation, and lossy arbitrary-audio transcription.",
  "author": {
    "name": "Jacob Vogan"
  },
  "license": "MIT",
  "keywords": [
    "bioinformatics",
    "sonification",
    "protein",
    "sequence",
    "midi"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Seq2Music",
    "shortDescription": "Convert sequences, scores, and PCM audio in both directions",
    "longDescription": "Losslessly round-trips normalized protein, DNA, and RNA through self-describing MIDI, PCM WAV, and MusicXML; draws accessible grand-staff SVG scores; and transparently quantizes arbitrary WAV or MusicXML into a selected sequence alphabet.",
    "developerName": "Jacob Vogan",
    "category": "Scientific Research",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Encode this FASTA as reversible music, decode it, and prove the normalized sequence matches.",
      "Show the musical score and decode this Seq2Music WAV or MusicXML back into FASTA.",
      "Quantize this PCM WAV into a protein sequence and report its transcription settings."
    ],
    "brandColor": "#6D5EF6",
    "composerIcon": "./assets/seq2music-protein-note-composer.png",
    "logo": "./assets/seq2music-protein-note-logo.png",
    "logoDark": "./assets/seq2music-protein-note-logo.png"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[seq2music on Agent Plugins Marketplace](https://pluginsmp.com/plugins/seq2music)