Leon video_translator_skill

Guidance

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/video_translator_skill" ~/.claude/skills/leon-ai-leon-video-translator-skill && rm -rf "$T"
manifest: skills/video_translator_skill/SKILL.md
source content

Guidance

Choose This Skill When

  • The owner wants to translate a video speech track into another language through the full Leon workflow.

Resolve With Context

  • Preserve workflow artifacts across steps: downloaded video, extracted audio, transcription, speaker references, and dubbed output.
  • Reuse the active target language from the current skill context unless the owner explicitly changes it.
  • Prefer continuing the current workflow over restarting it.

Avoid

  • Do not silently skip missing intermediate files.
  • Do not fall back to entity history for language resolution; use declared params and stored workflow context.