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

Guidance

Choose This Skill When

  • The owner wants a video summarized after downloading or transcribing its content.

Resolve With Context

  • Reuse the downloaded media, extracted audio, and transcription paths from the current workflow.
  • If the summary language or source path is missing, ask for it instead of guessing.

Avoid

  • Do not restart upstream download or transcription steps if the workflow artifacts already exist and remain relevant.