用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fingerskier/pi-plugins --skill play命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Orchestrates a council of personality "seats" for Pi. Use when the user runs /council, asks to convene a council, hold a council meeting, inspect council info, or have the council work on a task. Handles the convene, info, meeting, and work verbs by reading .council/, spawning seat workers when available, driving the shared scratchpad, and having the chair synthesize.
Design electronic schematics and PCB netlists from Pi using SKiDL. Use for circuit creation, KiCad library parts, nets/buses, ERC, BOMs, SVG schematics, KiCad schematic export, and standalone SKiDL Python.
CAD modeling with build123d from Pi. Use when creating, inspecting, rendering, or exporting parametric 3D models, STL files, STEP files, enclosures, brackets, and other mechanical parts.
正在显示 SKILL.md
基于 SOC 职业分类
| name | play |
| description | Load and explore MIDI files. Analyze structure, navigate measures, search for notes, and display musical content. |
Use the Mozart Pi tools to load, inspect, and navigate MIDI files.
/play song.mid
mozart_load_midi — provide the path and an optional aliasmozart_midi_info — see tracks, instruments, tempo, time signaturemozart_get_measures — view notes by measure numbermozart_search_notes — find notes by pitch, track, or rangemozart_load_midi file_path="song.mid" alias="song"
mozart_midi_info alias="song"
mozart_get_measures alias="song" start_measure=1 end_measure=8 track=0
mozart_search_notes alias="song" note_name="C" track=0
mozart_get_measures alias="song" start_measure=33 end_measure=36
| Tool | Purpose |
|---|---|
mozart_load_midi | Parse a .mid file and load it into memory |
mozart_midi_info | Show tempo, time sig, tracks, instruments, pitch ranges |
mozart_get_measures | Get notes organized by measure (tempo/time-sig aware) |
mozart_search_notes | Search notes by pitch, name, track, or measure range |
mozart_list_loaded | Show all loaded MIDI files |
mozart_unload_midi | Remove a file from memory |
mozart_search_notes to find specific patterns before editingmozart_midi_info to see what's on each track