Extract description and captions/transcript from a YouTube video without opening the browser. Use when the user asks what a video is about, wants a summary, or asks about video content. Accepts a YouTube URL (use the URL returned by youtube-search if available) or a plain search query. Never call youtube-search before this — it opens the browser unnecessarily.
$npx -y skills add fspecii/openfelix --skill youtube-infoInstalls into the current project.
Run `npx skills use "https://github.com/fspecii/openfelix" --skill "fspecii/openfelix/youtube-info"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fspecii/openfelix" that are relevant to the current task. Run `npx skills add "https://github.com/fspecii/openfelix"` and select the relevant skills, then follow their instructions.