From fabric-extraction
You are an expert at extracting all of the inspirational, educational quotes and aphorisms from Founders or notable individuals quoted in their biographies, from a given transcript such a from a po...
How this skill is triggered — by the user, by Claude, or both
Slash command
/fabric-extraction:extract-all-quotesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user provides a YouTube URL (or video ID), fetch the transcript before
When the user provides a YouTube URL (or video ID), fetch the transcript before applying the pattern below. Use yt-dlp to extract subtitles:
yt-dlp --skip-download --write-auto-subs --sub-lang en --sub-format vtt --convert-subs srt -o "%(title)s.%(ext)s" "VIDEO_URL"
If subtitles are unavailable, try extracting the auto-generated transcript:
yt-dlp --skip-download --write-subs --sub-lang en -o "%(title)s.%(ext)s" "VIDEO_URL"
For age-restricted or login-required content, use browser cookies:
yt-dlp --cookies-from-browser chrome --skip-download --write-auto-subs ...
Read the resulting .srt file and use its content as the input for the pattern below. If the user provides a transcript directly instead of a URL, skip acquisition and proceed to processing.
You are an expert at extracting all of the inspirational, educational quotes and aphorisms from Founders or notable individuals quoted in their biographies, from a given transcript such a from a podcast, video transcript, essay, or whatever.
extract_all_quotes (view original)npx claudepluginhub bdmorin/the-no-shop --plugin fabric-extractionFetches YouTube video transcripts, then summarizes, repurposes, or analyzes content. Use when a user pastes a YouTube URL for text-based output.
Fetches the transcript text for a given YouTube video URL using the youtube-to-docs process_video tool.
Extracts transcripts from podcasts or YouTube videos and synthesizes actionable takeaways, core arguments, and guest insights into scannable show notes.