install
source · Clone the upstream repo
git clone https://github.com/leon-ai/leon
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leon-ai/leon "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/music_audio_toolkit_skill" ~/.claude/skills/leon-ai-leon-music-audio-toolkit-skill && rm -rf "$T"
manifest:
skills/music_audio_toolkit_skill/SKILL.mdsource content
Guidance
Choose This Skill When
- A workflow needs audio transcription, dubbing, or vocal and instrumental separation.
- The owner explicitly requests one of those audio-processing operations.
Resolve With Context
- Reuse audio paths and prior workflow artifacts from the current skill context when available.
- For dubbing, require a target language that can be mapped to Leon canonical language list.
Avoid
- Do not use this skill for general music discussion.
- Do not silently continue when the file path or target language is missing.