This folder contains a Codex/Claude-style skill for turning YouTube videos into reusable Markdown knowledge references.
Core files:
SKILL.md- skill trigger metadata and workflow instructions.scripts/fetch_youtube_knowledge.py- optional helper that usesyt-dlpto fetch captions and create a note scaffold.evals/evals.json- realistic prompts for validating the skill behavior.
Install with the Skills CLI:
npx skills add longmaba/youtube-knowledge-learnerThe helper does not install dependencies. It expects yt-dlp on PATH when fetching YouTube captions.