skills/youtube-assistant/SKILL.md
Summarize YouTube videos and answer questions based on transcripts. Use when a message contains a YouTube URL or a user asks about a video.
npx skillsauth add a-ditya-keshri/youtube-summarizer youtube-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the provided Python scripts in the scripts/ directory to process YouTube videos.
Extract Transcript: Use bash to run python scripts/transcript_fetcher.py --url <YOUTUBE_URL> --save transcript.txt.
transcript.txt.Generate Summary: Use bash to run python scripts/summarizer.py --task summary --file transcript.txt --lang <LANGUAGE>.
Answer Question: Use bash to run python scripts/summarizer.py --task qa --file transcript.txt --question "<USER_QUESTION>" --lang <LANGUAGE>.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.